/*

Theme Name: Rashi Gemstone

Text Domain: #

Version: 1.0

Requires at least: 4.7

Requires PHP: 5.2.4

*/


/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------



	0. 	CSS Reset

	1. 	Document Setup

	2. 	Element Base

	3. 	Helper Classes

	4. 	Site Header

	5. 	Menu Modal

	6. 	Search Modal

	7. 	Page Templates

		a. 	Template: Cover Template

		c. 	Template: Full Width

	8.  Post: Archive

	9.  Post: Single

	10. Blocks

	11. Entry Content

	12. Comments

	13. Site Pagination

	14. Error 404

	15. Widgets

	16. Site Footer

	17. Media Queries



----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */


/*	0. CSS Reset

/* -------------------------------------------------------------------------- */


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* font-family: 'Inter', sans-serif; */
* {
	outline: none;
}

body {
	font-family: 'Lato', sans-serif;
}

a {

	color: #000;

}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-weight: 600;

}

body{position: relative;}
body::before {position: absolute; background: #DEB66F; top: 0; left: 0; width: 100%; height: 4px; content: ''; z-index: 999;}

a,
button,
*:after,
*:before,
.white_bg_area {

	-webkit-transition: all 0.30s ease-in;

	-moz-transition: all 0.30s ease-in;

	-o-transition: all 0.30s ease-in;

	transition: all 0.30s ease-in;

}


.pull-right {
	float: right;
}

#site-navigation {
	position: fixed;
	background: #fff;
	width: 0%;
	left: 0;
	bottom: 0;
	top: 0;
  align-items: center;
	display: none;
}

#site-navigation {

  z-index: 9;
	padding-top: 50px;
	padding-bottom: 50px;

}

#site-navigation.show {
	width: 100%;
	display:flex;
}

#primary-menu-list {
	margin: 0px 0px;
	width: 20%;
	border-right: 1px solid #C6C6C6;

	display: inline-block;

}

.header.fixed #primary-menu-list {

	margin-top: 5px;
	margin-bottom: 0px;


}


#primary-menu-list li {
	float: left;
	margin-left: 0px;
	width: 100%;
	margin-bottom: 5px;
}
#primary-menu-list > li{
  padding-bottom: 20px;
}


#primary-menu-list>li>a {
	font-family: 'Lato';
	font-style: normal;
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 32px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

#primary-menu-list>li>a:before {
	width: 0px;
	top: 0;
	background: #fff url(assets/images/menu_arrow.png) left -12px no-repeat;
	position: absolute;
	left: calc(100% - 0.4px);
	bottom: 0px;
	content: '';
	display: block;
	border-radius: 0px;
	-webkit-transition: all 0.10s ease-in;
	margin-left: 0.5px;

	-moz-transition: all 0.10s ease-in;

	-o-transition: all 0.10s ease-in;

	transition: all 0.10s ease-in;
}


#primary-menu-list>li.current-menu-parent>a,
#primary-menu-list a:hover {
	color: #275D84;
}

#primary-menu-list li.menu-item-has-children a:hover:before{
	width: 20px;
	height: 50px;
}


#primary-menu-list li ul,
.nav-next svg,
.nav-previous svg {
	-webkit-transition: all 0.20s ease-in;

	-moz-transition: all 0.20s ease-in;

	-o-transition: all 0.20s ease-in;

	transition: all 0.20s ease-in;
}


#primary-menu-list li ul {
	position: absolute;
	top: 0px;
	left: 21%;
	width: 75%;
	padding: 0px 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	top: 0px;
	height: 0px;
	overflow: hidden;
}

#primary-menu-list li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 0;
	height: 100vh
}

#primary-menu-list li ul a {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;

	text-transform: uppercase;
	padding: 6px 0;

	color: #6C6C6C;
	display: block
}

#primary-menu-list li ul li {

	margin: 0px;

	padding: 0px;

	padding-left: 30px;

	float: left;

	width: 100%;

}

#primary-menu-list li ul li.current-menu-item>a,
#primary-menu-list li ul a:hover {
	color: #000;
}

.header .navbar-toggler {
	display: inline-block;
	width: auto;
	padding: 0;
  z-index: 99999;
position: relative;
padding-left: 7px;
}

.icon_rightside {
	margin: 0px;
	margin-top: 5px;
	z-index: 9;
	position: relative;
}

.icon_rightside li {
	float: left;
	margin-left: 30px;
	position: relative;
}

.icon_rightside li ul {
	position: absolute;
	left: 0px;
	background: #121212;
	padding: 5px 0;
	display: none;
	top: 25px;
}

.icon_rightside li:hover ul {
	display: inline-block;
}

.icon_rightside li ul li {
	margin: 0px;
	width: 100%;
}

.icon_rightside li ul li a {
	font-size: 11px;
	display: block;
	padding: 5px 10px;
	min-width: 170px;
	text-transform: uppercase
}

.icon_rightside li ul li a:hover {
	background: #b39787;
}

.header.fixed .icon_rightside {
	margin-top: 5px;
}

.header .container {
	position: relative
}

.search-bar {

	position: absolute;

	top: 40px;
	right: 0px;

}

/* .header.fixed .search-bar{ top: -2px;} */

#owl-demo .owl-dots {
	display: inline-block !important;
	position: absolute;

	bottom: 0;

	width: 100%;
}

.features_section {
	background: url(assets/images/bg_fe.jpg) center no-repeat;
	background-size: cover;
}

.features_section ul {
	margin: 0px;
}

.features_section li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin: 0 30px;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
}

.features_section li span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
}

.btn {
	background: #FFFFFF;
	text-transform: uppercase;

	border-radius: 4px;
	padding: 9px 20px;
	font-weight: 800;
	font-size: 18px;
	width: auto;
	color: #F9F9F9;

	background: #DEB66F;

}

.btn:hover {
	background: #000;
	color: #fff
}

.bg_span_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {

	background: #222;

	background-size: cover;

	display: block;

	color: #fff;

	padding: 10px 0 7px;

	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;

	-webkit-transition: all 0.10s ease-in;

	-moz-transition: all 0.10s ease-in;

	-o-transition: all 0.10s ease-in;

	transition: all 0.10s ease-in;

}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block
}

.woocommerce a.remove {
	line-height: 29px;
}

a:hover .bg_span_button,
.bg_span_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-form-register__submit:hover {

	background: #275D84;

	background-position: left top;
	color: #fff;
}

.the_edit_section {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding-top: 185px;
	padding-bottom: 0px;
}

.the_edit_section .col-md-6,
.women_section .col-md-6,
.headbags_section .col-md-6 {
	position: relative
}

.the_edit_section .the_edit_right_side {
	margin-top: 110px;

	position: absolute;

	text-align: right;

	right: 13px;

}

.the_edit_section .the_edit_right_side h2 {
	font-size: 52px;
	margin-bottom: 5px;
}

.the_edit_section .the_edit_right_side p {
	font-size: 26px;
}

.the_edit_link {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
}


.the_edit_link:hover {
	color: #fff;
	background: #6C6C6C
}

.women_section {
	padding: 25px 0;
}

.women_section .title_heading {
	left: 13px;
	right: 13px;
	width: auto;
	text-align: left;

	position: absolute;
	background: #121212;
	font-size: 40px;
	padding: 85px 55px;

}

.women_link_home {
	display: block;
	text-align: left;
	padding: 190px 50px 40px;
	font-size: 22px;
	font-weight: bold
}

.headbags_section {
	padding: 0px;
	background-position: center right;
	background-color: auto 100%;
	position: relative;
}

.headbags_div_outer_padding {
	padding-bottom: 25px;
}

.headbags_section:after {
	content: '';
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: calc(50% + 14px);
	background: #fff;
	display: block;
	position: absolute;
	z-index: 0
}

