/* Country Selector CSS */
.country_selector .modal-inner-wrap {
	width: 380px;
    max-width: 100%;
}
.country_selector .modal-content {
	padding: 0 !important;
}
#country_selector {
    padding: 20px;
    text-align: center;
    background-color: #000000;
	color: #fff;
}
#country_selector .country_selector_details {
    border: 1px solid #e0c675;
    padding: 20px;
}
#country_selector .logo {
	margin: 0;
}
#country_selector .logo img {
	border-radius: 3px;
    background: #fff;
    padding: 5px;
}
#country_selector .store_welcome_msg {
    font-size: 20px;
    margin: 14px 0;
}
#country_selector .selector p {
	font-size: 12px;
}
#country_selector #selector_field {
	border-radius: 3px;
    margin: 10px 0;
    cursor: pointer;
	font-weight: 600;
}
#country_selector #submit_country {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 6px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}
#country_selector #submit_country:hover {
    background: #e0c675;
    color: #fff;
}/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw9aXpsog.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw2aXpsog.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw3aXpsog.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body, div, p, span, h1, h2, h3, h4, h5, h6, ul, li, input, a {font-family: "Montserrat" !important;}


div.dropdown.switcher-dropdown {
    position: absolute;
    top: 4rem;
    max-width: 30.9rem;
    /* height: 80rem; */
    max-height: 60vh;
    transform: translateZ(0);
    border-radius: 0;
    box-shadow: 0 0.8rem 1.6rem 0.4rem rgb(0 0 0 / 12%);
	z-index: 10000;
	width: 30.9rem;
}
div.dropdown.switcher-dropdown:before {
    content: "";
    position: absolute;
    top: -.9rem;
    left: 2.6rem;
    width: 1.8rem;
    height: 1.8rem;
    z-index: -1;
    margin-left: 0;
    transform: rotate( 45deg );
    background: #fff;
    box-shadow: 0 0.4rem 1.6rem 0 rgb(0 0 0 / 12%);
}
.store_dropdown_inner {
    height: 100%;
    padding: 4rem 0 .6rem;
    display: flex;
    flex-direction: column;
    background-color: #fff; 
}
.store_dropdown_inner .store_dropdown_list {max-height: 300px;}
.store_dropdown_list .store_heading {
    padding: 1rem 2.4rem;
    margin: 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
	margin-top: 8px;
}
.store_dropdown_list ul.inner_list {
	padding-left: 18px;
}
.switcher-language img.flag_img {border-radius: 50%;border: 1px solid #e0e0e0;width: 20px;height: 20px;vertical-align: top;margin-right: 2px;}
.store_dropdown_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.4rem;
    height: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background-image: none;
    touch-action: manipulation;
}
a.store_dropdown_close_icon {
    width: 100%;
}
.close-icon {
    width: 24px;
}
.store_dropdown_search {
    margin-bottom: 2.4rem;
    padding: 0 2.4rem;
}
.store_dropdown_search_inner {
    height: 4.4rem;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    border: .1rem solid rgba(34,34,34,.2);
    border-radius: .4rem;
    background-color: #fff;
}
.store_dropdown_search_inner:hover {
    border-color: rgba(34,34,34,.4);
}
input.search_country {
    width: 100%;
    padding: 0 0 0 1.2rem;
    outline: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: .4rem !important;
    text-overflow: ellipsis;
	font-weight: 400;
    font-size: 14px;
    height: 100%;
}
input.search_country:focus {
    box-shadow: none;
}
.store_dropdown_search_icon {
    padding: 0 .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-icon {
    width: 24px;
}
.store_dropdown_list {
    overflow: auto;
    flex-grow: 1;
}
.store_dropdown_list ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.store_dropdown_list ul li.switcher-option{
	margin:0;
}
.store_dropdown_list ul li.switcher-option a {
    padding: 1rem 2.4rem;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    text-decoration: unset;
    color: #000;
    font-weight: 400;
}
.store_dropdown_list ul li.switcher-option a:hover {
    background-color: #f5f5f5;
}

.weltpixel_quickview-catalog_product-view .product-info-main .product.attribute.description {margin-top: 15px;}

.product-item-info.type3 .product-item-photo .product-item-inner {left: unset !important;}
.product.photo.product-item-photo a {display: block;}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.tocompare{margin-top: 5px;}
.page-header.type21 .header-main-right .jas-my-account.whatsaap {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.page-header.type21 .header-main-right .jas-my-account.whatsaap a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.page-header.type21 .header-main-right .jas-my-account.whatsaap a img.what-img {
    width: 30px; 
}
div#current-section-gold-rate {
    position: fixed;
    right: 15px;
    bottom: 90px;
    background: #000;
    padding: 15px;
    z-index: 4;
    border-radius: 40px;
	color: rgb(192, 180, 139);
	cursor: pointer;
	letter-spacing: 1px;
}
div#current-section-gold-rate .goldRateTextTitle {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content;
    text-align: center;
	font-weight: bold;
    font-size: 12px;
	letter-spacing: normal;
}
div#current-section-gold-rate .goldText {
    text-align: right;
    padding: 0 25px;
    font-weight: bold;
    font-size: 14px;
}
div#current-section-gold-rate span.goldRateText {
    display: block;
    font-size: 11px;
    font-weight: normal;
}
/* Customer Registration Page CSS */
.form.create.account .field.choice {
    display: none;
}
.form.create.account .field.choice.newsletter {
    margin-bottom: 10px;
    display: block;
}
.form.create.account > fieldset.fieldset.create.info {
    margin-bottom: 10px;
}
/* //// ------------- //// */


/* add to cart and quick view button */
.product-item-info.type3 .product-item-photo .product-item-inner {
    position: absolute;
    width: 100% !important;
    height: 44px;
    bottom: 0 !important;
    top: unset !important;
}
.product-item-info.type3 .product-item-photo .product-item-inner {
    width: 100% !important;
}

