body .woocommerce-product-gallery.woocommerce-product-gallery--with-images .swiper-button-next {
    right: 25px;
}
body .woocommerce-product-gallery.woocommerce-product-gallery--with-images .swiper-button-prev {
    left: 26px;
}
.cw-add-to-wishlist, .cw-remove-from-wishlist {
    background: #ff4081;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;
    margin: 5px;
}
.cw-add-to-wishlist:hover, .cw-remove-from-wishlist:hover {
    background: #e91e63;
}
.cw-wishlist-items {
    list-style: none;
    padding: 0;
}
.cw-wishlist-items li {
    margin: 10px 0;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
}

.quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:99;
}
span.out_of_stock {
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    margin-top: -5px;
}
.quick-view-content {
    background: #fff;
    padding: 20px;
    width: 100%;
    max-width: 1160px;
    position: relative;
    border-radius: 10px;
	min-height:90vh;
}

.quick-view-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.woocommerce .elementor-widget-wc-archive-products .elementor-widget-container {
    min-height: 400px;
	position: realtive;
}

.loader_wrap .loader {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}


.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.quick-view-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
}

.quick-view-content .swiper-container {
    overflow: hidden;
}

.quick-view-content div.images.woocommerce-product-gallery {
    position: relative;
    opacity: 1 !important;
}

.filter-drawer {
    width: 300px;
    background-color: #f4f4f4;
    height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    transition: 0.3s;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

.filter-drawer h2 {
    margin-top: 0;
}

.filter-drawer .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.filter-drawer.active {
    left: 0;
}

.filter-section {
    margin-bottom: 20px;
}

.filter-section h3 {
    margin-bottom: 10px;
}

.filter-section label {
    display: block;
    margin-bottom: 5px;
}

.apply-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}

.apply-btn:hover {
    background-color: #0056b3;
}

.content {
    padding: 20px;
}

.product_meta {
    display: none;
}

.e-search-input {
    border-radius: 12px 12px 12px 12px !important;
}


.share-button {
    position: relative;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.share-tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    z-index: 100;
    display: none;
}

.share-tooltip ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-tooltip ul li {
    margin-bottom: 5px;
}

.share-tooltip ul li:last-child {
    margin-bottom: 0;
}

.share-tooltip a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.share-tooltip a:hover {
    text-decoration: underline;
}

.support-media-inner ul li {
    position: relative;
}

a.rmv_from_wishlist {
    background-color: #EDF4F6 !important;
    background: url(/wp-content/themes/hello-theme-child-master/assets/img/mini-cart-cross.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: transparent !important;
    padding: 3px;
    background-size: 10px !important;
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 50%;
}

table.cw-wishlist-table caption+thead tr:first-child td, 
table.cw-wishlist-table caption+thead tr:first-child th, 
table.cw-wishlist-table colgroup+thead tr:first-child td, 
table.cw-wishlist-table colgroup+thead tr:first-child th, 
table.cw-wishlist-table thead:first-child tr:first-child td, 
table.cw-wishlist-table thead:first-child tr:first-child th {
    border: 0px;
}
table.cw-wishlist-table tbody tr td {
    background: transparent !important;
}
table.cw-wishlist-table thead tr th {
    color: #000000;
    font-size: 16px;
}
table.cw-wishlist-table thead tr td del span bdi {
    color: #acacac !important;
}
.cw-wishlist-wrap table.cw-wishlist-table thead tr th {
    border-bottom: 1px solid #e9e9e9 !important;
}
table.cw-wishlist-table td, 
table.cw-wishlist-table th {
    border: 0px;
	vertical-align: middle;
}

.cw-wishlist-wrap {
	border: 1px solid #e9e9e9;
    border-radius: 14px;
    margin: 0;
	min-height: .01%;
    overflow-x: auto;
}

.cw-wishlist-wrap table.cw-wishlist-table{
    margin-block-end: 0px;
}

.cw-wishlist-wrap table.cw-wishlist-table thead tr th, 
.cw-wishlist-wrap table.cw-wishlist-table tbody tr:not(:last-of-type) th, 
.cw-wishlist-wrap table.cw-wishlist-table tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #e9e9e9;	
}

.cw-wishlist-wrap table.cw-wishlist-table(odd) {
    background-color: transparent !important;
}

/* Even Rows */
.cw-wishlist-wrap table.cw-wishlist-table(even) {
    background-color: transparent !important;
}

.cw-wishlist-wrap  table.cw-wishlist-table img {
    width: 70px;
	background: #E6f0fe !important;
    padding: 10px;
    border-radius: 6px;
}