.headbags_section>div {
	position: relative;
	z-index: 1
}

.headbags_section .headbags_link_outer {
	left: 75px;
	right: 60px;
	top: 60px;
	bottom: 60px;
	width: auto;

	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	padding: 90px 55px 0;

}

.headbags_link_outer h2 {
	font-size: 50px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 30px;
}

.headbags_link_outer h3 {
	margin-top: 50px;
	font-weight: bold;
	font-size: 28px;
}

.brands_section li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}

.instagram_section h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0px;
}

.instagram_section p {
	margin-bottom: 20px;
}

.insta_a_view {
	margin-top: 30px;
}
.primary-menu-container.container{
	max-width: 1150px;
}
footer .primary-menu-container ul {
	width: 100%;
}

footer .primary-menu-container>ul>li {
	float: left;
	width: 100%;
}

/*footer .primary-menu-container > ul > li > a, footer .primary-menu-container button{display:none!important}*/

footer .primary-menu-container>ul>li li {
	width: 100%;
}

.copy_right {}

.copy_right p {
	margin-bottom: 5px;
	font-size: 14px;
}

.aioseo-breadcrumbs {
	font-size: 11px;
	margin-bottom: 20px;
	color: #121212;
	font-weight: 500
}

.aioseo-breadcrumbs span {
	display: inline-block;
	vertical-align: top;
}

.aioseo-breadcrumb-separator {
	margin: 0 10px;
	font-size: 11px;

	line-height: 16px;
}

.section_line_heading h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold
}

.section_case-study .highlight {

	margin-bottom: 25px;

}

.section_case-study .highlight.second {

	display: flex;

	flex-direction: row-reverse;

}

.highlight h3 {
	margin-bottom: 10px;
}

.section_line_heading p {
	margin-top: 10px;
}

.google_map iframe {
	width: 100% !important;
	height: 600px !important
}

.section_contactform_header p {
	margin: 0px;
	font-size: 22px;
}

.wcpa_form_outer .wcpa_form_item input[type=date],
.wcpa_form_outer .wcpa_form_item input[type=datetime-local],
.wcpa_form_outer .wcpa_form_item input[type=email],
.wcpa_form_outer .wcpa_form_item input[type=file],
.wcpa_form_outer .wcpa_form_item input[type=number],
.wcpa_form_outer .wcpa_form_item input[type=tel],
.wcpa_form_outer .wcpa_form_item input[type=text],
.wcpa_form_outer .wcpa_form_item textarea,
.wcpa_form_outer .wcpa_form_item select,
button,
input,
optgroup,
select,
textarea {
	margin-top: 7px;
	margin-bottom: 20px;
	border-radius: 0;
	border: 1px solid #E0E1E1;
	border-radius: 8px;
	background: #F9F9F9;
	padding: 15px 15px;
	width: 100%;
	font-size: 14px;
}

select::-ms-expand,
.wcpa_form_outer .wcpa_form_item select::-ms-expand,
.wcpa_form_outer .wcpa_form_item .select_arrow {
	display: none !important;
}

.pro-photo {

	border-radius: 5px;
	overflow: hidden;
}

.wcpa_form_outer .wcpa_form_item .select_arrow {
	display: none !important;
}

select,
.wcpa_form_outer .wcpa_form_item select {
	background: #F9F9F9 url(assets/images/chevron-down.png) 97% center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	vertical-align: top;

	margin-top: 4px;

	width: 24px;

	height: 24px;

	margin-right: 5px;
}

sup {

	color: #c00;

	font-size: 20px;

	display: inline-block;

	vertical-align: top;

	top: 15px;

	margin-left: 5px;

}

.midle_area_content b {
	display: inline-block;
	font-weight: bold;
	width: 100%;
}

.midle_area_content ul {
	margin: 0px;
}

.midle_area_content li {
	margin-bottom: 30px;
	font-size: 16px;
}

.midle_area_content li.whatsapp {
	margin: 0px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {

	border: 0px solid #d3ced2;

	padding: 0px;

	margin: 0;

	text-align: left;


	border-radius: 5px;

}

/* .floating-label { position:relative; margin-bottom:20px; }
.floating-label input{font-size:14px; padding:4px 4px; display:block; width:100%; height:30px; background-color: #fff; border:none; border:1px solid #757575;}
.floating-label input:focus{outline:none; border-bottom:2px solid #5264AE; }
.floating-label label {color:#999;  font-size:14px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:5px; transition:0.2s ease all;  -moz-transition:0.2s ease all;  -webkit-transition:0.2s ease all;}
.floating-label input:focus ~ label, .floating-label input:not(:placeholder-shown) ~ label {top:-18px; font-size:14px; color:#5264AE;} */

 .floating-label {
	position: relative;
	margin: 0 0 15px 0 !important;
	padding: 0px !important;
}

.floating-label input {
	border: 1px solid #E0E1E1;
	border-radius: 8px;
	background: #fff;
	line-height: 18px !important;
	color: #00043A;
	font-size: 15px;
	font-family: 'Inter', sans-serif;
	letter-spacing: -0.25px;
	font-weight: 500;
	padding-left: 20px;
	margin: 0px !important;
}

 .floating-label label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px !important;
	letter-spacing: -0.25px;
	color: #728090;
	position: absolute;
	top: 13px;
	left: 11px;
	padding: 0 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	pointer-events: none;
}

.floating-label input:focus {
	border: #74CCFF 1px solid
}

.floating-input:focus~label{
	top: -13px;
	background: #fff;
	font-size: 12px;
	color: #74CCFF;
}
/* .floating-input:valid~label {
	top: -13px;
} */

.floating-input:not(:placeholder-shown):focus~label {
	top: -13px;
	background: #fff;
	font-size: 12px;
	color: #74CCFF;
}

.floating-input:focus~label,
.floating-input:focus+label {
	top: -13px;
	background: #fff;
	font-size: 12px;
	color: #74CCFF;
}

/* .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{margin-bottom:5px; font-family: 'Inter', sans-serif;} */

.woocommerce-form p {
	font-size: 12px;
	margin: 0
}

.woocommerce-form p.woocommerce-LostPassword {
	font-family: 'Inter', sans-serif;
	margin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
	padding: 18px 20px 17px;
	width: auto;
	min-width: 200px;
	font-size: 16px;
	margin-bottom: 30px;
	border-radius: 0;
	text-align: center;
	border-radius: 4px;
	background: #74CBFF;
	border-radius: 38px !important;
	color: #000;
	font-weight: 600;
}

.woocommerce .woocommerce-form-register button.button.woocommerce-Button {
	padding: 18px 20px 17px;
	width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 0;
  text-align: center;
  border-radius: 4px;
  background: #74CBFF;
  border-radius: 38px !important;
  color: #000;
  font-weight: 600;

}

#cartpops-drawer .cpops-drawer-header__title span {
	font-family: 'wargika';
}

.woocommerce .woocommerce-form-register button.button.woocommerce-Button {
	margin-top: 25px;
}

.woocommerce-form-register__submit {
	padding: 13px 20px 13px;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	background: none !important;
	font-size: 14px !important;
}


#owl-gallery_images .owl-nav button {
	width: 36px;
}

.row_images_prody {
	margin-top: -145px;
	margin-bottom: 40px;
}

#owl-gallery_images_thumbs .owl-item img {
	border: 1px solid #ebeaea;
}

#owl-gallery_images_thumbs .owl-item.current img {
	border: 1px solid #000;
}

.designer_name {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase
}

.product-detail .product_title {

	font-family: 'wargika';
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 36px;
}

.product-detail .price {
	font-weight: 800;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 15px;
}

table.variations {
	width: 100%;
}

