/*
 Theme Name:     TRoo Jewellery WooCommerce Divi Child Theme
 Theme URI:      https://troojewellerydivi.troothemes.com/
 Description:    TRoo Jewellery is a sleek, elegant, and minimalist WooCommerce Divi Child Theme, specifically designed for jewelry stores. With a fast-loading and responsive design, it showcases 				 products beautifully and provides a seamless shopping experience for customers. 
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.0.1
*/

 
/*------ Theme customization starts here ------*/

/*------ Root Color ------*/
:root{
	--color1: #F2B65B;
	--color2: #202020;
}

/*------ Common CSS ------*/
body{
	overflow-x: hidden !important;
}

.jewelry_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.woocommerce .loader::before{
	display: none;
}

/* ------ Header ------ */
.jewelryheader_section1_text a,
.et-db #et-boc .et-l .jewelryheader_section1_text a{
	color: var(--color1);
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul,
.jewelryheader_section2_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0 !important;
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul li,
.jewelryheader_section2_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul li a,
.jewelryheader_section2_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	color: var(--color2) !important;
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul li a:hover,
.jewelryheader_section2_menu .et-menu-nav ul li ul li a:hover{
	opacity: 1;color:#fff !important;
    padding-left: 40px !important;
    background: var(--color2);
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .nav li li ul,
.jewelryheader_section2_menu .nav li li ul{top:0px;}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul li a:before,
.jewelryheader_section2_menu .et-menu-nav ul li ul li a:before{
	position: absolute;
    content: '';
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 7px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.et-db #et-boc .et-l .jewelryheader_section2_menu .et-menu-nav ul li ul li a:hover:before,
.jewelryheader_section2_menu .et-menu-nav ul li ul li a:hover:before{
	background: var(--color1);
    width: 7px;
}

.jewelryheader_section2_menu .et_mobile_menu .menu-item-has-children>a{
	background: transparent;
}

.jewelryheader_section2_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
	display: none;
}

.jewelryheader_section2_menu .et_mobile_nav_menu ul > li > a{
	background: transparent;
}

.jewelryheader_section2_menu .et-menu-nav ul > li,
.et-db #et-boc .et-l * .jewelryheader_section2_menu .et-menu-nav ul > li{
	
}

.jewelryheader_section2_menu .et-menu-nav ul > li > a,
.et-db #et-boc .et-l * .jewelryheader_section2_menu .et-menu-nav ul > li > a,
.et-db #et-boc .et-l .et-menu .menu-item-has-children > a:first-child{
	padding:30px 14px;
	color: #ffffff;
}

.jewelryheader_section2_menu .et_pb_menu__menu>nav>ul>li>a:after,
.et-db #et-boc .et-l * .jewelryheader_section2_menu .et_pb_menu__menu>nav>ul>li>a:after{
	top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -7px !important;
}

.jewelryheader_section2_menu .et_pb_button_module_wrapper {
	display: flex;
    justify-content: flex-end;
}

.jewelryheader_section2.et_pb_sticky.et_pb_section{
	background: var(--color2) !important;
	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
}

.et-db #et-boc .et-l * .jewelryheader_section2_menu .et-menu li li.menu-item-has-children>a:first-child:after,
.jewelryheader_section2_menu .et-menu li li.menu-item-has-children>a:first-child:after{
	top: 50%;
	transform: translateY(-50%);
}

.et-db #et-boc .et-l * .jewelryheader_section2_menu .et_mobile_menu li a,
.jewelryheader_section2_menu .et_mobile_menu li a{
	color: var(--color2);
}

/* ------ Mobile Menu In Header ------ */
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00d263;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
	color: var(--color2);
}

.jewelryheader_section2_menu.et_pb_menu ul li:hover>a, .jewelryheader_section2_menu.et_pb_menu > ul > li.current-menu-item > a, .jewelryheader_section2_menu.et_pb_menu .nav li ul.sub-menu a:hover, .jewelryheader_section2_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item a, .jewelryheader_section2_menu.et_pb_menu .et_mobile_menu a:hover{
	color: var(--color1) !important;
	opacity: 1;
}

.jewelryheader_section2_menu .mobile_nav .mobile_menu_bar:before{
	color: #ffffff !important;
}

@media all and (max-width: 1177px) and (min-width: 981px){
	.jewelryheader_section2_menu .et-menu-nav ul > li {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0 !important;
}
	
	.jewelryhome_section6_blurb.et_pb_blurb{
		position: relative !important;
	display: block !important;
	}
	
	.jewelryhome_section6_blurb.et_pb_blurb:before{
		position: relative !important;
	}
}

@media all and (max-width: 1131px) and (min-width: 981px){
	.jewelryheader_section2 .et_pb_gutters2 .et_pb_column_3_4 {
		width: 100%;
	}
	
	.jewelryheader_section2 .et_pb_column_1_4{
		display: none;
	}
}

@media all and (max-width: 1113px) and (min-width: 981px){
	.jewelryheader_section1_blurb{
		display: none;
	}
}

@media all and (max-width: 980px){
	.jewelryheader_section2_menu .et_pb_menu_inner_container{
	padding: 20px;
}

.jewelryheader_section2_menu .et_mobile_menu{
	height: 100vh;
}

.jewelryheader_section2_menu .mobile_menu_bar{
	transform: auto;
	bottom: auto;
}
}

/*------ Footer ------*/
.jewelryfooter_section1_social.et_pb_social_media_follow .icon:before{
	color: #ffffff;
	transition: all 0.5s ease;
}

.jewelryfooter_section1_social.et_pb_social_media_follow .icon:hover:before{
	color: var(--color1);
}

.jewelryfooter_section2_email .et_pb_newsletter_fields{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.jewelryfooter_section2_email .et_pb_newsletter_form p.et_pb_newsletter_field{
	padding-bottom: 0;
}

.jewelryfooter_section2_email.et_pb_newsletter .et_pb_newsletter_fields>*{
	flex-basis: 31.3333% !important;
}

body #page-container .et_pb_section .jewelryfooter_section2_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:before{
	content: "" !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    height: 6px;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 4px;
    right: -8px;
    transition: all 0.3s ease 0s;
    border-color: #ffffff;
    color: #ffffff;
    margin: 0 !important;
    border-radius: 0 0 5px 5px;
}

body #page-container .et_pb_section .jewelryfooter_section2_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
	content: "" !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    content: "";
    width: 6px;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    position: absolute;
    bottom: -8px;
    right: -8px;
    top: 4px;
    transition: all 0.3s ease 0s;
    border-color: #ffffff;
    color: #ffffff;
    margin: 0 !important;
    border-radius: 0 5px 5px 0;
}

body #page-container .et_pb_section .jewelryfooter_section2_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:before{
	bottom: -2px;
	left: -2px;
	right: 2px;
}

body #page-container .et_pb_section .jewelryfooter_section2_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:hover:after{
	bottom: 2px;
	right: -2px;
	top: -2px;
}

/*------ Home ------*/
.jewelryhome_section2_productcategory .woocommerce ul.products li.product{
	margin-bottom: 0 !important;
}

.jewelryhome_section2_productcategory mark.count{
	background: transparent;
}

.jewelryhome_section2_productcategory .woocommerce ul.products li.product .woocommerce-loop-category__title{
	font-weight: 700;
}

.jewelryhome_section3_tab ul.et_pb_tabs_controls{
	background: transparent;
	position: absolute;
    right: 0;
    top: -110px;
}