.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
    display: block !important; 
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {
	width:100% !important;
}

.product-item .tocart:before {
    content: none !important;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {
    border-radius: 0px !important;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
    left: unset !important;
    top: 10px !important;
    right: 10px !important;
    border-radius: 40px !important;
    height: 40px !important;
    width: 40px !important;
	box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: block !important;
} 
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2  span span{
    display: none !important;
} 
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}
/* add to cart and quick view button-----end */

/* menu-fonts-style */
nav.navigation.sw-megamenu ul li a {
    font-weight: 400 !important;
    color: #636466 !important;
    font-size: 12px !important;
}
li.ui-menu-item.level1.parent a {
    font-size: 15px !important;
}
ul.subchildmenu li.ui-menu-item.level2 a {
    font-size: 12px !important;
}
ul.subchildmenu li.ui-menu-item {
    border-bottom: 1px solid #eee;
}
/* ul.ul-level1 li.level1 {
    flex-basis: unset;
    width: 20%;
} */
.sw-megamenu.navigation li.level0.classic .submenu a, .sw-megamenu.navigation li.level0.fullwidth .submenu a, .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    white-space: initial !important;
    text-overflow: clip !important;
}
.jas-my-account.whatsaap a {
    text-transform: capitalize !important;
    color: #636466 !important;
}
.page-header.type21 .switcher strong {
    font-size: 15px !important;
	color: #636466 !important;
}

li.ui-menu-item.level1 a span {
    font-size: 15px;
	 text-decoration:none !important;
}
li.ui-menu-item.level2 a span {
    font-size: 11px;
}
li.ui-menu-item.level1 a {
    text-decoration:none !important;
}
/* menu-fonts-style------end */
/* product-page-style*/
.stock.available {
    display: none;
}
.product-info-main .product-info-stock-sku {
    vertical-align: bottom ;
    padding-left: 0px ;
    padding-bottom: 0px ;
    font-size: 16px ;
    font-weight: 500 ;
    font-stretch: normal ;
    font-style: normal ;
    line-height: normal ;
    letter-spacing: 1.4px ;
    text-align: left  ;
    color: #636466 ;
    margin-top: 5px ;
    margin-bottom: 20px ;
    display: block ;
}
.product-info-main .page-title-wrapper h1 {
    margin: 0PX;
    font-size: 24px !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px !important;
    text-align: left;
    color: #636466 !important;
    margin-bottom: 20px;
    display: block;
}
.product-info-main .fieldset > .field.qty{
	width: 100% !important;
}
.fieldset > .field.qty > .label {
    margin: 12px 0px !important;
    display: block;
    float: left !important;
}
.product-info-main .qty.field .qty-changer > a.qty-dec {
    right: 78px  !important;
    left: unset  !important;
    border-color: #ffffff  !important;
}
.product-info-main .qty.field .control, .product-info-main .qty.field .qty-changer {
    margin-left: 34px  !important;
    float: right  !important;
	border-color: #ffffff  !important;
}
.product-info-main .box-tocart .input-text.qty {
    border-color: #fff  !important;
}
.product-info-main .qty.field .qty-changer > a:first-child {
    border-color: #ffffff;
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
    height: 45px !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 1.5px !important;
    margin-top: 5px !important;
}
.product__liveVideoBook a {
    height: 45px;
    width: 100%;
    display: block;
    padding: 13px 0px;
    text-align: center;
    font-weight: 400;
    background-color: black;
    font-size: 15px;
    letter-spacing: 1.5px !important;
    margin-top: 5px;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
}
.box-tocart .actions {
    width: 100%;
}
.product-info-price .price-box .price-container .price {
    font-weight: 100 !important;
    letter-spacing: 2px !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 22px !important;
    line-height: 22px !important;
}

.product-options-bottom .price-box, .product-info-price .price-box {
    padding-bottom: 0px !important;
}
span.product__shippingInfoStatus {
    padding: 10px 10px 10px 10px;
    border: 1px solid;
    font-size: 18px;
	line-height: 20px;
}
.product__shippingInfo {
    justify-content: center;
    display: flex;
    margin-bottom: 24px;
    margin-top: 24px;
}
.product-info-main .product-info-price {
    border-bottom: none !important;
} 
.field.qty {
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 15px !important;
}
.product__liveVideoBook a:hover{
	color:#fff;
}
.static-info-tab {
    border: 1px solid #777 !important;
    margin: 0px 0 !important;
    margin-bottom: 20px !important;
}
.static-info-tab .title-cont:hover {
    opacity: 1 !important;
}
.static-info-tab .title-cont{
	color: #5f5f5f !important;
	
}
.static-info-tab .content-cont{
	border-top: 1px solid #000;
}
.el-border-rgt {
    border-right: 1px solid #777 !important;
}
.static-info-tab h4{
	font-size: 20px !important;
    font-weight: 300 !important;
	color: #636466 !important;
}  
.static-info-tab p{
	font-size: 15px !important;
}  
.product.data.items > .item.title > .switch {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.product.data.items > .item.content {
    padding: 20px 0 0 !important;
    border-top: none !important;
}
#html-body .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
	border-bottom: #000000 solid 1px !important;
}
.static-info-tab .title-cont {
min-height: 40px;
}
.title-cont.active {
    background: #000;
    color: #fff !important;
}
.product.attribute.sku .type{
    display: none;
}
.description table tr:first-child {
    font-weight: 800;
    color: #636466;
}
/* .priceBreackUpTable table {
    display: inline-block;
	overflow-x: scroll;
} */
/* product-page-style------end*/