table.variations select {
	/*width:auto; padding:7px 15px 7px 7px; font-size:14px; text-align:left; margin-bottom:10px;*/
}

.product-detail .quantity,
.product-detail .reset_variations,
.product_meta {
	display: none !important
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 17px 20px 15px;
	color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	/*margin-top:50px;*/
	background-color: #97D6FB !important;
	border-radius: 5px;
	color: #222;
}

.product-detail button.single_add_to_cart_button {
	width: calc(100% - 80px);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #275D84 !important
}

.variations label,
.wcpa_form_outer label {
	font-weight: bold;
	margin-right: 10px;
}

.detailed-information h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}

.deta_fabric {
	margin-top: 30px;
}

.recent-slider {}

.recent-slider>h2 {
	/*font-size:22px; font-weight:bold; margin-bottom:25px; text-transform:uppercase*/
}


.designer_name_list {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 300;
	text-transform: uppercase
}

.product_name {
	font-size: 16px;
	font-weight: 300;
	margin: 7px 0;
	font-size: 24px;

	line-height: 36px;
}

.price {
	font-size: 16px;
}

.product-detail {
	position: relative
}

.product-detail .alg-wc-wl-btn-wrapper {

	position: absolute;

	right: 0;

	margin-top: -82px;

}

.product-detail .alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
	padding: 18px 20px;
	border-radius: 5px;
	background: none !important;
	/*padding-bottom:12px;

    background: none;

    color: #000;

    border: 1px solid #000;*/
	min-width: inherit
}

.product-detail form {
	border-top: 1px solid #E0E1E1;
	padding-top: 25px;
	margin-top: 10px;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
	color: #f00;
}

#cartpops-drawer .cpops-cart-item__quantity button.quantity__button--down {
	border-radius: 15px 0 0 15px;
}

#cartpops-drawer .cpops-cart-item__quantity button.quantity__button--up {
	border-radius: 0 15px 15px 0;
}

.cpops-cart-item__actions--remove {
	width: 46px;
}

.alg-wc-wl-btn.add i,
.alg-wc-wl-btn2.add i {
	margin: 0px;
	opacity: 1
}

.product-detail .alg-wc-wl-btn-wrapper .alg-wc-wl-btn:hover {
	color: #fff
}

.iziToast>.iziToast-progressbar,
.iziToast:after,
.cart_totals h2,
.alg-wc-wl-btn-text {
	display: none !important;
}

.iziToast>.iziToast-close {
	margin: 0px;
}

.iziToast.iziToast-theme-dark {
	border-radius: 0 !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {

	width: 100% !important;

}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 10px 15px 9px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {

	width: 200px;

}

.woocommerce .cart .button {
	/*float:right; margin-bottom:0*/
}

.woocommerce .product-detail .single_add_to_cart_button {
	margin-top: 40px;
}

.cart .product-subtotal,
.shop_table td:last-child,
.shop_table .product-total {
	text-align: right
}

.woocommerce-info {

	border-top-color: #231224;

}

.woocommerce-info::before {

	color: #231224;

}

.woocommerce-checkout #payment ul.payment_methods li,
.entry-content .woocommerce-order-overview li {
	padding-left: 0px;
	background: none
}

.alg-wc-wl-view-table .product-thumbnail img {

	max-width: 100px !important;

}

.woocommerce .quantity .qty {
	width: 60px;
	border: 1px solid #C6C6C6;
	text-align: center;
	border-radius: 0;
}

.woocommerce-form-coupon p {
	margin: 0px;
}

.select2-container .select2-selection--single {
	height: 50px;
}

.select2-container--default .select2-selection--single {

	background-color: #fff;

	border: 1px solid #000;

	border-radius: 0px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

	color: #000;
	border-radius: 8px;
	line-height: 50px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {

	height: 50px;

	position: absolute;

	top: 1px;

	right: 6px;

	width: 20px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {

	border-color: #000 transparent transparent transparent;


	border-width: 7px 6px 0 6px;


	margin-left: -6px;


}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {

	font-size: 20px;

	text-transform: uppercase;

	font-weight: bold;

}

#order_review_heading {
	margin-bottom: 5px;
}


.woocommerce-MyAccount-orders a.button {
	min-width: auto;
	margin: 0px;
}

.slider {
	overflow: hidden
}

.product_box a:hover {
	color: #121212 !important;
}

.product_box a:hover img {
	opacity: 0.8
}

.woocommerce div.product {

	/*width: 100%;*/
	clear: both
}

.woocommerce .woocommerce-ordering select {

	vertical-align: top;

	border: none;

	padding: 0;

	width: auto;
	font-size: 16px;

}

.woocommerce .woocommerce-result-count {
	font-size: 16px;
	margin-top: 6px;
}

.product_box {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.product_box:hover {
	border: 0px solid #121212;
}

.alg-wc-wl-btn.remove i:first-child,
.alg-wc-wl-btn2.remove i:first-child {

	color: #121212;

}

.filter_div_outer {
	position: absolute;
	right: 0px;
	left: 0px;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
	z-index: 999;
	background: #fff;
	margin-top: 30px;
}

.filter_div_outer #sidebar>ul {

	display: inline-block;

	width: 100%;
	margin: 0px;

}

.filter_div_outer .widget {
	padding: 25px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #121212;
	min-height: 220px;
	min-width: 17%;
}

.filter_div_outer .widget.widget_block {
	padding: 0px;
}

.filter_div_outer .widget:last-child {
	border: none;
}

.widget_price_filter {
	width: 400px;
}

.widget h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.widget.widget_price_filter h4 {
	margin-bottom: 21px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {

	height: 2px;

}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgb(209 177 159 / 30%)
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #121212
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {


	background-color: #121212;

	top: -7px;

}

.woocommerce .widget_price_filter {
	padding-left: 0
}

.woocommerce .widget_price_filter .price_label {
	font-size: 12px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {

	font-size: 14px;

	float: left;

	min-width: auto;
	margin: 0px;
	margin-top: 50px;

}

.entry-content .widget_layered_nav li {
	background: none;
	font-size: 12px;
	margin-bottom: 8px;
}

.entry-content .widget_layered_nav li .count,
.owl-dots,
.woocommerce-cart .sub-banner__breadcrumbs,
.woocommerce-checkout .sub-banner__breadcrumbs,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important
}

.entry-content .widget_layered_nav li a:before {

	content: '';

	display: inline-block;

	margin-right: 10px;

	width: 14px;

	height: 14px;

	border: 1px solid #121212;

	border-radius: 50%;

	margin-top: 1px;

	vertical-align: top;

}

.entry-content .widget_layered_nav li:hover {
	color: #121212
}

.entry-content .widget_layered_nav li:hover a:before {
	background: #121212
}

.filer_click {

	display: inline-block;

	float: right;

	font-size: 12px;

	margin-top: 6px;

	margin-right: 20px;
	cursor: pointer;
	display: none
}

.filer_click span {

	font-size: 16px;

	vertical-align: top;

	line-height: 18px;

	display: inline-block;

}

.filer_click:hover {
	color: #121212
}

.filer_click:hover span {
	color: #121212;
	transform: rotate(45deg);
}

.woocommerce-page .sub-banner__breadcrumbs,
.wpcf7-spinner,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
	/*display:none!important*/
}

.woocommerce-page .section_line_heading {
	padding-top: 50px;
}

.woocommerce .woocommerce-MyAccount-content a.button {
	margin-bottom: 0
}

.woocommerce .woocommerce-cart-form .button {
	float: right;
	margin-bottom: 0
}


.recent-slider .owl-carousel .owl-nav button.owl-next {
	right: -50px;
}

.recent-slider .owl-carousel .owl-nav button.owl-prev {
	left: -50px;
}

.icon_rightside a {
	position: relative
}

.icon_rightside .number {
	position: absolute;
	bottom: -10px;
	right: -6px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	padding-top: 1px;
	background: #987F6B;
	color: #fff;
	text-align: center;
	font-size: 8px;
	border-radius: 50%;
}

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


.wcmp_vendor_detail {
	margin: 0px;
	margin-bottom: 5px;
}

.wcmp_vendor_detail i {
	color: #121212;
	margin-right: 5px;
}

.vendor-link.bg_span_button {
	padding-left: 15px;
	padding-right: 15px;
	width: auto;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
}

.product_list_a_o {
	position: relative;
	display: block;
	color: #000;
	text-align: center
}


.product_list_a_o .new_pro_span {
	background: #F3F0E7;
	padding: 5px 12px;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 20px;
	color: #000
}

.product_list_a_o .new_pro_span.outofstock_span {
	background: #f9afaf;
}

.product_list_a_o img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.woocommerce img,
.woocommerce-page img {
	/*width:100%;*/
}

.product_list_a_o del,
.price del {
	margin-top: 7px;
	margin-right: 3px;
	color: #676767;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}

.product_list_a_o ins,
.price ins {
	margin-top: 7px;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}


.product-detail .price del,
.product-detail .price ins {
	font-size: 20px;
}

.new_in_collection_product .row,
.soul_heading_section .row {
	align-items: center;
}

.new_in_collection_product h2 {
	font-size: 54px;

	line-height: 65px;
	text-align: left;
	margin-bottom: 5px;
}

.new_in_collection_product_a_div {
	position: relative;
	display: block
}

.new_in_collection_product_a_div .white_bg_area {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 1px;
	padding: 10px 15px;
	background: #fff;
	font-weight: 700;

	font-size: 26px;
	line-height: 39px;
	color: #222;
}

.new_in_collection_product_a_div .price_div {
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	padding-right: 95px;
	padding-right: 40px;
}

.new_in_collection_product_a_div .price_div ins {
	text-decoration: none
}

.new_in_collection_product_a_div .white_bg_area:after {
	background: url(assets/images/right_arrow.png) center right no-repeat;
	width: 30px;
	height: 14px;
	background-size: auto 100%;
	content: '';
	position: absolute;
	right: 15px;
	bottom: 24px;
	bottom: 37px;
	height: 30px;
}

.new_in_collection_product_a_div:hover .white_bg_area:after {
	right: 10px;
}

.product_list_a_o:hover,
.new_in_collection_product_a_div:hover,
.col-md-category a:hover {
	opacity: 0.9
}

.product_list_a_o:hover del,
.product_list_a_o:hover ins,
.product_list_a_o:hover h4 {
	color: #275D84;
}

.col-md-category a {
	position: relative;
	display: block;
	text-align: center;
	color: #222222;
	margin-bottom: 20px;
}

.col-md-category a .white_bg_area {
	margin-top: 10px;
	width: 100%;
}

.col-md-category a span {
	font-weight: 800;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;

	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	/* identical to box height */

	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;

	color: #222222;
}

.col-md-category a .white_bg_area:after {
	background: url(assets/images/arrow_white.png) center no-repeat;
	width: 100%;
	height: 14px;
	background-size: auto 100%;
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	display: none
}

.col-md-category a:hover .white_bg_area {
	bottom: 70px;
	color: #000
}

.refined_section {
	padding: 100px 0;
	background: url(assets/images/Rectangle94.jpg) center no-repeat;
	background-size: cover;
	color: #fff
}

.refined_section h2 {
	font-weight: 800;

	font-size: 96px;

	line-height: 125px;

	/* identical to box height */


	color: #FFFFFF;


	text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.12);
}

.refined_section p {
	font-weight: 400;
	color: #fff;

	font-size: 24px;
}

.soul_heading_section h2 {
	font-size: 54px;
	text-align: left;
	margin-bottom: 0;

	line-height: 65px;
	font-weight: 800;
}

.soul_heading_section {
	position: relative
}

.soul_heading_section .row {
	position: relative;
	z-index: 1
}

.soul_heading_section:after {
	background: #F3F0E7;
	width: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	content: '';
	display: inline-block;
	position: absolute;
	z-index: 0;
}

.logo_footer {
	margin-bottom: 15px;
}

.col-md-address_footer i {
	margin-right: 10px;
	font-size: 18px;
	color: #987F6B;
	vertical-align: top;
	line-height: 36px;
}

.col-md-address_footer p {
	margin-top: 15px;
	margin-bottom: 5px;
}

.col-md-address_footer p span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 32px);
	line-height: 26px;
	margin-top: 3px;
}