.cw-wishlist-wrap  table.cw-wishlist-table tbody tr th a, 
.cw-wishlist-wrap  table.cw-wishlist-table tbody tr td a,
.cw-wishlist-wrap  table.cw-wishlist-table tbody tr td a:hover{
    font-weight: 700;
    color: #000000;
	text-decoration: none;
	font-size: 14px;
}
.cw-wishlist-wrap table.cw-wishlist-table tbody tr td.btn_action a:hover {
    color: #ffffff !important;
}

.cw-wishlist-wrap  table.cw-wishlist-table ins {
    text-decoration: none;
}

.cw-wishlist-wrap  table.cw-wishlist-table del span.woocommerce-Price-amount.amount {
    font-size: 12px;
    font-weight: 600;
    color: #acacac;
}

span.woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #000000;
    line-height: normal;
    background: transparent;
    border: none;
	font-size: 14px;
}

span.pass-text {
    color: #297e29;
    font-weight: 700;
    font-size: 14px;
}

span.fail-text {
    color: #EB4646;
    font-weight: 700;
    font-size: 14px;
}

a.button.add_to_cart_button {
    background: #31417f ;
    border: 0;
    color: #ffffff !important;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding: 13px 26px;
    text-transform: capitalize;
    transition: all .3s;
}
a.button.add_to_cart_button:hover {
    background: #000000 ;
}
table.cw-wishlist-table tbody tr td {
    text-align: center;
}
td.btn_action a {
    max-width: 135px;
    display: block;
    margin: 0 auto;
    width: 135px;
}
td.btn_action {
    text-align: center;
}

.support-media-inner > ul > li a {
    display: flex;
    align-items: center;
}

/*===============================Atlantic-product-detail-page================================*/
.zoomContainer {
	z-index: 12;
}
.woocommerce-product-gallery .swiper-container.main-slider{
	position: relative;
}
/* Navigation Arrows */
.swiper-button-next, 
.swiper-button-prev {
	color: white;
	background: #31417f ;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 13;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
	font-size: 20px;
}
/*==================================================================================================*/


/* General submenu styling */





/***************************/

.block-description .term-description p { margin: 0; font-size: 14px; color: #acacac; }
.block-description .term-description p strong { color: #000000; font-size: 18px; }
.block-description .term-description p a { color: #31417f ;}
.block-seconddesc p a { color: #31417f ;}


.block-seconddesc p { margin: 0; font-size: 14px; color: #acacac; }
.block-seconddesc p strong { margin: 0; color: #000000; }



.block-description .term-description p strong,
.block-seconddesc .elementor-widget-container strong {
    line-height: 30px;
}
.block-seconddesc .elementor-widget-container h2 {
    font-size: 24px;
    margin: 0;
	line-height: 35px
}
.block-seconddesc .elementor-widget-container h2 {
    margin-top: 15px;
}
.block-seconddesc .elementor-widget-container h2:first-child {
    margin-top: 0px;
}
.block-seconddesc .elementor-widget-container p {
    margin-bottom: 0px;
}
.block-seconddesc .elementor-widget-container * {
    text-align: left;
}

.cust-right-bar-col1 .subcategories_for_you_wrap .brand_for_you_items .brands_item_main_wrap .brands_item_imag_wrap {
    height: auto;
    width: 100%;
    display: flex;
    min-height: 120px;
    align-items: center;
    padding: 0px;
	border: 1px solid #E9E9E9;
}

.subcategories_for_you_wrap .brands_item_main_wrap {
    border: 0px solid #E9E9E9;
    display: block;
    padding: 0px !important;
}

.cust-right-bar-col1 .subcategories_for_you_wrap .brand_for_you_items .brands_item_main_wrap .brands_item_imag_wrap > a {
    float: none;
    width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
    max-height: inherit !important;
	display: flex;
    align-items: center;
}

.cust-right-bar-col1 .subcategories_for_you_wrap .brand_for_you_items{
	float: none;
    width: 100%;
}

@media (min-width: 0px) and (max-width: 750px) {
	.block-description .term-description p strong {
		font-size: 16px;
	}
	.block-description .term-description p strong,
	.block-seconddesc .elementor-widget-container strong {
		line-height: 20px;
	}
	.block-seconddesc .elementor-widget-container h2 {
		font-size: 20px;
		margin: 10px 0;
		line-height: 25px;
	}	
}

@media (min-width: 768px) and (max-width: 1100px) {
.block-seconddesc .elementor-widget-container h2 { line-height: 24px; }
}