/* collection Page Style */
.product-item-info .product.name a {
    text-decoration: none;
    text-align: left !important;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 20px !important;
	color: #636466 !important;
	text-transform:uppercase !important;
	font-weight:400 !important;
}
.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {
    height: 45px !important;
    border-top: .5px solid #fff !important;
}
.price-box .price {
    color: #636466 !important;
    font-size: 19px !important;
    font-weight: 400 !important;
	text-shadow: 0px 0px 1px #636466;
}
 .product-item .action.towishlist:before{
	 font-size: 22px !important;
    color: #000 !important;
 }
 body:not(.blog-page) .page-main > .page-title-wrapper .page-title {
    font-size: 26px !important;
}
.product-item:hover .product-item-info.type1 .product-item-photo, .product-item:hover .product-item-info.type3 .product-item-photo, .product-item:hover .product-item-info.type4 .product-item-photo, .product-item:hover .product-item-info.type5 .product-item-photo, .product-item:hover .product-item-info.type9 .product-item-photo {
    box-shadow:none !important ;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2{
	background-color:#fff !important;
}
.products-grid .product-item .porto-icon-eye:before {
    color: #000 !important;
}
.product-item-actions .action.towishlist > span {
    position: absolute !important;
    background-color: #000 !important;
    padding: 2px 16px !important;
    font-size: 14px !important;
    right: 34px !important;
    opacity: 1 !important;
    top: 0 !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    left: unset !important;
    width: 120px !important;
    color: #fff !important;
    height: 33px !important;
    clip: unset !important;
}
.product-item-actions .action.towishlist:hover span{
	display:block !important;
}
.products-grid .product-item .product-item-info.type3:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    opacity: 1 !important;
}
.product.photo.product-item-photo img {
    width: 100% !important;
    object-fit: cover !important;
   height: 350px !important;
}
.homeSec .product.photo.product-item-photo img {
    object-fit: unset !important;
}
.product.photo.product-item-photo a {
    border-radius: 5px !important;
    overflow: hidden;
    border: 1px solid #e7e6e6;
    display: block;
}
.products-grid .product-item .product-item-details .product-item-name {
   white-space: initial !important;
}
.products-grid .product-item {
    padding-right: 24px !important;
    padding-left: 24px !important;
}
/* li.item.product.product-item {
    max-height: 472px !important;
} */
.product-item-actions .action.towishlist > span {
    position: absolute !important;
    background-color: #000 !important;
    padding: 6px 6px !important;
    font-size: 12px !important;
    right: 42px !important;
    opacity: 1 !important;
    top: 0 !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    left: unset !important;
    width: 120px !important;
    color: #fff !important;
    height: 28px !important;
    clip: unset !important;
    vertical-align: middle;
    line-height: 20px !important;
    border-radius: 3px;
}
.product-item-actions .action.towishlist > span:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.page-title-wrapper.product {
    position: relative;
}
.page-title-wrapper.product a.action.towishlist {
    position: absolute;
    right: 0;
    top: -8px;
}
.product-info-main a.action.towishlist:before {
    font-size: 28px !important;
    color: #000 !important;
    content: '\e889';
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    line-height: inherit;
    color: inherit;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.page-title-wrapper.product a.action.towishlist:hover span{
	display:block;
}
.product-info-main a.action.towishlist span {
    position: absolute;
    background-color: #000;
    padding: 6px 6px;
    font-size: 12px;
    width: 110px;
    top: 7px;
    left: -120px;
    color: #fff !important;
    display: none;
    border-radius: 3px;
    text-align: center;
}
.product-info-main a.action.towishlist span:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.product.photo.product-item-photo a.towishlist{
	overflow:visible !important;
	cursor: pointer;
}
li.ui-menu-item.level1.parent a {
    font-size: 15px !important;
}

/* Coupons list Popup Css */
.coupon-list-container .modal-inner-wrap .modal-header {background: #000000 !important;}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply, .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel {background: #000000 !important;}
.coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-apply:hover, .coupon-list-container .modal-inner-wrap .modal-content #coupon-list .coupon-wrapper .actions .action-cancel:hover {background: #000000 !important;}
/* --------------- */

.header_tel_no a {
    color: #777777;
    text-decoration: unset;
}
#totop{right: 90px !important;}
.minicart-items-wrapper {
    width: 100%;
}


@media only screen and (max-width: 768px) {
	.product-item-info .product.name a {
		font-size: 14px !important;
	}
	.products-grid .product-item .product-item-details .product-item-name {
		padding-top: 20px;
		white-space: normal !important;
		overflow: inherit !important;
		text-overflow: initial !important;
		word-wrap: unset !important;
		hyphens: auto !important;
		margin-bottom: 24px;
		padding-right: 0px !important;
	}
	.price-box .price {
		font-size: 14px !important;
		
	}

	.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.action.towishlist {
		right: -4px !important;
		bottom: -154px !important;
	}
	.product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions>.actions-primary {
		visibility: visible !important;
		opacity: 1 !important;
		transition: all .3s;
		bottom: -32px !important;
	}
	.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
		width: 100% !important;
		position: absolute !important;
		bottom: -38px !important;
	}
	.products-grid .product-item .product-item-details {
		padding-top: 52px;
	}
	.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
		visibility: visible !important;
		opacity: 1 !important;
		background-color: #fff !important;
	}

	.products-grid .product-item {
		padding: 6px !important;
		min-height: 295px !important;
	}
	.product.photo.product-item-photo img {
		height: 164px !important;
	}
	strong.product.name.product-item-name {
		min-height: 72px !important;
	}
}