.back_a_his {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;

	line-height: 27px;
}

.back_a_his img {
	height: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}

.card {
	border: none;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.card:last-child {
	border: none;
}

.card-header,
.card-body {
	padding: 0px;
	border: none;
	border-radius: 0px;
}

.card-body {
	padding-bottom: 20px;
}

.card-header button {
	width: 100%;
	background: #fff;
	padding: 20px 20px;
	padding-left: 0;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	color: #222;
	border-radius: 0;
	position: relative;
	margin: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: capitalize;
}

.card-header button:not(.collapsed),
.card-header button:hover {
	color: #DEB670;
	background: #fff
}

.card-header button img {
	height: 12px;
	margin-right: 15px;
	vertical-align: top;
	display: inline-block;
	margin-top: 7px;
}

.card-header button:after {
	content: '+';
	color: #DEB670;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 22px;
	right: 10px;
	top: 14px;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	position: absolute;
}

.card-header button:not(.collapsed):after {
	content: '-';
	line-height: 25px;
}

.delivery_time {
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
}

.cart_title,
.woocommerce-thankyou-order-received,
#customer_login h2,
#customer_login h2,
.woocommerce-Address h3,
.edit-account legend {

	font-style: normal;

	font-weight: 400;

	font-size: 38px;

	line-height: 46px;
	margin-bottom: 0px;
	font-weight: 800;
	font-family: 'wargika';
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 42px;
	/* identical to box height */


	color: #222222;
}

.woocommerce-thankyou-order-received,
#customer_login h2 {
	margin-bottom: 30px;
}

.cart_title a {
	margin-right: 10px;

	vertical-align: top;

	margin-top: 8px;
}

td.product-name>a {
	font-size: 20px;
	font-weight: 600;

	line-height: 30px;
}

.woocommerce table.shop_table td.product-thumbnail {
	width: 130px;
	padding-left: 0px;
	/*padding-bottom: 30px;

    padding-top: 30px;*/
}

.woocommerce table.shop_table td.product-thumbnail img {
	filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.12));
	border-radius: 10px;
}

.product-thumbnail a {
	width: 100%;
	display: block
}

.product-thumbnail img {
	width: 100%;
}

.woocommerce table.shop_table {
	border: none
}

.shop_table .product-price {
	font-weight: 600;
	margin: 3px 0 22px;
	color: #6C6C6C;

	font-size: 16px;
}

.woocommerce a.remove {
	background: url(assets/images/trash.png) center no-repeat;
	width: 24px;
	height: 24px;
	font-size: 0px;
	display: inline-block
}

.product-quantity button,
.wac-qty-button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	float: left;
	border: 1px solid #C6C6C6;
	padding: 6px 15px;
	background: #fff;
	font-size: 18px;
	font-weight: bold
}

.wac-qty-button.wac-btn-sub {
	border-radius: 30px 0 0 30px;
}

.wac-qty-button.wac-btn-inc {
	border-radius: 0 30px 30px 0;
}

.product-quantity .quantity {
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: left;
	min-width: inherit
}

.product-quantity .quantity input {
	padding: 6px 15px;
	float: left
}