.jewelryhome_section3_tab ul.et_pb_tabs_controls:after{
	border: 0;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li.et_pb_tab_active{
	border-right: 1px solid var(--color1) !important;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li{
	margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-radius: 50px;
    transition: all 0.5s ease;
    border: 0;
    height: unset !important;
    border-right: 1px solid var(--color2) !important;
    border-radius: 0 !important;
	background: transparent;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li:last-child{
	border-right: 0 !important;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li a{
	padding: 0;
	color: var(--color2);
	transition: all 0.5s ease;
	font-weight: 700;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li a:hover{
	color: var(--color1) !important;
}

.jewelryhome_section3_tab .et_pb_tabs_controls li.et_pb_tab_active a{
	color: var(--color1) !important;
}

.jewelryhome_section3_tab .woocommerce ul.products{
	margin: 0;
}

.jewelryhome_section3_tab .product{
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .star-rating{
	margin-left: auto !important;
    margin-right: auto !important;
    order: 2;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

.jewelryhome_section3_tab .product .et_overlay{
	display: none;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .button, .jewelryhome_section3_tab .woocommerce ul.products li.product .added_to_cart{
	color: #ffffff;
    background: var(--color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    width: 90%;
	transform: scale(0);
    z-index: 1;
    transition: all 0.3s ease 0.3s;
    margin: 0;
    border: 0;
    border-radius: 8px;
    line-height: 26px !important;
    opacity: 1 !important;
	display: inline-table;
	margin-top: 10px;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .added{
	display: none;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product:hover .button, .jewelryhome_section3_tab .woocommerce ul.products li.product .added_to_cart{
	transform: scale(1);
}

.jewelryhome_section3_tab ul.products li a.button:after, .jewelryhome_section3_tab .woocommerce ul.products li.product .added_to_cart:after {
    color: #ffffff;
    content: "\e015";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto!important;
    opacity: 1!important;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700!important;
    font-family: ETmodules!important;
	animation: none;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .added_to_cart:after{
	content: "\4e";
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .woocommerce-LoopProduct-link{
	display: flex;
    flex-direction: column;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .et_shop_image{
	order: 1;
	position: relative;
	transition: all 0.5s ease;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product:hover .et_shop_image{
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.jewelryhome_section3_tab .woocommerce ul.products li.product a img{
	margin: 0 0 0 0 !important;
	border-radius: 8px 8px 0 0;
}

.jewelryhome_section3_tab .woocommerce .star-rating span:before{
	color: #FDB022;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color2);
    order: 3;
    padding: 12px 0 6px 0;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .price{
	font-size: 14px;
    line-height: 26px;
    color: var(--color2) !important;
    font-weight: 700;
    order: 4;
    padding: 0;
}

.jewelryhome_section3_tab .woocommerce ul.products li.product .onsale{
	background: var(--color1) !important;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
    text-align: center;
    padding: 5px 15px !important;
    left: auto !important;
    right: 10px !important;
}

.jewelryhome_section5_column{
	padding: 100px;
}

.jewelryhome_section5_counter.et_pb_countdown_timer .section.values{
	width: auto;
	margin-right: 15px;
}

.jewelryhome_section5_counter.et_pb_countdown_timer .section.values:last-child{
	margin-right: 0px;
}

.et_pb_column .jewelryhome_section5_counter.et_pb_countdown_timer .section p.value{
	padding: 10px;
    background: var(--color2);
    color: var(--color1);
}

.et_pb_column .jewelryhome_section5_counter.et_pb_countdown_timer .section p.label{
	color: var(--color2);
    margin-top: 10px;
}

.jewelryhome_section5_counter.et_pb_countdown_timer .sep.sep.sep.sep.sep p{
	display: none;
}

.jewelryhome_section4_text a{
	color: var(--color1);
}

.jewelryhome_section6_blurb .et_pb_blurb_content .et_pb_blurb_container{
	flex: 1;
	display: flex;
    flex-direction: column;
    align-items: end;
    padding-left: 0 !important;
    padding-right: 20px;
    justify-content: center;
}

.jewelryhome_section6_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	border-radius: 50%;
	border: 1px solid var(--color2);
	transition: all 0.5s ease;
}

.jewelryhome_section6_column:hover .jewelryhome_section6_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	border: 1px solid var(--color1);
}

.jewelryhome_section6_column:hover .jewelryhome_section6_blurb.et_pb_blurb .et_pb_module_header{
	color: var(--color1) !important;
}

.jewelryhome_section6_column:hover .jewelryhome_section6_blurb.et_pb_blurb:before{
	background: rgb(242 182 91 / 10%);
	color: var(--color1);
}

.jewelryhome_section7_product .woocommerce ul.products{
	margin: 0;
}

.jewelryhome_section7_product .product{
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .star-rating{
	margin-left: auto !important;
    margin-right: auto !important;
    order: 2;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

.jewelryhome_section7_product .product .et_overlay{
	display: none;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .button, .jewelryhome_section7_product .woocommerce ul.products li.product .added_to_cart{	
	color: #ffffff;
    background: var(--color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    width: 90%;
	transform: translateX(-50%) translateY(-50%) scale(0);
   	position: absolute;
	bottom: 5%;
	left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
    margin: 0;
    border: 0;
    border-radius: 8px;
    line-height: 26px !important;
    opacity: 1 !important;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .added{
	display: none;
}

.jewelryhome_section7_product .woocommerce ul.products li.product:hover .button, .jewelryhome_section7_product .woocommerce ul.products li.product .added_to_cart{
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.jewelryhome_section7_product ul.products li a.button:after, .jewelryhome_section7_product .woocommerce ul.products li.product .added_to_cart:after {	
	color: #ffffff;
    content: "\e015";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto!important;
    opacity: 1!important;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400!important;
    font-family: ETmodules!important;
	animation: none;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .added_to_cart:after{
	content: "\4e";
}

.jewelryhome_section7_product .woocommerce ul.products li.product .woocommerce-LoopProduct-link{
	display: flex;
    flex-direction: column;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .et_shop_image{
	order: 1;
	position: relative;
	transition: all 0.5s ease;
}

.jewelryhome_section7_product .woocommerce ul.products li.product:hover .et_shop_image{
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.jewelryhome_section7_product .woocommerce ul.products li.product a img{
	margin: 0 0 0 0 !important;
	border-radius: 8px 8px 0 0;
}

.jewelryhome_section7_product .woocommerce .star-rating span:before{
	color: #FDB022;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color2);
    order: 3;
    padding: 12px 0 6px 0;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .price{
	font-size: 16px;
    line-height: 26px;
    color: var(--color2) !important;
    font-weight: 700;
    order: 4;
    padding: 0;
}

.jewelryhome_section7_product .woocommerce ul.products li.product .onsale{
	background: var(--color1) !important;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
    text-align: center;
    padding: 5px 15px !important;
    left: auto !important;
    right: 10px !important;
}

.jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers{
	border: 0;
}

.jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li{
	border: 0;
	overflow: visible;
}

.jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li span, .jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li a{
	color: var(--color1);
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0 8px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px var(--color1);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li span:hover, .jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .jewelryhome_section7_product .woocommerce .woocommerce-pagination ul.page-numbers li span.current{
	color: #fff !important;
	background-color: var(--color1);
}

.jewelryhome_section7_product .et_pb_promo_description div h4{
	font-size: 30px!important;
    line-height: 40px!important;
	color: var(--color2)!important;
    font-weight: 900;
}

.jewelryhome_section7_product .et_pb_promo_description div span{
	font-size: 18px;
    line-height: 24px;
	color: var(--color2)!important;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px 10px;
  background: transparent;
  border: 1px solid rgba(32, 32, 32, 0.2);
}

.jewelhome_blog.et_pb_posts div.et_pb_ajax_pagination_container {
    display: unset !important;
    column-gap: unset !important;
    grid-template-columns: unset !important;
}

.jewelhome_bloglist .et_pb_post{
	flex-direction: row-reverse !important;
}

.jewelhome_bloglist .et_pb_post .entry-featured-image-url{
	margin-bottom: 0 !important;
    flex: 1 !important;
}

.jewelhome_bloglist .et_pb_post .jewelhome_bloglist_content{
	display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    justify-content: center !important;
}

.jewelhome_bloglist .et_pb_post .post-content{
	margin-bottom: 0 !important;
}

.jewelryhome_section8_cta .et_pb_promo_description div h4{
	font-size: 30px !important;
line-height: 40px !important;
	color: var(--color2) !important;
font-weight: 900;
}

.jewelryhome_section8_cta .et_pb_promo_description div span{
	color: var(--color2) !important;
font-weight: 400;
}

@media all and (max-width: 1280px) and (min-width: 1083px){
	.jewelryhome_section5_column {
    padding: 50px;
}
}

@media all and (max-width: 1082px) and (min-width: 1003px){
	.jewelryhome_section5_column {
    padding: 30px;
}
}

@media all and (max-width: 1002px) and (min-width: 981px){
	.jewelryhome_section5_column {
    padding: 20px;
}
}

@media all and (max-width: 980px){
	.jewelryfooter_section2_email .et_pb_newsletter_fields {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
	.jewelry_blurb .et_pb_blurb_content .et_pb_blurb_container{
		padding-left: 0;
    display: block;
	}
	
	.jewelryhome_section3_tab ul.et_pb_tabs_controls {
    background: transparent;
    position: unset;
    right: unset;
    top: unset;
    margin-bottom: 30px;
}
	
	.jewelryhome_section2_productcategory .woocommerce ul.products li.product{
		margin-bottom: 30px !important;
	}
	
	.jewelryhome_section2_productcategory .woocommerce ul.products{
		margin-bottom: 0;
	}
	
	.jewelryhome_section5_column {
    padding: 20px;
}
}

@media all and (max-width: 767px){
	.jewelryfooter_section2_email.et_pb_newsletter .et_pb_newsletter_fields>* {
    flex-basis: 100% !important;
    margin-bottom: 10px;
}
	
	.fashionhome_section3_tab ul.et_pb_tabs_controls {
    background: transparent;
    display: block;
}
	
	.fashionhome_section3_tab .et_pb_tabs_controls li{
		margin: 0 0 10px 0;
	}
	
	.fashionhome_section3_tab .et_pb_tabs_controls li:last-child{
		margin: 0;
	}
	
	.fashionhome_section3_tab .product{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.jewelryhome_section5_column {
    padding: 20px;
}
	
	.jewelryhome_section3_tab .et_pb_tabs_controls li.et_pb_tab_active {
    border-right: 0 !important;
}
	
.jewelryhome_section3_tab .et_pb_tabs_controls li {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50px !important;
    transition: all 0.5s ease !important;
    border: 0 !important;
    height: unset !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    margin-bottom: 10px !important;
    text-align: center !important;
	display: grid;
}
	
	.jewelryhome_section3_tab .et_pb_tabs_controls li:last-child{
		margin-bottom: 0 !important;
	}
	
	.jewelryhome_section3_tab ul.et_pb_tabs_controls {
    background: transparent;
    position: unset;
    right: unset;
    top: unset;
    margin-bottom: 20px;
}
	
	.jewelryhome_section7_product.et_pb_shop ul.products.columns-4 li.product, .jewelryhome_section7_product.et_pb_shop ul.products.columns-3 li.product{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.jewelryhome_section8_cta .et_pb_promo_description div h4 {
    font-size: 24px!important;
    line-height: 35px!important;
    color: var(--color2)!important;
    font-weight: 900;
}
	
	.jewelhome_bloglist .et_pb_post {
    flex-direction: column-reverse !important;
}
	
	.jewelhome_bloglist .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px !important;
    flex: 1 !important;
}
	
	.jewelhome_bloglist .et_pb_post .post-content {
    margin-bottom: 15px !important;
}
	
	.jewelryhome_section6_blurb.et_pb_blurb{
		display: block !important;
	}
	
	.jewelryhome_section6_blurb.et_pb_blurb:before{
		position: relative !important;
	}
}


/*Blog*/
.jewel_blog .et_pb_post {background: #FFFFFF;
border: 0.650456px solid rgba(242, 182, 91, 0.2);
box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
border-radius: 3.25228px;display: flex;
flex-direction: column;margin-bottom:30px;}

.jewel_blog .et_pb_post .entry-featured-image-url{order:1;}

.jewel_blog .et_pb_post .entry-title{
	padding: 0 20px 10px 20px;order:3;
	color: #202020;font-weight: 700;
font-size: 20px;
line-height: 27px;
}

.jewel_blog .et_pb_post .post-meta{padding: 8px 10px;
margin: 0 20px 15px 20px;
order: 2;
color: #202020;
text-transform: capitalize;
font-weight: 400;
font-size: 16px;
background: rgba(242, 182, 91, 0.1);
display: inline-block;
width: fit-content;}

.jewel_blog .et_pb_post .post-meta a{color: #202020;
text-transform: capitalize;
font-weight: 400;
font-size: 16px;}


.jewel_blog .et_pb_post .post-meta .author{position:relative;padding-left: 19px;}

.jewel_blog .et_pb_post .post-meta .author:after{content:url('https://troojewellerydivi.troothemes.com/wp-content/uploads/2023/01/Author.png');position: absolute;
left: 0;top: 50%;
transform: translateY(-50%); }


.jewel_blog .et_pb_post .post-meta .author:before{content:"Posted By : "; }


.jewel_blog .et_pb_post .post-content{position: relative;
margin-bottom: 16px;order:4;}

.jewel_blog .et_pb_post .post-content .more-link{margin: 0 20px;
color: var(--color1);
font-size: 16px;
position: relative;
font-weight: 700;
padding: 0 20px 5px 0;
display: inline-block;}

.jewel_blog .et_pb_post .post-content .more-link:after{font-family: ETmodules !important;
content: '\24';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);}


/*Blog 2 Column*/

.jewel_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(2, 49%);
}
.jewel_blog.col2 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 766px) {
  .jewel_blog.col2.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
	.jewel_blog .et_pb_post,.jewel_blog .et_pb_post .entry-featured-image-url{margin-bottom:20px;}
}

/*Blog 3 Column*/

.jewel_blog.et_pb_posts div.et_pb_ajax_pagination_container {
  display: grid;
  column-gap: 2%;
  grid-template-columns: repeat(3, 32.0%);
}
.jewel_blog .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 766px) {
  .jewel_blog.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
	.jewel_blog .et_pb_post{margin-bottom:20px;}
}
@media (min-width: 767px) and (max-width: 1190px) {
  .jewel_blog.et_pb_posts div.et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 49%);
  }
	
}

/*Blog 4 Column*/

.jewel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(4, 24.1%);
}
.jewel_blog.col4 .pagination.clearfix {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 766px) {
  .jewel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    display: block;
  }
	.jewel_blog .et_pb_post,
	.jewel_blog .et_pb_post .entry-featured-image-url{margin-bottom:20px;}
}
@media (min-width: 767px) and (max-width: 1499px) {
  .jewel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    grid-template-columns: repeat(2, 49%);
  }
}
@media (min-width: 1191px) and (max-width: 1400px) {
  .jewel_blog.col4.et_pb_posts div.et_pb_ajax_pagination_container {
    grid-template-columns: repeat(3, 32.1%);
  }
}

@media only screen and (max-width: 1299px) {
  .jewel_blog .et_pb_post .entry-featured-image-url img {
    margin: 0;
  }
  
  .jewel_blog .et_pb_post .post-meta {
    display: block;
  }
}

/*Blog List*/

.jewel_blog_list.rt .et_pb_post{flex-direction: row-reverse;}

.jewel_blog_list .et_pb_post{display: flex;margin-bottom: 30px;background: #FFFFFF;
border: 0.650456px solid rgba(242, 182, 91, 0.2);
box-shadow: 0px 3.90274px 13.0091px rgba(0, 0, 0, 0.05);
border-radius: 3.25228px;}

.jewel_blog_list .et_pb_post .entry-title{font-weight: 700;
font-size: 20px;padding-bottom: 15px;
line-height: 27px;color:#202020;}

.jewel_blog_list .et_pb_post .entry-featured-image-url{flex: 1;margin-bottom:0px;flex-basis: 40%;}
.jewel_blog_list .et_pb_post .entry-featured-image-url img{height:100%;object-fit:cover;}

.jewel_blog_list .et_pb_post .info{flex:1;padding: 30px 40px;display: flex;flex-basis: 80%;
flex-direction: column;}

.jewel_blog_list .et_pb_post .post-content{order: 3;}

.jewel_blog_list .et_pb_post .post-meta{text-transform: capitalize;
color: var(--color1);padding-bottom: 15px;
font-weight: 400;}

.jewel_blog_list .et_pb_post .post-meta a{color:var(--color2);}

.jewel_blog_list .et_pb_post a.more-link{color: var(--color2) !important;
font-weight: 600;
font-size: 16px;
line-height: 20px;
position: relative;
display: inline-block;
margin-top: 30px;
text-transform: capitalize;}

.jewel_blog_list .et_pb_post a.more-link:after{content: '';
width: 100%;
height: 2px;
background: var(--color2);
position: absolute;
bottom: 0px;
left: 0;}

.jewel_blog_list .et_pb_post:hover a.more-link:after{background: var(--color1);}


.jewel_blog_list .et_pb_post:hover a.more-link{color: var(--color1) !important;}


@media only screen and (max-width: 980px){
	.jewel_blog_list .et_pb_post{display:block;}
	.jewel_blog_list .et_pb_post .info{padding:20px;}
}

/* ------ Blog Sidebar  ------ */
.jewelryblog_section2_sidebar.et_pb_widget_area h2{
	color: var(--color2);
    font-weight: 700;
    background: transparent;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.jewelryblog_section2_sidebar.et_pb_widget_area .et_pb_widget{
	background: #FFFFFF;
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 5px;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul, .jewelryblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud{
	padding: 20px !important;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a{
	color: var(--color2);
	font-weight: 400;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover{
	padding-left: 20px !important;
	color: var(--color1);
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:before{
	content: "\35";
	font-family: 'ETmodules';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color1);
	left: 0;
	opacity: 0;
	-webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-categories li a:hover:before{
	opacity: 1;
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a{
	color: var(--color2);
}

.jewelryblog_section2_sidebar.et_pb_widget_area ul.wp-block-latest-posts li a:hover{
	color: var(--color1);
}

.jewelryblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 10px 20px;
    background: #F9F9F9;
    color: var(--color2);
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}

.jewelryblog_section2_sidebar .et_pb_widget .wp-block-tag-cloud a:hover{
    background: var(--color1);
    color: #ffffff;
}

/* ------ About Us ------ */
.jewelryaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding: 20px;
}

.jewelryaboutus_section3_blurb .et_pb_module_header:after{
	position: absolute;
	width: 30px;
	height: 2px;
	content: "";
	background: var(--color2);
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 767px){
	.jewelryaboutus_section3_blurb .et_pb_module_header:after {
    position: absolute;
    width: 30px;
    height: 2px;
    content: "";
    background: var(--color2);
    bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
}
	
	.jewelryaboutus_section3_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding: 0;
    padding-top: 20px;
}
	
	.jewelryaboutus_section3_blurb .et_pb_blurb_content{
		padding: 20px !important;
	}
}

/* ------ FAQs ------ */
.jewelryfaqs_section2_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title{
	color: var(--color1) !important;
}

.jewelryfaqs_section2_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	transform: rotate(45deg);
	display: block !important;
}

/*Blog Single*/

.post-single-blurb .et_pb_blurb_content .et_pb_main_blurb_image{display: block;}
.post-single-blurb .et_pb_blurb_content .et_pb_main_blurb_image img{width:100%;}

.post-single-blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{width: 80px;
height: 80px;
background: var(--color1);
text-align: center;
display: flex;
align-items: center;
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: #000;
position: absolute;
bottom: 20px;
right: 20px;}


/*Comment*/

.jewel-commet .form-submit .submit{background: var(--color1);
color: #202020;
border: none !important;
text-transform: uppercase;
font-weight: 700;
padding: 14px 25px;
font-size: 16px;
border-radius: 5px;border: 2px solid var(--color1) !important;}


.jewel-commet .form-submit .submit:hover{border: 2px solid var(--color2) !important;}


.jewel-commet .form-submit .submit:before{content: "" !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
height: 6px;
border-bottom: 2px solid transparent;
  border-bottom-color: transparent;
border-left: 2px solid transparent;
  border-left-color: transparent;
position: absolute;
bottom: -8px;
left: 4px;
right: -8px;
transition: all 0.3s ease 0s;
border-color: var(--color2);
color: var(--color2);
margin: 0 !important;
border-radius: 0 0 5px 5px;}
.jewel-commet .form-submit .submit:hover:before{bottom: -2px;
left: -2px;
right: 2px;}

.jewel-commet .form-submit .submit:after{content: "" !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
width: 6px;
border-right: 2px solid transparent;
  border-right-color: transparent;
border-top: 2px solid transparent;
  border-top-color: transparent;
position: absolute;
bottom: -8px;
right: -8px;
top: 4px;
transition: all 0.3s ease 0s;
border-color: var(--color2);
color: var(--color2);
margin: 0 !important;
border-radius: 0 5px 5px 0;}

.jewel-commet .form-submit .submit:hover:after{bottom: 2px;
right: -2px;
top: -2px;}

#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"]{width:100% !important;}

/* ------ Coming Soon ------ */
.jewelrysoon_section2_email .et_pb_newsletter_form p.et_pb_newsletter_field{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* ------ Contact Us ------ */
.jewelrycontact_section2_contact .et_pb_contact_form_label {
  display: block;
  margin-bottom: 10px;
  color: var(--color2);
}

body #page-container .et_pb_section .jewelrycontact_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:before{
	content: "" !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
height: 6px;
border-bottom: 2px solid transparent;
border-left: 2px solid transparent;
position: absolute;
bottom: -8px;
left: 4px;
right: -8px;
transition: all 0.3s ease 0s;
border-color: var(--color2);
color: var(--color2);
margin: 0 !important;
border-radius: 0 0 5px 5px;
}

body #page-container .et_pb_section .jewelrycontact_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:after{
	content: "" !important;
visibility: visible !important;
opacity: 1 !important;
display: block !important;
content: "";
width: 6px;
border-right: 2px solid transparent;
border-top: 2px solid transparent;
position: absolute;
bottom: -8px;
right: -8px;
top: 4px;
transition: all 0.3s ease 0s;
border-color: var(--color2);
color: var(--color2);
margin: 0 !important;
border-radius: 0 5px 5px 0;
}

body #page-container .et_pb_section .jewelrycontact_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:before{
	bottom: -2px;
left: -2px;
right: 2px;
}

body #page-container .et_pb_section .jewelrycontact_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:after{
	bottom: 2px;
right: -2px;
top: -2px;
}

.jewelrycontact_section3_blurb.et_pb_blurb:hover .et_pb_main_blurb_image{
  border-color: var(--color1) !important;
  background-color: var(--color1) !important;
}

@media only screen and (max-width: 980px){
.jewelrycontact_section2_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container{
	float: unset;
	text-align: center;
	margin-top: -1.5%;
	display: block;
}
}

/*------ Product Sidebar ------*/
.jewelryproduct_section2_sidebar .et_pb_widget, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget{
	background: #FFFFFF;
    border: 1px solid rgba(32, 32, 32, 0.1);
}

.jewelryproduct_section2_sidebar .et_pb_widget h2, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget h2{
	color: var(--color2);
font-weight: 700;
background: transparent;
padding: 15px;
border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

.jewelryproduct_section2_sidebar .wc-block-product-categories, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .wc-block-product-categories{
	margin-bottom: 0;
}

.jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0, .jewelryproduct_section2_sidebar .et_pb_widget ul.product_list_widget, .jewelryproduct_section2_sidebar .et_pb_widget ul.woocommerce-mini-cart, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.product_list_widget, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.woocommerce-mini-cart{
	padding: 15px !important;
}

.jewelryproduct_section2_sidebar .et_pb_widget ul li, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul li{
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.1);
}

.jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1{
	padding-top: 10px !important;
    margin-top: 10px;
    border-top: 1px solid rgba(239, 40, 83, 0.1);
}

.jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1 li:last-child, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-1 li:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0 li:last-child, .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li:last-child, .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul.wc-block-product-categories-list--depth-0 li:last-child, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li:last-child, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart ul li:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.jewelryproduct_section2_sidebar .et_pb_widget ul li a, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul li a{
	color: var(--color2);
    font-weight: 400;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
}

.jewelryproduct_section2_sidebar .et_pb_widget ul li a:hover, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget ul li a:hover{
	color: var(--color1);
}

.jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li{
	padding-top: 0;
}

.jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li img, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li img{
	width: 70px;
    height: 70px;
    object-fit: cover;
}

.jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .product-title, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .product-title{
	padding-bottom: 5px;
	display: block;
}

.jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .woocommerce-Price-amount, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .et_pb_widget .widget_products ul.product_list_widget li .woocommerce-Price-amount{
	padding-top: 5px;
    display: inline-block;
}

.jewelryproduct_section2_sidebar .woocommerce ul.product_list_widget li .star-rating, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce ul.product_list_widget li .star-rating{
	font-size: 12px;
}

.jewelryproduct_section2_sidebar .woocommerce .star-rating span:before, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce .star-rating span:before{
	color: #FDB022;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .total, .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .total, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons{
	border-top: 0px;
    padding: 0px 15px 0 15px;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons{
	padding-bottom: 15px;
	padding-top: 10px;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button{
	margin-bottom: 0;
margin-top: 0;
padding: 12px 20px;
background: var(--color1);
border-radius: 50px;
color: #ffffff;
border: 0;
font-size: 16px;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:after, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons .button:after{
	display: none;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li{
	padding-left: 25px;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove{
	line-height: 20px !important;
    position: absolute;
    top: 6px;
}

.jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart img, .et-db #et-boc .et-l .jewelryproduct_section2_sidebar .woocommerce.widget_shopping_cart img{
	width: 60px;
	object-fit: cover;
}

.jewelryproduct_section2_sidebar p:not(.has-background):last-of-type{
	padding: 15px !important;
}

/* ------ Order Tracking  ------ */
.jewelryordertracking_section2_text .woocommerce form .form-row label{
	margin-bottom: 7px;
}

.jewelryordertracking_section2_text .woocommerce form .form-row input.input-text{
	background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
}

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

.jewelryordertracking_section2_text .woocommerce button.button{
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 16px;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    margin-top: 10px!important;
    margin-left: 0px!important;
	background: var(--color1);
    transition: all 0.5s ease;
}

.jewelryordertracking_section2_text .woocommerce button.button:hover{
	background: var(--color2);
}

.jewelryordertracking_section2_text .woocommerce button.button:after{
	opacity: 0;
}

.jewelryordertracking_section2_text .woocommerce .woocommerce-error{
	background: var(--color1);
}

/* ------ My Account  ------ */
.jewelrymyaccount{
	width: 90%;	
}

.jewelrymyaccount .woocommerce{
	padding: 20px;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.woocommerce-account .woocommerce-MyAccount-navigation{
	width: 25%;
}

.woocommerce-account .woocommerce-MyAccount-content{
	width: 73%;
}

.jewelrymyaccount .et_pb_text ul{
	padding: 0;
}

.jewelrymyaccount .woocommerce-error li a {
    color: #fff;
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li {
    position: relative;
display: block;
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a {
    color: var(--color2);
	background: #f5f5f5;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-transform: capitalize;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 0;
	border-radius: 50px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
	display: block;
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
	color: #ffffff;
	background: var(--color1);
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:before{
	content: '';
	background-color: var(--color1);
	height: 100%;
	width: 100%;
	border-radius: 50px;
	transform: translateY(50px) scale(0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.jewelrymyaccount .woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before{
	transform: translateY(0) scale(1);
}

.jewelrymyaccount .woocommerce .woocommerce-error, .jewelrymyaccount .woocommerce .woocommerce-info, .fashionmyaccount .woocommerce .woocommerce-message{
	background: var(--color1);
}

.jewelrymyaccount .woocommerce .woocommerce-message .woocommerce-Button, .jewelrymyaccount .woocommerce-page .woocommerce-info .button, .jewelrymyaccount .woocommerce a.button, .jewelrymyaccount .woocommerce button.button{
	padding: 12px 40px !important;
	background: var(--color2) !important;
	color: #ffffff !important;
	border-radius: 50px !important;
	border: 0 !important;
	font-size: 16px !important;
	line-height: 26px !important;
}

.jewelrymyaccount .woocommerce .woocommerce-message .woocommerce-Button:after, .jewelrymyaccount .woocommerce-page .woocommerce-info .button:after, .jewelrymyaccount .woocommerce a.button:after, .jewelrymyaccount .woocommerce button.button:after{
	display: none;
}

.jewelrymyaccount .woocommerce button.button{
	margin-top: 15px;
}

.jewelrymyaccount .woocommerce form .form-row input.input-text{
	border: 1px solid rgba(32, 32, 32, 0.2);
	background: transparent;
	font-size: 16px;
	line-height: 26px;
}

.jewelrymyaccount .select2-container .select2-selection--single{
	height: auto;
	border-color: rgba(32, 32, 32, 0.2);
	border-radius: 0;
}

.jewelrymyaccount .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 12px 20px;
}

.jewelrymyaccount .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 50%;
	transform: translateY(-50%);
}

.jewelrymyaccount a{
	color: var(--color1);
}

/* ------ My Account Login/Register  ------ */
.jewelrymyaccount .woocommerce form.checkout_coupon, .jewelrymyaccount .woocommerce form.login, .jewelrymyaccount .woocommerce form.register{
	margin-top: 20px;
}

@media only screen and (max-width: 767px){
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content{
		width: 100%;
	}
	
	.jewelrymyaccount .woocommerce .woocommerce-info, .jewelrymyaccount .woocommerce .woocommerce-message{
		text-align: center;
	}
	
	.jewelrymyaccount .woocommerce .woocommerce-message .woocommerce-Button, .jewelrymyaccount .woocommerce a.button{
		float: unset;
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
}

/* ------ Thank You Page  ------ */
body.woocommerce-order-received .checkout_sec,
body.woocommerce-order-received .et_pb_column_3_5 ,
body.woocommerce-order-received footer.et-l.et-l--footer,
body.woocommerce-order-received header .et_builder_inner_content{display:none;}

.woocommerce ul.order_details li strong{
	padding-top: 5px;
	color: var(--color2);
}

.woocommerce-order-received .et_pb_gutters2 .et_pb_column_2_3{
	width: 0;
}

.woocommerce-order-received .et_pb_gutters2 .et_pb_column_1_3{
	width: 100%;
}

.woocommerce-order-received .et_pb_section.et_pb_section_0_tb_body{
	padding-bottom: 150px;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order{
	background: rgba(239,40,83,0.05) !important;
    padding: 30px !important;
    border: 2px solid rgba(34, 34, 34, 0.1);
}

.woocommerce ul.order_details li{
	padding-right: 0;
	margin-right: 0;
	border: 0;
	color: var(--color2);
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order p.woocommerce-thankyou-order-received{
	text-align: center;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 35px !important;
	padding-bottom: 20px;
	color: var(--color2);
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order .woocommerce-order-overview{
	padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order p{
	text-align: center;
    padding-bottom: 7px;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order-details .woocommerce-order-details__title{
	text-align: center;
    padding-bottom: 20px;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 35px !important;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-customer-details .woocommerce-column__title{
	text-align: center;
    padding-bottom: 20px;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 35px !important;
}

.woocommerce .woocommerce-customer-details{
	margin-bottom: 0;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order p.woocommerce-customer-details--phone, .et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order p.woocommerce-customer-details--email{
	text-align: left;
	padding-bottom: 0;
}

.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order p.woocommerce-customer-details--phone{
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce .woocommerce-customer-details address{
	padding: 15px;
	color: var(--color2);
}

.jewelrycheckout_section2_checkoutpayment a{
	color: var(--color1);
}

@media only screen and (max-width: 980px){
	.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order .woocommerce-order-overview {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
	
	.woocommerce ul.order_details li{
		padding-bottom: 15px;
	}
	
	.woocommerce ul.order_details li:last-of-type{
		padding-bottom: 0px;
	}
	
	.woocommerce-order-received .et_pb_section.et_pb_section_0_tb_body {
    padding-bottom: 50px;
}
}

@media only screen and (max-width: 980px){
.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-order{
	padding: 20px !important;
	}
	
	.woocommerce table.shop_table th, .woocommerce table.shop_table td, .woocommerce .woocommerce-customer-details address {
    padding: 10px;
}
}

/* ------ Masonry Grid Blog  ------ */
.jewel_masonryblog.et_pb_posts div.et_pb_ajax_pagination_container {
  columns: 4;
  column-gap: 10px;
display: inline-block;
}

.jewel_masonryblog .et_pb_post{
	margin-bottom: 10px;
break-inside: avoid;
}

@media only screen and (max-width: 980px){
	.jewel_masonryblog.et_pb_posts div.et_pb_ajax_pagination_container {
  columns: 2;
  column-gap: 10px;
display: inline-block;
}
}

@media only screen and (max-width: 767px){
	.jewel_masonryblog.et_pb_posts div.et_pb_ajax_pagination_container {
  columns: 1;
  column-gap: 0px;
display: inline-block;
}
}

/* ------ Cart  ------ */
.jewelrycart_section2_cartproduct table.shop_table, .jewelrycart_section2_cartproduct table.shop_table td, .jewelrycart_section2_cartproduct .quantity input.qty, .jewelrycart_section2_cartproduct table.cart td.actions .coupon .input-text, .jewelrycart_section2_cartproduct table.cart th, #main-content table.cart th, .jewelrycart_section2_cartproduct table.cart td, #main-content table.cart td, table.cart tr, .jewelrycart_section2_cartproduct #main-content table.cart tr, .jewelrycart_section2_cartproduct #content-area table tr, .jewelrycart_section2_cartproduct #content-area table td, .jewelrycart_section2_cartproduct #content-area table th{
	border-color: rgba(34, 34, 34, 0.1);
    border-radius: 0;
}

.jewelrycart_section2_cartproduct table.cart td.actions .coupon .input-text{
	border-radius: 50px;
}

.jewelrycart_section2_cartproduct table.cart img{
	width: 80px;
    height: 100%;
    object-fit: cover;
}

.jewelrycart_section2_cartproduct table.cart th{
	color: var(--color2);
	font-weight: 700;
}

.jewelrycart_section2_cartproduct table.cart thead tr{
	background: transparent;
}

.jewelrycart_section2_cartproduct td.product-name a, .jewelrycart_section2_cartproduct table.shop_table td{
	font-weight: 400;
	color: var(--color2);
}

.jewelrycart_section2_cartproduct .cart .button, body #page-container .et_pb_section .jewelrycart_section2_cartproduct table.cart button[name="update_cart"]:disabled{
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

.jewelrycart_section2_cartproduct .cart .button:hover, body #page-container .et_pb_section .jewelrycart_section2_cartproduct table.cart button[name="update_cart"]:hover:disabled{
	background: var(--color2);
}

.jewelrycart_section2_cartproduct.et_pb_wc_cart_products_0_tb_body .quantity input.qty{
	padding: 12px 6px;
color: var(--color2);
}

.jewelrycart_section2_cartproduct.et_pb_wc_cart_products_0_tb_body .quantity input.qty, .jewelrycart_section2_cartproduct.et_pb_wc_cart_products_0_tb_body table.cart td.actions .coupon .input-text{
	border-width: 1px;
}

.jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body h2{
	color: var(--color2);
	font-weight: 700;
	padding: 0.857em 20px;
	background: transparent;
	border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body table.shop_table.shop_table_responsive{
	margin-bottom: 10px !important;
}

.jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body .shop_table tbody{
	background: #20202005;
}

.jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body table.shop_table{
	border: 0 !important;
    padding: 0.857em 20px;
    margin-bottom: 0 !important;
}

.jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body.woocommerce-cart .wc-proceed-to-checkout{
	padding-top: 0;
}

body #page-container .et_pb_section .jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body a.checkout-button.button{
	margin-bottom: 0;
	margin: 0 20px;
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body a.checkout-button.button:hover{
	background: var(--color2);
}

body #page-container .et_pb_section .jewelrycart_section2_carttotal.et_pb_wc_cart_totals_0_tb_body a.checkout-button.button:after{
	display: none;
}

.woocommerce .cart-empty.woocommerce-info{
	background: var(--color1);
}

.jewelrycart_section2_woonotice .woocommerce a.button, .woocommerce-page a.button{
	background: var(--color1);
transition: all 0.5s ease;
}

.jewelrycart_section2_woonotice .woocommerce a.button, .woocommerce-page a.button:hover{
	background: var(--color2);
}

/* ------ Checkout  ------ */
.jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body h3, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body h3{
	padding: 15px 30px;
background: transparent;
color: var(--color2);
font-weight: 700;
border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.jewelrycheckout_section2_checkoutdetail.et_pb_wc_checkout_order_details_0_tb_body #order_review_heading{
	padding: 15px 30px;
background: transparent;
color: var(--color2);
font-weight: 700;
border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

.jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body .woocommerce-billing-fields, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body .woocommerce-additional-fields, .jewelrycheckout_section2_checkoutdetail.et_pb_wc_checkout_order_details_0_tb_body form{
	border: 1px solid rgba(34, 34, 34, 0.1);
}

.jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body .woocommerce-billing-fields__field-wrapper, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body .woocommerce-additional-fields__field-wrapper{
	padding: 20px 30px;
	background: transparent;
}

.woocommerce .jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body form .form-row .input-text, .woocommerce .jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body .select2-container--default .select2-selection--single, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body form .form-row textarea.input-text{
	background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
    font-size: 16px;
    line-height: 26px;
}

.jewelrycheckout_section2_checkoutdetail.et_pb_wc_checkout_order_details_0_tb_body .woocommerce-checkout-review-order{
	padding: 10px;
	background: transparent;
}

.jewelrycheckout_section2_checkoutdetail.et_pb_wc_checkout_order_details_0_tb_body table.shop_table{
	margin-bottom: 0 !important;
}

.jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body #payment ul.payment_methods li.woocommerce-info{
	background: var(--color1);
}

.jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-privacy-policy-text{
	font-weight: 400;
	color: var(--color2);
}

.jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body .woocommerce-privacy-policy-text a{
	font-weight: 400;
	color: var(--color1);
}

body #page-container .et_pb_section .jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body #payment #place_order, body #page-container .et_pb_section .jewelrycheckout_section2_notice.et_pb_wc_cart_notice_0_tb_body button.button{
	margin-bottom: 0;
	margin: 0 20px;
	background: var(--color1);
	color: #ffffff !important;
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body #payment #place_order:hover, body #page-container .et_pb_section .jewelrycheckout_section2_notice.et_pb_wc_cart_notice_0_tb_body button.button:hover{
	background: var(--color2);
}

.woocommerce .woocommerce-error{
	background: var(--color1);
}

.woocommerce .woocommerce-error a{
	color: #ffffff;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message{
	background: var(--color1);
}

.et_pb_wc_cart_notice_0_tb_body .woocommerce-info a{
	text-decoration: underline;
}

.woocommerce form .form-row input.input-text{
	background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.1);
    font-size: 16px;
    line-height: 26px;
}

body #page-container .et_pb_section .et_pb_wc_cart_notice_0_tb_body button.button{
	background: var(--color1);
	transition: all 0.5s ease;
}

body #page-container .et_pb_section .et_pb_wc_cart_notice_0_tb_body button.button:hover{
	background: var(--color2);
}

@media only screen and (max-width: 767px){
	.jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body h3, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body h3, .jewelrycheckout_section2_checkoutdetail.et_pb_wc_checkout_order_details_0_tb_body #order_review_heading {
    padding: 15px 15px;
}
	
	.jewelrycheckout_section2_billing.et_pb_wc_checkout_billing_0_tb_body .woocommerce-billing-fields__field-wrapper, .jewelrycheckout_section2_checkout_information.et_pb_wc_checkout_additional_info_0_tb_body .woocommerce-additional-fields__field-wrapper {
    padding: 15px 15px;
}
	
	body #page-container .et_pb_section .jewelrycheckout_section2_checkoutpayment.et_pb_wc_checkout_payment_info_0_tb_body #payment #place_order {
    margin-left: 0;
    margin-right: 0;
}
}

/* ------ Product Detail  ------ */
.jewelryshop_breadcrumbs .woocommerce-breadcrumb, .et-db #et-boc .et-l .jewelryshop_breadcrumbs .woocommerce-breadcrumb{
  color: var(--color1);
}

.jewelryshop_breadcrumbs .woocommerce-breadcrumb a, .et-db #et-boc .et-l .jewelryshop_breadcrumbs .woocommerce-breadcrumb a {
  color: #ffffff !important;
}

.jewelryproductdetail_section2_rating .woocommerce-product-rating, .et-db #et-boc .et-l .jewelryproductdetail_section2_rating .woocommerce-product-rating{
	margin-bottom: 0 !important;
}

.jewelryproductdetail_section2_meta .sku, .jewelryproductdetail_section2_meta .posted_in a, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .sku, .jewelryproductdetail_section2_meta .posted_in a{
	color: var(--color1) !important;
}

.jewelryproductdetail_section2_meta .sku_wrapper, .jewelryproductdetail_section2_meta .posted_in, .jewelryproductdetail_section2_meta .tagged_as, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .sku_wrapper, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .posted_in, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .tagged_as{
	display: block;
margin-bottom: 10px;
}

.jewelryproductdetail_section2_meta .tagged_as, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .tagged_as{
	margin-bottom: 0;
}

.jewelryproductdetail_section2_meta .sku_wrapper:after, .jewelryproductdetail_section2_meta .posted_in:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .sku_wrapper:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_meta .posted_in:after{
	display: none;
}

.woocommerce div.product form.cart table{
	width: 100%;
}

.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
	padding-bottom: 20px;
}

.woocommerce div.product form.cart .group_table .post-86 td{
	padding-bottom: 0 !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{
	border: 1px solid rgba(32,32,32,0.2);
    padding: 15px 20px 14px 20px !important;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a{
	color: var(--color1) !important;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price{
	border: 1px solid rgba(32,32,32,0.2);
    padding: 15px 20px 14px 20px !important;
    display: inline-block;
	color: var(--color2) !important;
}

.woocommerce div.product form.cart .variations td select{
	padding: 15px;
    font-size: 16px !important;
    line-height: 26px;
	color: var(--color2);
}

.woocommerce div.product form.cart .reset_variations{
	color: var(--color1);
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p{
	color: var(--color2);
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price{
	color: var(--color2);
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.jewelryproductdetail_section2_productcart form.cart .variations td.value span:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_productcart form.cart .variations td.value span:after{
	margin-top: -14px;
}

.jewelryproductdetail_section2_productcart tbody, .et-db #et-boc .et-l .jewelryproductdetail_section2_productcart tbody{
	border: 1px solid rgba(32,32,32,0.1);
    padding: 20px !important;
    display: block;
    margin-bottom: 20px;
}

.et_pb_wc_add_to_cart .quantity input.qty{
	max-width: 5.5em;
    padding: 15px 10px;
	width: auto;
}

.woocommerce div.product form.cart .variations td.value{
	width: 100%;
    padding-left: 10px !important;
}

.woocommerce div.product form.cart .variations th.label{
	vertical-align: initial;
}

.jewelryproductdetail_section2_tab ul.et_pb_tabs_controls, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab ul.et_pb_tabs_controls{
	background: transparent;
padding: 0 25px !important;
border-bottom: 2px solid rgba(32, 32, 32, 0.1);
display: flex;
align-content: center;
justify-content: center;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li{
	height: auto !important;
background: transparent;
border: 0;
margin-right: 25px;
border-radius: 50px;
	position: relative;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	transition: all 0.5s ease;
	background: var(--color1);
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active:after{
	width: 100%;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li:hover:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li:hover:after{
	width: 100%;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li:last-child, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li:last-child{
	margin-right: 0;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li a, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li a{
	color: var(--color2) !important;
padding: 17px 0;
transition: all 0.5s ease;
border-radius: 50px;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li a:hover, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li a:hover{
	color: var(--color1) !important;
}

.jewelryproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active a, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li.et_pb_tab_active a{
	color: var(--color1) !important;
}

.jewelryproductdetail_section2_tab ul.et_pb_tabs_controls:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab ul.et_pb_tabs_controls:after{
	border-top: 0;
}

.jewelryproductdetail_section2_tab .et_pb_all_tabs, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_all_tabs{
	background: transparent;
}

.jewelryproductdetail_section2_tab .et_pb_all_tabs .et_pb_tab, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_all_tabs .et_pb_tab{
	padding: 25px;
}

.jewelryproductdetail_section2_tab .et_pb_tab_content, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tab_content{
	color: var(--color2) !important;
}

.jewelryproductdetail_section2_tab .et_pb_tab_content h2, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tab_content h2{
	font-size: 24px;
    line-height: 35px;
    color: var(--color2);
    font-weight: 700;
}

.woocommerce p.stars a{
	color: #FDB022;
}

.woocommerce table.shop_attributes{
	margin-bottom: 0;
}

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td{
	border-color: rgba(239, 40, 83, 0.1);
	color: var(--color2) !important;
}

.woocommerce table.shop_attributes th.woocommerce-product-attributes-item__label, .woocommerce table.shop_attributes th.woocommerce-product-attributes-item__value{
	text-align: left;
}

.woocommerce #reviews #comments h2{
	margin-bottom: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li{
	margin-bottom: 20px !important;
}

.woocommerce .star-rating span:before{
	color: #fdb022!important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	color: var(--color2) !important;
}

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

.woocommerce #reviews #comment, .jewelryproductdetail_section2_tab #commentform input[type="text"], .jewelryproductdetail_section2_tab #commentform input[type="email"], .et-db #et-boc .et-l .jewelryproductdetail_section2_tab #commentform input[type="text"], .et-db #et-boc .et-l .jewelryproductdetail_section2_tab #commentform input[type="email"] {
    height: auto;
    background: transparent;
    border: 1px solid rgba(32, 32, 32, 0.1);
    font-size: 16px;
    line-height: 26px;
    color: var(--color2);
}

.woocommerce-page #review_form #respond p.form-submit{
	margin-top: 0;
}

.woocommerce #review_form #respond .form-submit input{
	color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 16px;
	line-height: 26px;
    padding-top: 14px!important;
    padding-right: 40px!important;
    padding-bottom: 14px!important;
    padding-left: 40px!important;
	transition: all 0.5s ease;
	background: var(--color1);
}

.woocommerce #review_form #respond .form-submit input:hover{
	background: var(--color2);
}

.jewelryproductdetail_section2_relatedproduct.et_pb_wc_related_products_0_tb_body section.products > h2 {
  color: var(--color2);
  font-weight: 700;
  padding-bottom: 25px;
}

.jewelryproductdetail_section2_relatedproduct ul.products{
	margin: 0;
}

.jewelryproductdetail_section2_relatedproduct .product{
	text-align: center;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .star-rating{
	margin-left: auto !important;
    margin-right: auto !important;
    order: 2;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

.jewelryproductdetail_section2_relatedproduct .product .et_overlay{
	display: none;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .button, .jewelryproductdetail_section2_relatedproduct ul.products li.product .added_to_cart{	
	color: #ffffff;
    background: var(--color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    width: 90%;
	transform: translateX(-50%) translateY(-50%) scale(0);
   	position: absolute;
	bottom: 5%;
	left: 50%;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
    margin: 0;
    border: 0;
    border-radius: 8px;
    line-height: 26px !important;
    opacity: 1 !important;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .added{
	display: none;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product:hover .button, .jewelryproductdetail_section2_relatedproduct ul.products li.product .added_to_cart{
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.jewelryproductdetail_section2_relatedproduct ul.products li a.button:after, .jewelryproductdetail_section2_relatedproduct ul.products li.product .added_to_cart:after {	
	color: #ffffff;
    content: "\e015";
    position: absolute;
    left: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto!important;
    opacity: 1!important;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400!important;
    font-family: ETmodules!important;
	animation: none;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .added_to_cart:after{
	content: "\4e";
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .woocommerce-LoopProduct-link{
	display: flex;
    flex-direction: column;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .et_shop_image{
	order: 1;
	position: relative;
	transition: all 0.5s ease;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product:hover .et_shop_image{
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product a img{
	margin: 0 0 0 0 !important;
	border-radius: 8px 8px 0 0;
}

.jewelryproductdetail_section2_relatedproduct .star-rating span:before{
	color: #FDB022;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .woocommerce-loop-product__title{
	font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--color2);
    order: 3;
    padding: 12px 0 6px 0;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .price{
	font-size: 16px;
    line-height: 26px;
    color: var(--color2) !important;
    font-weight: 700;
    order: 4;
    padding: 0;
}

.jewelryproductdetail_section2_relatedproduct ul.products li.product .onsale{
	background: var(--color1) !important;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
    text-align: center;
    padding: 5px 15px !important;
    left: auto !important;
    right: 10px !important;
}

.jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers{
	border: 0;
}

.jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li{
	border: 0;
	overflow: visible;
}

.jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li span, .jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li a{
	color: var(--color1);
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 0 8px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px var(--color1);
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li span:hover, .jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li a:hover, .jewelryproductdetail_section2_relatedproduct .woocommerce-pagination ul.page-numbers li span.current{
	color: #fff !important;
	background-color: var(--color1);
}

.jewelryproductdetail_section2_relatedproduct .et_pb_promo_description div h4{
	font-size: 30px!important;
    line-height: 40px!important;
	color: var(--color2)!important;
    font-weight: 900;
}

.jewelryproductdetail_section2_relatedproduct .et_pb_promo_description div span{
	font-size: 18px;
    line-height: 24px;
	color: var(--color2)!important;
}


@media only screen and (max-width: 767px){
	.jewelryproductdetail_section2_tab ul.et_pb_tabs_controls, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab ul.et_pb_tabs_controls {
  display: block;
  align-content: unset;
  justify-content: unset;
		padding: 20px !important;
}
	
	.jewelryproductdetail_section2_tab .et_pb_tabs_controls li, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li {
  height: auto !important;
  background: transparent;
  border: 0;
  margin-right: 0;
  border-radius: 50px;
  position: relative;
  margin-bottom: 15px;
}
	
	.jewelryproductdetail_section2_tab .et_pb_tabs_controls li:last-child, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li:last-child{
		margin-bottom: 0;
	}
	
	.jewelryproductdetail_section2_tab .et_pb_tabs_controls li a, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li a{
		display: block;
		padding: 0 !important;
	}
	
	.jewelryproductdetail_section2_tab .et_pb_tabs_controls li:after, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_tabs_controls li:after{
		display: none;
	}
	
	.jewelryproductdetail_section2_tab .et_pb_all_tabs .et_pb_tab, .et-db #et-boc .et-l .jewelryproductdetail_section2_tab .et_pb_all_tabs .et_pb_tab{
		padding: 20px;
	}
	
	.jewelryproductdetail_section2_productcart tbody, .et-db #et-boc .et-l .jewelryproductdetail_section2_productcart tbody {
    border: 0;
    padding: 0px !important;
    display: block;
    margin-bottom: 20px;
}
	
	.et_pb_wc_add_to_cart .quantity input.qty {
    max-width: 5.5em;
    padding: 10px;
}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    border: 1px solid rgba(32,32,32,0.2);
    padding: 10px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
	
	.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
    border: 1px solid rgba(32,32,32,0.2);
    padding: 10px !important;
    display: inline-block;
    margin-bottom: 10px;
}
	
	.jewelryproductdetail_section2_productcart tbody, .et-db #et-boc .et-l .jewelryproductdetail_section2_productcart tbody{
    border: 0;
    padding: 0;
    display: block;
    margin-bottom: 20px;
}
	
	.jewelryproductdetail_section2_relatedproduct.et_pb_wc_related_products ul.products.columns-4 li.product, .et-db #et-boc .et-l .jewelryproductdetail_section2_relatedproduct.et_pb_wc_related_products ul.products.columns-4 li.product{
		width: 100% !important;
		margin-right: 0 !important;
	}
}

/*Shop V2*/
.jewelryhome_section7_product.shopv2 .woocommerce ul.products li.product .button, .jewelryhome_section7_product.shopv2 .woocommerce ul.products li.product .added_to_cart {
    color: #ffffff;
    background: var(--color2);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    width: 100%;
    transform: unset;
    position: relative;
    bottom: unset;
    left: unset;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 26px !important;
    opacity: 1 !important;
}

.jewelryhome_section7_product.shopv2 .woocommerce ul.products li.product:hover .button, .jewelryhome_section7_product.shopv2 .woocommerce ul.products li.product .added_to_cart {
    transform: unset;
}

/* ------ Shop Carousal  ------ */
.jewelryhome_section7_product.shop_carousal .slick-slider
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
 
.jewelryhome_section7_product.shop_carousal .slick-list.draggable{overflow: hidden;}

.jewelryhome_section7_product.shop_carousal .slick-track {display: flex;gap: 10px;}
 
.jewelryhome_section7_product.shop_carousal .woocommerce ul.products li.product
{
float: left;
margin: 0 !important;
}

.jewelryhome_section7_product.shop_carousal ul.products li{clear: unset !important;}

.jewelryhome_section7_product.shop_carousal .slick-arrow {
	position: absolute;
	top: auto;
	right: 0;
	height: 40px;
	width: 40px;
	font-size: 0;
	border: 0;
	background:var(--color1);
	padding: 0;
	z-index: 9;
	transition: all .5s ease;
	color:var(--color3);
	bottom: -70px;
}

.jewelryhome_section7_product.shop_carousal .slick-next, 
.jewelryhome_section7_product.shop_carousal .slick-prev {
	width: 40px;
    height: 40px;
    background: var(--color1);
    color: #fff;
    cursor: pointer;
    font-size: 0;
    text-align: center;
    border: none;
    border-radius: 50%;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: -50px;
    margin: auto;
}

.jewelryhome_section7_product.shop_carousal .slick-next:hover,
.jewelryhome_section7_product.shop_carousal .slick-prev:hover {
	background: var(--color2) !important;
}

.jewelryhome_section7_product.shop_carousal .slick-arrow.slick-prev {
	right: 50px;
}

.jewelryhome_section7_product.shop_carousal .slick-prev:before {
	content: '\23';
	font-family: ETmodules;
	font-size: 22px;
}

.jewelryhome_section7_product.shop_carousal .slick-next:before {
	content: '\24';
	font-family: ETmodules;
	font-size: 22px;
}

/* ------ My Account V2  ------ */
#login, #signup{
	color: var(--color2) !important;
    border-radius: 100px;
    font-size: 16px;
    line-height: 26px !important;
    font-weight: 700 !important;
    background-color: rgba(0,0,0,0);
    padding: 14px 30px !important;
    border: 0;
}

#login:after, #signup:after{
	display: none;
}

.active.et_pb_button {
  color: var(--color2) !important;
  background: #fff!Important;
  box-shadow: 0 6px 18px 0 rgba(0,0,0,.11);
}

.signup-col, .login-col{
	width: 100% !important;
}

/* ------ Testimonial V2  ------ */
.jewelryhome_section6_blurb.testimonialv2 .et_pb_blurb_content .et_pb_blurb_container{
	padding-right: 0;
}