/* contact modal css */
.contact-modal .modal-header, .contact-modal .modal-footer	 {
	display:none;
}
.contact-modal .modal-content {
	background-color: #000000;
    padding: 40px;
}
.contact-modal .modal-content .content-cont {
    background-color: #000000;
    margin: auto;
    padding: 55px;
    border: 1px solid #e0c675;
    width: 100%;
}
.contact-modal .modal-content .content-cont span.close {
    color: #fcfcfc;
    float: right;
    font-size: 28px;
    font-weight: 500;
    top: -50px;
    position: relative;
    right: -35px;
	cursor: pointer;
}
.contact-modal .modal-content .content-cont h1 {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
	font-weight: bold;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff;
}
.contact-modal .modal-content .content-cont p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    text-align: center;
    color: #fcfcfc;
    margin-top: 45px;
	word-break: break-word;
}
.contact-modal .modal-content .content-cont a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 0.55px;
    text-align: center;
    color: #fcfcfc !important;
    margin-top: 45px;
}
.contact-modal .modal-content .content-cont .whatsaap a {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-modal .modal-content .content-cont a:hover {
    text-decoration: none;
}
.contact-modal .modal-content .content-cont img.what-img {
    width: 35px;
}
.columns4 .product.photo.product-item-photo img {

    height: auto !important;
}
/* Media Maximum 767px and Less */
@media only screen and (max-width: 767px) {
	.contact-modal {
		left: 15px !important;
		right: 15px !important;
	}
	.contact-modal .modal-inner-wrap {
		background-color: transparent !important;
	}
	.contact-modal .modal-content .content-cont {
		padding: 10px;
	}
}

/* Media Minimum 768x and Above */
@media only screen and (min-width: 768px) {
	.contact-modal.modal-popup .modal-inner-wrap {
		width: 50%;
	}
}

/* personal-shopping-page-css */

.personal-shop h3 {
    margin-bottom: 18px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
}
.personal-shop h2 {
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0px;
}
.personal-shop {
    max-width: 770px;
    text-align: center;
    margin: auto;
}
.personal-shop p {
    margin-bottom: 18px;
	color: #636466;
	font-size:14px;
}
.personal-shop .rte{
	font-size:14px;
	color: #636466;
}
a{
	text-decoration:none;
}
h1.s-p-product-h {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #636466;
    margin-bottom: 35px;
}
.tabb-label {
   text-align: left;	
   font-size: 14px;
}
.tabb-content{
	text-align:left;
}
.tabb-content p {
    color: #2c3e50;
}
/* personal-shopping-page-css-----end */
/*terms-condtion-page-css */
h6.s-p-product-sh {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.55px;
    text-align: left;
    margin-top: 35px;
    margin-bottom: 8px;
}
/*terms-condtion-page-css----end */

/*quickview--*/
.weltpixel_quickview-catalog_product-view .page-wrapper {
    padding-top: 0px;
}
 .weltpixel_quickview-catalog_product-view .product-info-main .box-tocart {
 width: 50%;}
 .box-tocart .action.tocart {
    width: 100% !important;
}
.weltpixel_quickview-catalog_product-view .box-gotoproduct{
	width: 50%;
}
.weltpixel_quickview-catalog_product-view .fieldset:last-child {
    margin-bottom: 0;
    width: 100%;
}
.weltpixel_quickview-catalog_product-view .actions {
    width: 100%;
}

/* header-fix-css*/
.page-wrapper {
    padding-top: 152px;
}
.page-header {
    position: fixed;
    width: 100%;
	top: 0;
}
/* header-fix-css---end*/

/* footer*/
.footer-middle .block.newsletter input {
    background-color: #ffffff !important;
    border: 1px solid !important;
}
.footer .contact-info a {
    text-decoration: unset;
}
.footer-middle ul.links li {margin-bottom: 8px;}
.footer-middle .links a {
    line-height: 19px;
    text-decoration: none;
}	
.footer-middle .social-icons a {
    margin-right: 6px !important;
}
.footer .social-icons [class^="porto-icon-"] {
    font-size: 24px !important;
}
.footer-logo img {
    width: 120px;
}
.footer-top-social {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.footer-top-social h3.social-title {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
}
.footer-top-social ul.social-list {
    display: flex;
    width: 100%;
    gap: 25px;
    justify-content: center;
	flex-wrap: wrap;
}
.footer-top-social a.social-link {
    font-size: 24px;
    border: 2px solid rgb(192, 180, 139);
    border-radius: 50%;
    padding: 8px;
}
.footer-top-social a.social-link:hover {
    background: rgb(192, 180, 139);
}
.footer-top-social ul.social-list [class^="fa fa-"]:before, .footer-top-social ul.social-list [class*=" fa fa-"]:before {
    width: 1em;
    margin-right: .2em;
    line-height: 1em;
    margin-left: .2em;
    display: inline-block;
    text-align: center;
}
.block.block-reorder {
    display: none;
}
.minicart-items .product-image-container{
	width: auto !important;
	height: auto !important;
}
/* #search_autocomplete {
    display: none !important;
} */
.post-content .post-description img {margin:0;}
.product__Price {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product__Price .price_with_currency {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 12px;
}
body .post-list .post-image .image-wrap .bg-img {
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.page-wrapper {
		padding-top: 104px;
	}
	.footer-middle .col-lg-3:nth-child(2), .col-lg-3:nth-child(3){
		width:50%;
	}
	.footer-middle .social-icons a {
		margin-right: 40px !important;
	}
	.footer .social-icons [class^="porto-icon-"] {
		font-size: 32px !important;
	}
	.row.contact-info {
		text-align: center;
		font-size: 16px;
	}
	.footer-logo {
		text-align: center;
	}

	.footer-middle {
		padding: 12px 0 30px !important;
	}
	.footer-middle .block.newsletter label {
		margin-top: 14px;
		font-weight: 800;
	}
	.footer-top-social {margin-top: 15px;margin-bottom: 25px;}
	.footer-top-social h3.social-title {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.footer-top-social ul.social-list {
		gap: 12px;
	}
	.footer-top-social a.social-link{
		font-size: 16px;
		padding: 6px;
	}
	.product__Price .price_with_currency{font-size: 11px;margin: -24px 0 12px;}
} 
/* footer--end*/

/* Custom alert notice CSS */
.custom-alert {
    position: relative;
    padding: 12px 18px 12px 22.5px; 
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 16px;
}
.custom-alert-info {
    color: rgb(192, 180, 139);
    background-color: #000;
    border-color: #000;
}
/* End Custom alert notice CSS */

@media only screen and (min-width: 768px) and (max-width: 1099px)  {
	.page-header.type21 .header-main-right .jas-my-account.whatsaap a span.d-md-inline{display: none !important;}
	.product-item .product-item-details .price-box {margin: -15px 0 13px;}
	.product__Price .price_with_currency{margin: -15px 0 12px;}
	.footer-middle > .container .row .col-lg-3 {width: 100%;margin: 18px 0;}
	.footer-middle > .container .row .row.contact-info .col-md-12 {flex: 0 0 50%;}
	.product.photo.product-item-photo img{height: 300px !important;}
}

/* Recently Viewed Products CSS */
.block-viewed-products-grid .block-title {
    text-align: center;
    margin-bottom: 30px;
}
.block-viewed-products-grid .block-title strong {
    font-size: 30px;
}
.block-viewed-products-grid .product-image-wrapper{
	height: auto;
	padding-bottom: 0px !important;
}
.block-viewed-products-grid .product-image-photo {
	position: relative;
}
.block-viewed-products-grid .product-item-name a {
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.block-viewed-products-grid .product-item-actions {
    display: none;
}
.product-item-info .product.name a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;min-height: 56px;}
.post-read-more a.post-read:hover {
    color: #fff !important;
    background: #222222 !important;
    text-decoration: unset;
	border-color: #222222 !important;
}
.post-read-more a.post-read {margin-bottom: 12px;}
.c-replyform button{background: #222222 !important;} 


/* Events CSS */
.wordpress-posttype-view .page-title-wrapper {text-align: center;}
.wordpress-posttype-view .page-title-wrapper .page-title {font-size: 42px !important;margin-bottom: 40px;}
.wordpress-posttype-view .post-list .post-image, .wordpress-posttype-view .post-list .post-image a, .wordpress-posttype-view .post-list .post-image a img {width: 100%;max-height: unset;display: flex;margin: 0;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li {width: 31%;}
.post-list-wrapper .post-list.grid li:nth-child(2n + 1) {margin-left: 2%;}
.wordpress-posttype-view .post-list-wrapper .post-list{display: flex;flex-wrap: wrap;justify-content: center;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li h2 {font-weight: 500;}
.wordpress-posttype-view .post-list-wrapper .post-list .post-entry {margin: 0;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item{position:relative;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:before {content: "\f061";position: absolute;font-family: 'FontAwesome';right: 30px;bottom: 5px;font-size: 1.5rem;z-index: 100;color: #ffffff;opacity: 0;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-ms-transition: all 200ms linear;-o-transition: all 200ms linear;transition: all 200ms linear;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover:before {opacity: 1;right: 15px;z-index: 999;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:before {right: 80px;bottom: 2rem;font-size: 1rem;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:before {color: #7a7c80;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover:before {opacity: 1;right: 5px;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:after {content: "";position: absolute;width: 100%;-webkit-transform: scaleX(0);transform: scaleX(0);height: 100%;bottom: 0;left: 0;pointer-events: none;background-color: rgba(215, 219, 226, 0.2);-webkit-transform-origin: bottom right;transform-origin: bottom right;-webkit-transition: -webkit-transform .4s cubic-bezier(.77,0,.175,1);transition: -webkit-transform .4s cubic-bezier(.77,0,.175,1);transition: transform .4s cubic-bezier(.77,0,.175,1);transition: transform .4s cubic-bezier(.77,0,.175,1),-webkit-transform .4s cubic-bezier(.77,0,.175,1);border-radius: 50rem !important;z-index: 10;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover:after {-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: bottom left;transform-origin: bottom left;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:after {border-radius: 0 !important;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover img {-moz-transform: scale(1.05);-webkit-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover h2 {padding: 0 10px;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li .post-list-item:hover {border-bottom: 2px solid #000;}
.wordpress-posttype-view .post-list-wrapper .post-list.grid li h2 a {text-decoration: unset;}

.wordpress-post-view .page-title-wrapper {display: none;}
.post-info-det .post-info-main {display: flex;justify-content: center;flex-wrap: wrap;}
.post-info-det .post-info-main .post-det-el {width: 31%;margin-right: 2%;}
.post-info-det .post-info-main .post-det-el.post-det-el-l{background: #a3a2a3;padding: 4rem;color: #fff;}
.post-det-el .post-det-name {font-size: 32px;}
.post-det-el .post-content {font-size: 18px;margin-top: 10px;}
.post-det-el .post-more-ifo a {color: #fff;font-size: 18px;text-decoration: underline;}
.post-det-el .post-image{margin: 0;}
.post-det-el .post-image a {width: 100%;display: flex;}
.post-det-el .post-image a img {width: 100%;}

.wordpress-post-view .breadcrumbs {margin: 0;}
.wordpress-post-view .page-main {width: 100%;max-width: 100%;padding: 0;}
.post-info-det {max-width: 80%;margin: 0 auto;text-align: center;color: #000;}
.post-info-det .event-name {font-size: 38px;}
.post-info-det .event-details {font-size: 16px;margin-top: 10px;}
.event-calender {display: flex;justify-content: space-around;margin-top: 40px;}
.event-calender a {text-decoration: unset;}
.event-calender .img svg {width: 100px;}
.event-calender .title_text {font-size: 18px;}
.event-form {margin-top: 40px;}
.appointment-title {font-size: 40px;margin-bottom: 30px;margin-top: 30px;display: inline-block;width: 100%;}
.post-banner img {width: 100%;}

/* End Events CSS */

/* New Header CSS */
.header-main-right ul.icons__List {display: flex;align-items: center;flex-wrap: wrap;justify-content: end;margin: 0;list-style: none;    gap: 25px;}
ul.icons__List li.action__Icon {margin: 0;position: relative;}
li.action__Icon .header-top-icon {display: flex;flex-direction: column;align-items: center;}
li.action__Icon .header-top-icon i {font-size: 24px;}
li.action__Icon .header-top-icon span.icon-text {font-size: 10px;font-weight: 600;margin-top: 3px;}
li.action__Icon a.header-top-link-icon {text-decoration: unset;}
.page-header.type21 .header-main-right a.action.my-wishlist {margin: 0 !important;}
.page-header.type21 .minicart-wrapper {margin: 0 !important;margin-top: 0px !important;}
.page-header.type21 .minicart-wrapper .action.showcart span.text {line-height: normal;font-size: 10px;font-weight: 600;position: relative;bottom: -14px;}
ul.icons__List li.action__Icon .mobile_store_switcher {display: block;}
div.dropdown.switcher-dropdown{right: 0;text-align: left;}
ul.icons__List li.action__Icon .mobile_store_switcher div#switcher-language-mobile {height: auto;margin: 0 !important;}
ul.icons__List li.action__Icon .mobile_store_switcher div#switcher-language-mobile strong[class*=view] {display: flex;flex-direction: column;align-items: center;margin-left: 4px;margin-top: 4px;line-height: 8px;}
ul.icons__List li.action__Icon .mobile_store_switcher div#switcher-language-mobile .switcher-trigger:after{display:none;}
ul.icons__List li.action__Icon .mobile_store_switcher div#switcher-language-mobile strong[class*=view] img.flag_img {width: 28px;height: 28px;}
ul.icons__List li.action__Icon .mobile_store_switcher div#switcher-language-mobile strong[class*=view] span {font-size: 10px;font-weight: 600;margin-top: 6px;color: #000;} 
ul.icons__List li.action__Icon .mobile_store_switcher div.dropdown.switcher-dropdown{top: 5rem;right: 0;text-align: left;}
ul.icons__List li.action__Icon .mobile_store_switcher div.dropdown.switcher-dropdown:before{right: 0.6rem;left: unset;}
.popover__Link:hover .popover-elem {display: block !important;position: absolute;box-shadow: 0 0.8rem 1.6rem 0.4rem rgb(0 0 0 / 12%);z-index: 10000;right: 0;width: 210px;background: #fff;}
.popover-elem:before {content: "";position: absolute;top: -0.9rem;right: 8px;width: 1.8rem;height: 1.8rem;z-index: -1;margin-left: 0;transform: rotate( 45deg );background: #fff;}
.popover-elem ul {padding: 0;list-style: none;text-align: left;}
.popover-elem ul li{margin: 0;border-bottom: 1px solid #e0e0e0;}
.popover-elem ul li a{font-weight: 600;padding: 12px;display: inline-block;width: 100%;text-decoration: unset;}
.popover-elem ul li a:hover{background: #e0e0e0;}
.popover__Link .contact-actions.popover-elem {width: 260px;padding: 15px;text-align: left;}
/* .popover__Link .contact-actions.popover-elem::before {right: 24px;} */
.popover__Link .contact-actions.popover-elem .phone__No {display: flex;justify-content: space-between;align-items: center;color: #000;font-weight: 600;margin-bottom: 15px;}
.contact-actions.popover-elem .more_Contact_info {color: #000;font-weight: 600;}
.contact-actions.popover-elem .more_Contact_info p {margin-bottom: 5px;}
.contact-actions.popover-elem ul {margin: 24px 0;display: flex;align-items: center;justify-content: center;}
.contact-actions.popover-elem ul li {border: none;width: calc(100%/2);}
.contact-actions.popover-elem ul li a:hover {background: transparent;}
.contact-actions.popover-elem ul li .conatct-other__Links a {display: flex;flex-direction: column;align-items: center;padding: 0;gap: 5px;}
.contact-actions.popover-elem ul li .conatct-other__Links a img {width: 36px;}
.contact-actions.popover-elem ul {margin: 24px 0;}
.contact-actions.popover-elem ul li .conatct-other__Links a span.text {font-weight: normal;text-align: center;}

.sw-megamenu.navigation .level0.staticwidth .subchildmenu.mega-columns > li {float: left;padding: 0 15px !important;}
.level0.staticwidth ul.subchildmenu li.ui-menu-item {border: none;}
.sw-megamenu.navigation .level0.staticwidth li.ui-menu-item.level1 > a span {text-transform: uppercase;}
.sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu li a span, .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu li a span {text-transform: initial;}
.page-header.type21 .header-main-left, .page-header.type21 .header-main-right, .header-main-center{flex: auto !important;}
li.action__Icon.wishlist_Li span.counter {
    position: absolute;
    right: -3px;
    top: 0px;
    background: #ed5348;
    padding: 0 5px;
    border-radius: 50%;
    width: 16px;
    overflow: hidden;
    height: 16px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
}
li.action__Icon.wishlist_Li span.counter:before, li.action__Icon.wishlist_Li span.counter:after {
    display: none;
}
/* End New Header CSS */ 

.guestwishlist-index-index .block.related {
    padding: 0;
}
.guestwishlist-index-index .block.related ol#itemsContainer {
    display: flex;
    flex-wrap: wrap;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item {
    width: calc(100%/4);
    padding: 5px !important;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info {
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 8%);
	overflow: hidden; 
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info .product.details.product-item-details {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info .product.details.product-item-details .product-item-name a {
    font-size: 16px !important;
    text-transform: unset !important;
    min-height: unset;
    margin-bottom: 3px;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info .product.details.product-item-details .price-box {
    margin-top: 5px;
    text-align: left;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info .product.details.product-item-details .price-box .price {
    font-size: 18px !important;
}
.guestwishlist-index-index .product.actions.product-item-actions {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
}
.guestwishlist-index-index .products-grid .product-item-details .product-item-actions .tocart {
    background: #000000;
    color: #fff;
    border-radius: 3px;
}
.guestwishlist-index-index .products-grid .product-item-details .product-item-actions .delete {
    margin-left: 10px;
    font-weight: 600;
    text-decoration: underline;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info .product-image-container {
    display: block;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info span.product-image-wrapper {
    padding: 0 !important;
    height: auto !important;
}
.guestwishlist-index-index ol#itemsContainer li.item.product-item .product-item-info span.product-image-wrapper .product-image-photo {
    position: relative;
    height: 240px !important;
    width: auto !important;
}
tr.totals.opc-block-summary.extrafee {
    background: unset;
    border-left: none;
    border-right: none;
}
.submenu a.with_img {
    display: flex !important;
    align-items: center;
    width: 100%;
    gap: 8px;
}
.submenu a.with_img img {
    max-width: 50px;
}
.whatsapp__FooterLink, .footer-top-social, .download_app {
    display: none !important;
}
.hours-container, .book_in_store-contact, form#contact-form {
    display: none !important;
}
/* .soldout_price {
    color: #ff0000 !important;
} */
.catalog-product-view .block.widget.block-viewed-products-grid .products-grid .price-box {
    display: none;
}
#instant-search-results-container .result-content .price .price-wrapper.soldout_price {
    font-size: 16px;
}

html body, body .footer-bottom, body .footer-bottom p, body .footer-middle .block .block-title strong, body .footer-middle a, body .footer-middle, body .footer-middle p, body #instant-search-results-container .result-title, body .algolia-infos, body button:not(.primary) {
    color: #000;
}
body nav.navigation.sw-megamenu ul li a {
    color: #000 !important;
}
.products-grid .product-item .product-item-details .product-item-name {
    padding-right: 0 !important;
}
.products-grid .product-item-info .product.name a {
    font-size: 14px !important;
    color: #000 !important;
}
.product__Price .reuest_price {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
}
.product__Price .price-box .price {
    font-weight: 600 !important;
    color: #000 !important;
}
.product__Price .price_type_info_text {
    font-size: 11px;
    color: #000;
}
.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle, .filter-options-content a {
    color: #000 !important
}
.toolbar .modes {
    display: none;
}
.page-wrapper > .breadcrumbs {
    margin-top: 4px;
}
.autocomplete-suggestions {
    display: flex;
    flex-wrap: wrap;
}
.autocomplete-suggestions .autocomplete-suggestion {
    width: 50%;
    border: 1px solid #eee;
}
.autocomplete-suggestion .suggestion-left {
    width: 25%;
}
.autocomplete-suggestion .suggestion-right {
    width: 75%;
}
.autocomplete-suggestion .product-line.product-name {
    color: #000;
    font-size: 12px;
}
.autocomplete-suggestion .suggestion-left img {
    border: 1px solid #f7f4f4;
    border-radius: 5px;
}
.checkout-cart-index #latest_product {
    display: none;
}
.sidebar.sidebar-main .filter-title strong {
    top: 50%;
}
header.page-header.type21 .top-search-area .block.block-search {
    overflow: visible;
    border-radius: unset;
}
.search-autocomplete {
    margin-top: 1px !important;
    max-width: 100%;
    overflow: scroll;
    max-height: 600px;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result dl.autocomplete-list {
    display: flex;
    flex-wrap: wrap;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list-title.title-product {
    display: none;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result dl dd {
    width: 50%;
}
.smile-elasticsuite-autocomplete-result .product-image-box img {
    border: 1px solid #eee;
}
.smile-elasticsuite-autocomplete-result .product-shop {
    padding-left: 2px;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .price-box .price {
    font-size: 13px !important;
    color: #000 !important;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .price_type_info_text {
    font-size: 9px;
}
.search-autocomplete .smile-elasticsuite-autocomplete-result .reuest_price {
    font-size: 13px;
}

@media (max-width: 991px) {
	.search-autocomplete .smile-elasticsuite-autocomplete-result dl dd {
        width: 100%;
    }
}


@media (max-width: 991px) {
	li.action__Icon.wishlist_Li span.counter {right: -7px;top: -5px;}
	body .page-header.type21 .minicart-wrapper .action.showcart{width: 21px !important;} 
}

@media only screen and (min-width: 768px) and (max-width: 950px)  {
    body .page-header.header-newskin .navigation .level0 > .level-top {padding: 0 8px;}
    body .sw-megamenu.navigation li.level0 > a > span {font-size: 14px;}
}/* Cataloag View CSS */

/* Static Tabs CSS */
.static-info-tab {
    border: 1px solid #ebebeb;
    margin: 10px 0;
}
.static-info-tab .joint-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.static-info-tab .title-cont {
    padding: 6px 8px;
    margin: auto;
    flex: 1;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}
.static-info-tab .title-cont:hover {
    opacity: .5;
}
.static-info-tab .title-cont img {
    width: 28px;
}
.static-info-tab .content-cont {
    width: 100%;
	padding: 15px;
}
.el-flex{
	display: flex;
}
.el-border-rgt {
	border-right: 1px solid #ebebeb;
}
.fotorama__caption {
    display: none;
}
.product-info-main .product-info-price {
    display: flex !important;
    align-items: center;
    gap: 10px;
}
.product-info-main .product-info-price span.price-label{
	display: none !important;
}
.product-info-main .product-info-price .price_with_currency {
    font-size: 16px;
    font-weight: 600;
	margin-top: 4px;
}
.product-info-main .product-info-price .price_with_currency span.currency_symbol {
    margin-right: 4px;
}
#product_detials_breakup {
    margin-bottom: 25px;
}
#product_detials_breakup .product_sec_collapsible {
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    margin-bottom: 3px;
}
#product_detials_breakup .product_sec_collapsible .heading {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px;
    background: #000;
    color: #fff;
	position: relative;
}
#product_detials_breakup .product_sec_collapsible .content {
    padding: 8px;
}
#product_detials_breakup .product_sec_collapsible .heading:after {
    content: "\f078";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}
#product_detials_breakup .product_sec_collapsible .collapsible_main[aria-expanded="true"] .heading:after {
	content: "\f077";
}
.product-social-share-links ul {list-style: none;display: flex;align-items: center;justify-content: center;gap: 10px;padding: 0;}
.product-social-share-links ul li a {display: flex;align-items: center;gap: 10px;font-size: 12px;color: #fff;background: #000;padding: 5px 10px;border-radius: 1px;text-decoration: unset;justify-content: center;}
.product-social-share-links ul li a i {font-size: 26px;}
.product-social-share-links ul .facebook-share a {background: rgb(59, 89, 152);}
.product-social-share-links ul .twitter-share a {background: rgb(29, 161, 242);}
.product-social-share-links ul .whatsapp-share a {background: rgb(77, 194, 71);}
.product-social-share-links ul .email-share a {background: rgb(132, 132, 132);}
.product-social-share-links ul li a span {padding-top: 2px;}
.fotorama__fullscreen .fotorama__fullscreen-icon:before{content: "\f00d";font-family: 'FontAwesome';}

.prod_type_val {
    font-size: 16px;
    color: #ff0000;
    display: flex;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
}
.prod_type_val span {
    margin-right: 5px;
    color: #000;
    font-weight: bold;
}

.product-info-stock-sku .stock {
    display: flex !important;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}
.product__chatWhatsapp {
    margin-bottom: 20px;
}
#product_detials_breakup .product_sec_collapsible .det_sec {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #e0e0e0;
    background: #f4f4f4;
    color: #000000;
}
#product_detials_breakup .product_sec_collapsible .det_sec h4 {
    color: #000;
    font-size: 12pt;
    margin: 10px 0;
}
.product-social-share-links ul .pinterest-share a {
    background: #CB2027;
}
.product-social-share-links ul .instagram-share a {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.product-info-main .fieldset > .field.qty {
    display: none;
}
.catalog-product-view .box-tocart .action.tocart {
    margin-right: 0;
    margin-left: 0;
}
.product-social-share-links ul li a span {
    display: none;
}
.product-social-share-links ul li a {
    width: 50px;
    border-radius: 50%;
    height: 50px;
}
main#maincontent {
    padding-bottom: 20px;
}
.catalog-product-view .column.main {
    padding: 0 !important;
}
.block-viewed-products-grid .products-grid .product-item {
    min-height: unset !important;
}
.block-viewed-products-grid .products-grid .product-item .product-item-details {
    padding: 0 !important;
}
.block-viewed-products-grid .products-grid .product-item .product-item-details .product-item-name {
    margin: 0 !important;
    padding: 0 !important;
}
.catalog-product-view .recommend-component {
    margin: 0;
}
.product.attribute.sku .type{
    display:block;
}
.product-info-main .page-title-wrapper h1 {
    font-weight: 600 !important;
    color: #000 !important;
    letter-spacing: .8px !important;
    margin-bottom: 6px !important;
}
.product-info-main .product-info-stock-sku {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 15px;
    color: #000;
    letter-spacing: .8px;
    margin-bottom: 0;
}
.staock-available-ship-tag, .product-info-main .product.sku {
    width: 100%;
}
.product-info-main .product.sku {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: .8px;
    color: #000;
}
.product-info-main .product.sku .type:after {
    content: ":";
    padding-left: 5px;
}
.product-info-main .product.sku .value {
    font-weight: 600;
}
.free_ship_tag {
    font-size: 14px;
    margin-bottom: 15px;
}
.product-info-stock-sku .stock .value {
    color: #000;
    font-weight: 600;
}
.product-info-price .price-box .price-container .price {
    font-weight: 600 !important;
    color: #000 !important;
    letter-spacing: .8px !important;
}
.price_type_info_text {
    margin-top: 5px;
    color: #000;
}
.product-info-main .box-tocart .actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart, .catalog-product-view .mageprince-buynow .mageprince-buy-now-btn {
    width: auto !important;
    height: 45px !important;
    margin: 0 !important;
    padding: 0 45px !important;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .8px !important
}
.catalog-product-view .mageprince-buynow {
    width: 48%;
}
.catalog-product-view .mageprince-buynow .mageprince-buy-now-btn {
    width: 100% !important;
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
    background: transparent;
    color: #000 !important;
    width: 48% !important;
}
.box-tocart .action.tocart:before {
    display: none !important;
}
.product-info-main .product-info-price .price_note {
    color: #000;
    font-size: 12px;
    margin-top: 8px;
}
.product_status_det_sec {
    margin-bottom: 20px;
}
.product.media {
    position: relative;
}
.product.media a.action.towishlist {
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    cursor: pointer;
}
.product.media a.action.towishlist:after {
    content: '\f83c';
    font-family: 'porto-icons';
    width: 40px;
    height: 40px;
    z-index: 2;
    position: absolute;
    color: #000;
    right: 0;
    padding-top: 10px;
    font-size: 25px;
}
.product.media a.action.towishlist:hover:after {
    content: "\f816";
}
div.fotorama-item:not(.fotorama--fullscreen) .fotorama__fullscreen-icon {
    display: none !important;
}
tr.borderBottom th, tr.borderBottom td {
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767px) {
	.product-social-share-links ul li {min-width: 38px;}
	.product-social-share-links ul li a span{display:none;}

    .catalog-product-view .mageprince-buynow {
        width: 100%;
    }
    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
        width: 100% !important;
    }
    .content .desc_cont span {
        font-size: 14px !important;
    }
    .content .desc_cont span strong {
        font-size: 12pt !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart, .catalog-product-view .mageprince-buynow {
        width: 100% !important;
    }
}