.coupon_outer {
	background: #EBEBEB;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 30px;
	position: relative;
	margin-top: 30px;
}

.coupon_outer input {
	border: 1px solid #EBEBEB;
	margin: 0px;
}

.woocommerce .woocommerce-cart-form .coupon_outer .button {
	background: none;
	position: absolute;
	right: 30px;
	top: 33px;
	color: #97D6FB;
	min-width: 100px;
}

.woocommerce .cart_totals table.shop_table td,

.woocommerce .cart_totals table.shop_table th,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__item {
	padding: 5px 0;
	font-size: 15px;
	color: #6C6C6C;
	font-weight: normal;
	border: none;
	padding: 1px 0
}

.woocommerce .cart_totals table.shop_table td p,
.woocommerce .cart_totals table.shop_table td li,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td li {
	font-size: 15px;
	color: #6C6C6C;
	font-weight: normal;
	font-weight: 400
}

.woocommerce .cart_totals table.shop_table {
	margin-top: 20px;
}

.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td,
.woocommerce table.woocommerce-table--order-details td.product-name>a {
	font-size: 16px;
	padding-left: 0px;
	padding-right: 0
}

.woocommerce .cart_totals table.shop_table .cart-subtotal th,
.woocommerce .cart_totals table.shop_table .cart-subtotal td,
.woocommerce .cart_totals table.shop_table .order-total th,
.woocommerce .cart_totals table.shop_table .order-total td,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td,

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th,

.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce table.woocommerce-table--order-details th,

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__item.cpops-cart-line-items__subtotal,

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total .cpops-cart-line-items__item.cpops-cart-line-items__total {
	color: #222;

	font-style: normal !important;
	font-weight: 700 !important;
	font-size: 20px;
}

.woocommerce table.woocommerce-table--order-details th {
	font-size: 20px;
}


.woocommerce-order-details__title,
.woocommerce-column__title {
	margin-bottom: 10px;
}

.woocommerce .cart_totals table.shop_table .order-total td strong,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
	font-weight: 600;
	color: #222;
}

.wc-proceed-to-checkout a.checkout-button.button {
	width: 100%;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {

	font-style: normal;

	font-weight: 400;

	font-size: 30px;

	line-height: 36px;
	margin-bottom: 5px;
	font-weight: 800;
}

.woocommerce-billing-fields h3:after,
.woocommerce-shipping-fields h3:after {
	width: 20px;
	height: 2px;
	content: '';
	display: inline-block;
	vertical-align: top;
	background: #222;
	margin-left: 12px;
	margin-top: 15px;
}

.woocommerce-shipping-fields h3 {

	margin-top: 30px;

}

#order_comments {
	min-height: 100px;
}

.pro-photo {
	max-width: 75px;
	display: inline-block;
	vertical-align: top;
}

.pro-photo .qty,
.wpcf7-spinner,
.wcspc-area::after,
#wcspc-count,
.woofc-item-qty_later,
.single-product .woocommerce-message,
.cpops-drawer-coupon {
	display: none !important
}

.cart_item .pro-detail .title {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 100px);
	font-weight: 600;

	font-size: 20px;

	line-height: 30px;
	margin-left: 15px;
	margin-top: 0px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
	padding-left: 0px;
	padding-right: 0px;
}


#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #FFFFFF;

	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.08);

	border-radius: 10px;
}

.payment_methods li {
	padding: 3px 0
}

.payment_methods input[type="radio"] {
	display: none
}

.payment_methods input[type="radio"]+label {
	position: relative;
	padding-left: 30px;
}

.payment_methods input[type="radio"]+label:before {
	background: #F9F9F9;
	content: '';
	display: inline-block;
	left: 0px;
	border-radius: 50px;
	top: 4px;
	border: 1px solid #C6C6C6;
	position: absolute;
	width: 24px;
	height: 24px;
}

.payment_methods input[type="radio"]+label:after {
	background: #222;
	content: '';
	display: inline-block;
	left: 6px;
	border-radius: 50px;
	top: 10px;
	position: absolute;
	width: 12px;
	height: 12px;
	display: none!important;
}

.payment_methods input[type="radio"]:checked+label:after {
	display: inline-block!important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	margin: 0px;
	margin-top: 20px;
	width: 100%;
}

.row_page_loop {
	/*align-items:center;*/
	margin-bottom: 60px;
}

.row_page_loop:last-child {
	margin-bottom: 0
}

.row_page_loop h2 {
	text-align: left;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 12px;
}

.row_page_loop img {
	width: 100%;
}

.row_page_loop img.logo_about {
	margin-bottom: 20px;
	width: auto
}

body:not(.woocommerce) section.no_padding_content {
	padding: 0px;
}

.pagecontent_section_list {
	padding-top: 0
}

.section_contactform.section h2 {
	text-align: left;
	margin-bottom: 10px;
	font-size: 42px;
}

.section_contactform .col-md-1 {
	position: relative
}

.line_div {

	/* height: 100vh; */

	background: #C6C6C6;

	width: 1px;

	bottom: 0;

	top: 0;

	display: inline-block;

	position: absolute;

}

.section_contactform a {
	font-size: 18px;
}

.conn_divs {
	margin-bottom: 20px;
	font-size: 20px;
}

.conn_divs i {
	font-size: 24px;
}

.conn_divs span {
	text-align: center;
	width: 100%;
	font-size: 20px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	color: #97D6FB;
}

.conn_divs a,
.conn_divs div {

	display: inline-block;
	font-size: 20px;

	width: calc(100%);

}

textarea {
	max-height: 100px;
}

.wpcf7 input,
.wpcf7 textarea {
	margin-top: 0
}

.wpcf7 .btn {
	width: 100%;
	border: none;

	background: #97D6FB;

	background-size: cover;

	display: block;

	color: #000;

	padding: 14px 15px;

	font-size: 16px;

	font-weight: 600;

	text-transform: uppercase;

	-webkit-transition: all 0.10s ease-in;

	-moz-transition: all 0.10s ease-in;

	-o-transition: all 0.10s ease-in;

	transition: all 0.10s ease-in;
	margin-bottom: 0
}

.wpcf7 .btn:hover {
	background-color: #275D84 !important;
}

#post-127 h3,
#post-129 h3 {

	font-style: normal;

	font-weight: 400;

	font-size: 20px;

	line-height: 24px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 800;
}

.page-id-127 .sub-banner__breadcrumbs.section_line,
.page-id-129 .sub-banner__breadcrumbs.section_line {

	margin-bottom: 0px;

}

#wcspc-area {
	background: #fff;
}

.wcspc-count span,
.wcspc-area-bot .wcspc-action .wcspc-action-inner>div a {

	background: #222 !important;

}

.wcspc-count,
.wcspc-count i,
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove:before,
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner,
.wcspc-area-bot .wcspc-continue span {
	color: #222 !important
}

.wcspc-area-bot .wcspc-action .wcspc-action-inner>div a {
	border: none !important
}

.wcspc-area-bot .wcspc-action .wcspc-action-inner>div a {
	line-height: 40px !important
}

.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
	display: inline-block !important;
	max-width: 80px;
	margin-right: 15px
}

.woocommerce table.my_account_orders th.woocommerce-orders-table__header-order-actions {
	text-align: right
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {


	right: 15px;

	top: 20px;


}


.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {


	font-size: 20px !important;

	line-height: 30px !important;

	font-weight: 600 !important;

}

.woofc-area.woofc-style-04 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-price span {

	font-size: 16px !important;

	font-weight: 600 !important;


}


.woofc-area.woofc-style-04 .woofc-area-bot .woofc-data,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-total {


	font-style: normal;

	font-weight: 400;

	font-size: 24px;
	font-weight: 800;

}

.woofc-area-bot .woofc-data .woofc-data-right,
.woofc-area-bot .woofc-total .woofc-total-right {

	margin-left: 10px;

	font-weight: 400;

}


.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner>div a,
.woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner>div a {

	border-color: #222222;

	background: #222222;

	border-radius: 4px;

	color: #fff;

}

.row_add_on_list h4 {
	font-size: 13px;

	line-height: 20px;
}

.row_add_on_list ins,
.row_add_on_list del {
	font-size: 13px;
}

.row_addons h2 {

	font-size: 24px;

	line-height: 29px;

	text-align: left;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;

	padding-top: 25px;

}

.title_heading_cart_products_b {
	margin-top: 40px;
}

.alg-wc-wl-btn.remove .alg-wc-wl-view-state-remove,
.alg-wc-wl-btn2.remove .alg-wc-wl-view-state-remove {


	color: #275D84;
	color: #e51101
}

.alg-wc-wl-btn.remove i,
.alg-wc-wl-btn2.remove i {

	opacity: 1;

	margin: 0;

}

#cartpops-drawer .cpops-cart-item__quantity input[type=number] {
	margin: 0;
	border: 1px solid #C6C6C6 !important;
}

#cartpops-drawer .cpops-cart-item__quantity button {
	background: #fff !important;

	border: 1px solid #C6C6C6 !important;
}

.page-numbers li {
	background-image: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 30px;

	text-align: center;
}

/* .detail-page .flex_direction .col-md-2{height: 278px;

overflow: hidden;} */

.woocommerce ul#shipping_method li input#shipping_method_0_flexible_shipping_single10,
.woocommerce ul#shipping_method li input#shipping_method_0_flexible_shipping_single10+label,
.woocommerce ul#shipping_method li input#shipping_method_0_flexible_shipping_single11,
.woocommerce ul#shipping_method li input#shipping_method_0_flexible_shipping_single11+label {
	display: none;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li {
	padding-left: 0px !important;
}

.woocommerce ul#shipping_method.woocommerce-shipping-methods li label {
	padding-left: 30px !important;
}

#billing_company_field,
#shipping_company_field,
.archive.category .faqs_list_home,
.single-post .faqs_list_home {
	display: none !important
}

.faqs_list_home h2.title_heading:before,
.section_contactform h1.title_heading:before,
.sub-banner__breadcrumbs_blog h1.title_heading:before,
.title_heading_wishlist:before {
	content: '';
	width: 1px;
	left: 50%;
	height: 28px;
	margin-bottom: 15px;
	display: inline-block;
	position: absolute;
	top: 0px;
	background: #C6C6C6;
}

.faqs_list_home h2.title_heading,
.section_contactform h1.title_heading,
.sub-banner__breadcrumbs_blog h1.title_heading,
.title_heading_wishlist {
	position: relative;
	padding-top: 40px;
	text-align: center;
}
.page-template-page-home .rings_collection.section{
	padding-bottom: 30px;
}

.customer_reviews_home {
	background: #F1FAF8;
}

.customer_reviews_home h2 {
	margin: 0;
}

.title_heading_wishlist {
	margin-bottom: 5px;
}

.title_heading_wishlist_outre {
	margin-bottom: 40px;
}

.col-md-customer_reviews {
	text-align: center;
	background: url(assets/images/cus.png) center top no-repeat;
	padding: 40px 80px 0 80px;
}

.video_collection_home .col-md-6 div {
	padding-left: 50px;
}

.rings_collection {
	position: relative;
	padding: 50px 0px;
}

.rings_collection:after {
	background: #FFF9F1;
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 100px;
}

.btn.btn_white {
	border: 1px solid #222222;
	background: transparent;
	font-size: 12px;
	color: #000;
	text-shadow: none;
}

.btn.btn_white:hover {
	background: #222222;
	color: #fff;
}

.col-md-collection_rings_home {
	position: relative;
}

.col-md-collection_rings_home p {
	position: absolute;
	font-weight: 500;
	font-size: 16px;
	bottom: 15px;
	left: 15px;
	text-transform: uppercase;
	background: url(assets/images/arrow-up-right.png) center right no-repeat;
	padding-right: 25px;
	;
}

.col-md-collection_rings_home:hover {
	opacity: 0.8;
}

.col-md-collection_outer .col-md-4:first-child {
	margin-top: 70px;
}

.col-md-collection_outer .col-md-4:nth-child(2) {
	margin-top: 160px;
}

.rudraksha_description {
	font-style: italic;
	margin-left: 100px;
	font-weight: 300;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	padding-top: 20px;
}

.rudraksha_description::before {
	content: '';
	width: 150px;
	left: 0%;
	height: 1px;
	display: inline-block;
	position: absolute;
	top: 0px;
	background: #C6C6C6;
}

.rudraksha_section_home .btn {
	margin-left: 100px;
	margin-bottom: 50px;
}

.rudraksha_section_home .p_subheading {
	margin-bottom: 80px;
}

.rudraksha_section_home {
	background: #F9F9F9;
}
.rudraksha_section_home img{
	transition: all .5s;
}
.rudraksha_section_home img.rudx:hover{
	transform: scale(1.3);
}
.col-md-category img{
	transition: all .5s
}
.col-md-category:hover img{
	mix-blend-mode: multiply;
	transform: scale(1.3);
}

.gemstones_section_home .col .col-md-category {
	margin-top: 120px;
}

.gemstones_section_home .col:nth-child(2n) .col-md-category {
	margin-top: 40px;
}

.banner_new_section {
	background: url(assets/images/bg-shape.png) bottom right no-repeat;
	background-size: auto 90%;
	padding-top: 0;
}

.banner_new_section .banner-content-area {
	max-width: 70%;
	width: 100%;
	position: relative;
}

.banner_new_section .banner-content-area img {
	width: 100%;
}

.banner_new_section .banner-content-area .content-bottom {
	position: absolute;
	bottom: 100px;
	left: 135px;
	width: 270px;
}

.banner_new_section .banner-content-area .content-bottom .title_heading {
	margin: 0px;
	color: #fff;
}

.banner_new_section .banner-content-area .content-bottom .p_subheading {
	font-size: 20px;
	color: #fff;
	margin: 20px 0 30px 0;
}

.banner_new_section .banner-content-area .content-bottom .btn_white {
	border: #fff 1px solid;
	color: #fff;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
}

.banner_new_section .banner-content-area .content-bottom .btn_white:hover {
	background: #fff;
	color: #000;
}

.banner_new_section .banner-content-area .top-text {
	position: absolute;
	top: 60px;
	right: 34px;
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	width: 200px;
}

.inspired_collection {
	position: relative;
	z-index: 6;
}

.inspired_collection .container {
	margin-top: -130px;
	padding: 60px;
	background: #fff;
}

.col-md-collection_home {
	background: #F9FAF1;
	padding: 0 30px 30px;
	display: inline-block;
	border-radius: 8px;
	text-align: center;
}

.col-md-collection_home img {
	margin-top: -100px;
}

.col-md-collection_home p {
	font-style: italic;
	text-align: left;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
}

.col-md-collection_home-2 .col-md-collection_home {
	background: #F1FAF8;
}

.col-md-collection_home .btn {
	float: left;
}

.col-md-collection_home-3 .col-md-collection_home {
	margin-top: -50px;
}

.woocommerce-result-count,
.col-sm-productlist .add_to_cart_button,
.term-description {
	display: none !important;
}

.col-sm-productlist {
	position: relative;
}

.col-sm-productlist .alg-wc-wl-btn-wrapper {
	position: absolute;
	top: 12px;
	right: 30px;
}

.woocommerce .col-sm-productlist .alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
	padding: 0;
	background: none;
	min-width: auto;
	font-size: 20px;
}

.cate_div_list {
	padding: 30px 0;
	display: inline-block;
	width: 100%;
}

.p_subheading_cate {
	font-style: italic;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
}

.cate_div_list .title_heading {
	margin-bottom: 15px;
}

.section_pedding0.section {
	padding: 0;
}

.highlight_category_list_section {
	position: relative;
}

.highlight_category_list_section:after {
	background: #F9FAF1;
	position: absolute;
	content: '';
	display: block;
	z-index: -2;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 50px;
}

.highlight_category_list_section:before {
	background: url(assets/images/Rectangle2777.jpg) bottom right;
	background-size: auto 100%;
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
	width: 50%;
	right: 0;
	top: 50px;
	bottom: 0px;
}

.highlight_category_list_section .col-md-category a span {
	font-size: 24px;
	margin-bottom: 15px;
}

.highlight_category_list_section .row .col-md-4:nth-child(2) .col-md-category {
	margin-top: 80px;
}

.highlight_category_list_section .row .col-md-4 img {
	width: 200px;
}

.cate_b_section.sub-banner__breadcrumbs,
.page-id-72 .sub-banner__breadcrumbs {
	height: auto;
	min-height: 300px;
	background-color: #F3F8FC;
	text-align: left;
}

.cate_b_section.sub-banner__breadcrumbs h1 {
	color: #000;
}

.page-id-72 .sub-banner__breadcrumbs h1 {
	color: #fff;
}

.page-id-72 .aioseo-breadcrumbs,
.page-id-779 .sub-banner__breadcrumbs,
.page-id-82 .sub-banner__breadcrumbs {
	display: none !important;
}

.cate_b_section.sub-banner__breadcrumbs img {
	max-height: 100px;
}

.desc_cate_b {
	font-style: italic;
	max-width: 70%;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	max-height: 70px;
	overflow: hidden;
}
.read-more_desc{
	margin-top: 10px;
	display: none;
}
.read-more_desc a {
    color: #fff;
    border-bottom: 1px solid;
}
.desc_cate_b.expanded{
	max-height: inherit;
}

.desc_cate_b p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}

.desc_cate_b ul li {
	color: #fff
}

.row_exclusives_outer {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C6C6C6;
	margin-bottom: 30px;
}

.bestselleing_list_section {
	background: #F1F8FA url(assets/images/best_selling.png) top right no-repeat;
}

.bestselleing_list_section .p_subheading {
	margin-bottom: 50px;
}

.bestselleing_list_section .product_list_a_o h4 {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bestselleing_list_section .product_list_a_o span {
	font-size: 18px;
}

.bestselleing_list_section .product_list_a_o {
	margin-bottom: 0;
	padding-bottom: 0;
}

.col-category_know {
	padding-top: 40px;
}

.pagecontent_unique_list {
	background: #F9F9F9 url(assets/images/Group15.png) top right no-repeat;
}

.col_unique_list {
	font-weight: 400;
	margin-top: 30px;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.col_unique_list:nth-child(2n) {
	margin-top: 120px;
}

.col_unique_list .img_icon {
	width: 120px;
	height: 120px;
	line-height: 120px;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 50%;
	text-align: center;

	background: #FFFFFF;
}

.product_detail_section {
	background: #FAF7F1;
	margin: 20px 0;
	font-size: 14px;
	padding: 50px 0px;
}

.product_detail_section h2 {
	font-size: 46px;
}

.col-md-extra_details {
	font-size: 14px;
}

.col-md-extra_details .col-md-4 {
	padding-bottom: 15px;
}

.col-md-extra_details b {
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
}

.col-md-Benefits {
	background: #FFEFD7;
	border-radius: 24px;
	padding: 8px 15px;
	margin-top: 15px;
	display: inline-block;
}

.faqs_list_tab ul {
	border-bottom: 1px solid #C6C6C6;
	display: inline-block;
	list-style: none;
	width: 100%;
}

.faqs_list_tab ul li {
	display: inline-block;
	padding: 10px 10px;
	font-weight: 400;
	margin-right: 15px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 18px;
	color: #6C6C6C;
	position: relative;
}

.faqs_list_tab ul li:after {
	height: 5px;
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	background: #275D84;
}

.faqs_list_tab ul li:hover,
.faqs_list_tab ul li.active {
	color: #275D84;
}

.faqs_list_tab ul li:hover:after,
.faqs_list_tab ul li.active:after {
	width: 100%;
}

.section_contactform h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #6C6C6C;
}

.col-md-mapaddress iframe {
	border: none;
	width: 100%;
	height: 250px;
	display: inline-block;
	margin-top: 50px;
}

.list_articles_posts {
	margin-bottom: 30px;
}

.list_articles_posts h3 {
	font-family: 'wargika';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 5px;
	letter-spacing: 0.135em;
}

.list_articles_posts .foot_blog {
	border-top: 1px solid #C6C6C6;
	padding-top: 8px;
	margin-top: 3px;
	font-size: 11px;
}

.read_time {
	padding-left: 25px;
	background: url(assets/images/clock.png) center left no-repeat;
	margin-right: 15px;
	line-height: 20px;
	display: inline-block;
}

span.date {
	padding-left: 25px;
	background: url(assets/images/calendar.png) center left no-repeat;
	line-height: 20px;
	display: inline-block;
}

.foot_blog_inside {
	font-size: 14px;
	margin-bottom: 20px;
}

.post_art_section img {
	margin-bottom: 20px;
}

.post_art_section a img {
	margin-bottom: 0px;
}

.post_art_section h3 {
	font-family: 'wargika';
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 28px;
}

.backto_page {
	margin-bottom: 25px;
	display: inline-block;
}

#owl-our_related_products .product_list_a_o {
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-post .recent_collection {
	padding-top: 0;
}

ul.variations>li {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.ul_sub_variation {
	margin-bottom: 10px;
}

.ul_sub_variation li {
	width: calc(25% - 13px);
	cursor: pointer;
	margin: 10px 15px 10px 0;
	display: inline-block;
	padding: 15px;
	text-align: center;
	position: relative;
}

.ul_sub_variation li::after {
	position: absolute;
	content: '';
	display: inline-block;
	right: 15px;
	top: 15px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid transparent;
}

.ul_sub_variation li.select::after {
	background: url(assets/images/check.png) center no-repeat;
	border: 1px solid #2196F3 !important;
	background-size: 100%;
}

.ul_sub_variation li:nth-child(4n) {
	margin-right: 0;
}

ul.variations>li.att_pa_weight,
ul.variations>li.att_pa_certification,
ul.variations>li.att_pa_energization {
	width: 50%;
}

li.att_pa_select-for li {
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	font-size: 18px;
	border-radius: 6px;
}

li.att_pa_select-for li .attr_icon {
	min-height: 60px;
}

li.att_pa_select-for li:hover,
li.att_pa_select-for li.select {
	border: 1px solid #97D6FB !important;
}

.att_pa_designs .ul_sub_variation li::after {
	border: 1px solid #c6c6c6;
}

li.att_pa_material,
li.att_pa_designs,
li.att_pa_ring-size-system,
li.att_pa_ring-size {
	display: none;
}

.woocommerce-variation-price {
	display: none;
	width: 100%;
}

.cpops-cart-item__product--data dt,
.cpops-cart-item__product--data dd {
	width: 100% !important;
}

.cpops-cart-item__product--data {
	background: #f5f5f5 !important;
	border-top: 2px solid #000 !important
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: top;
}

.woocommerce button.button.single_add_to_cart_button {
	border-radius: 6px !important;
}

.wcpa_form_outer {
	width: 100%;
	float: left;
	margin: 0;
	display: none;
}

.wcpa_form_item {
	margin: 0;
	float: left;
	width: 50%;
	padding: 0 10px;
}

.wcpa_form_item:first-child {
	width: 100%;
}

.woocommerce-checkout-review-order-table .variation {
	display: none !important;
}

.woocommerce-lost-password .form-area h2 {
	font-family: 'wargika';
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 42px;
	color: #222222;
	margin-bottom: 10px;
}

.woocommerce-form-register__submit {
	text-transform: uppercase;
}

button.wpfClearButton.wpfButton {
	width: 100%;
	max-width: 121px;
	padding: 0;
	padding: 0;
	height: 20px;
	background: none;
	text-decoration: underline;
	text-decoration: underline !important;
	font-size: 13px;
	text-align: right;
	min-height: inherit;
	height: auto;
}



.vid_tmb::before{
  content: '';
  background-image: url(assets/images/play-icon.png);
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  z-index: 1;
  top: 38%;
  display: block;
  margin: 0 auto;
  position: absolute;
  opacity: .9;
  filter: drop-shadow(2px 4px 6px black);
}
.vid_tmb::after{
  content: '';
  height: 100%;
  width: 100%;
  background: #00000021;
  position: absolute;
}
.col-md-collection_home img{
	transition: all .5s;
}
.gemstones_section_home .col-md-category img{ transition: all .5s; mix-blend-mode: multiply;}
.col-md-collection_home:hover img{
	transform: scale(1.2);
}
.gemstones_section_home .col-md-category:hover img{
		transform: scale(1.3);
}
.page-banner-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 40vh;
}

.faqs_list_home .nav.nav-tabs a{
	display: inline-block;
	padding: 10px 10px;
	font-weight: 400;
	margin-right: 15px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 18px;
	color: #6C6C6C;
	position: relative;
	border: none;
}
.faqs_list_home .nav.nav-tabs a.active{
	color: #275D84;
	border: none;
	border-bottom: 6px solid;
}
.faqs_list_home .nav-tabs .nav-link:focus,.faqs_list_home .nav-tabs .nav-link:hover{
	border: none;
}
.wpfFilterButtons{     position: absolute; top: -28px; right: 0; }
.banner_new_section .banner-content-area .content-bottom .hver:hover{
	background: #000;
	color: #fff!important;
}
.our-filters{display: flex; align-items: center; justify-content: space-between; margin-top: 0; margin-top: -25px; margin-bottom: 10px; font-size: 15px;}
.our-filters .wpfFilterWrapper[data-filter-type]{ padding: 0; }

.our-filters .wpfFilterContent select{
	width: 100px;
    padding: 0;
    border: none;
    display: inline-block;
    background-color: inherit;
    border-radius: 0;
    padding-right: 0px;
		margin: 0;
		background: none;
	color: #000;
}

.our-filters .sort {display: flex; align-items: center;}
.our-filters .sort span{width: 100px;}
.our-filters .wpfFilterContent{position: relative; background: none;}
.our-filters .wpfFilterContent::before{ content: "\f0d7"; top:-5px; font-family: 'FontAwesome'; font-weight: 300; font-size: 18px; padding-left: 0px; display: inline-block; color: #000; transition: all 0.25s; position: absolute; right: 80px; line-height: 1.9; }
.custom-button-b{
		font-size: 20px;
    color: #2481bb;
    text-decoration: underline;
		margin-bottom: 20px;
		display: inline-block;
	}

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

  #primary-menu-list > li{ padding-bottom: 15px;}
  #primary-menu-list>li>a{ font-size: 26px; }
  .mega-main-menu #primary-menu-list > li.menu-item-has-children.maga-menu-items > ul.sub-menu li{ padding: 6px 0px;}

  .mega-main-menu #primary-menu-list > li.menu-item-has-children > ul.sub-menu > li > a{ font-style: 18px; }
}

@media (max-width: 1280px) and (min-width: 768px) {
	#primary-menu-list>li>a{ font-size: 20px;}
	.mega-main-menu #primary-menu-list > li.menu-item-has-children > ul.sub-menu > li > a{ font-size: 14px; line-height: 20px;}
	.mega-main-menu #primary-menu-list > li.menu-item-has-children.maga-menu-items > ul.sub-menu li{ padding: 5px 0; }
}

@media (min-width: 768px) {
	#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
		font-size: 18px;
		padding: 10px 19px 12px;
	}

}

.woocommerce-form p.or_signin {
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */
	font-family: 'Inter', sans-serif;
	margin: 15px 0;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #728090;
}

div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
	background: #FFFFFF;
	border: 1px solid #E0E1E1 !important;
	border-radius: 38px;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.25px;
	color: #00043A;
}

div.nsl-container .nsl-button-default div.nsl-button-label-container {
	font-family: 'Lato', sans-serif !important;
	font-size: 15px;
	line-height: 24px;
	/* identical to box height, or 160% */
	font-weight: 600;
	letter-spacing: -0.25px;

	color: #00043A;
}

.social_head_a a {
	font-size: 19px;
}

.col-md-customer_reviews {
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
	font-weight: 600;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	float: left;
	margin-right: 0em;
	width: 100%;
	margin-top: 15px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 10px !important;
}

.sign_up_login {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.sign_up_login p {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.25px;
	color: #00043A;
}

.sign_up_login p a {
	color: #74CBFF;
}

.btn_createaaccount {
	background: #275D84;
	border-radius: 38px;
	width: 100%;
	display: inline-block;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	line-height: 32px;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.btn_createaaccount:hover {
	background: #74CBFF;
	color: #000;
}

.con_sh_outer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 15px;
	padding-top: 15px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.con_sh_outer .btn_createaaccount {
	width: auto;
	margin-top: 10px;
	min-width: 28%;
	clear: both;
	background: #74CBFF;
	color: #000;
}

.con_sh_outer .btn_createaaccount:hover {
	background: #275D84;
	color: #FFFFFF;
}

body.woocommerce-my-wish-list .woocommerce-MyAccount-navigation {
	display: none !important;
}

body.woocommerce-my-wish-list .woocommerce-MyAccount-content {
	width: 100%;
}

.con_sh_outer_wishlist {
	border: none;
	padding-bottom: 0;
}

.list_articles_posts p {
	font-size: 14px;
}


.flex_direction {
	flex-direction: row-reverse;
}

#owl-gallery_images_thumbs {
	transform: rotate(90deg);
	width: 525px;
	margin-left: -208px;
	margin-top: 213px;
}

#owl-gallery_images_thumbs.owl-carousel .owl-item {
	transform: rotate(-90deg);
}

.single-product #owl-gallery_images_thumbs.owl-carousel .owl-item {
	width: 100px !important;
	height: 100px;
	position: relative;
	opacity: 0.7;
}

.single-product #owl-gallery_images_thumbs.owl-carousel .owl-item img {
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: contain;
}

.single-product .sub-banner__breadcrumbs .aioseo-breadcrumbs,
.single-product span.aioseo-breadcrumb a {
	color: #000;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
	display: none;
}

.woocommerce-lost-password .woocommerce form .form-row {
	width: 100%;
}

header


/* New Form */

/* .woocommerce-form-row{
  position: relative;
  margin-bottom: 15px
}
.woocommerce-form-row input{
  display: block;
  width: 400px;
  height: 45px;
  background: transparent;
  border: solid 1px #ccc;
  transition: all .3s ease;
  padding: 0 15px
}
.woocommerce-form-row input:focus{
  border-color: blue
}
.woocommerce-form-row label{
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 13px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all .3s ease
}
.woocommerce-form-row input:focus + label,
.woocommerce-form-row input:valid + label{
  font-size: 11px;
  top: -5px
}
.woocommerce-form-row input:focus + label{
  color: blue
} */
