/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none !important; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/OM/Isha/en_US/css/owl-carousel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a {
	text-transform: capitalize;
}

.trackorder-index-view .field.email.required {
	display: none;
}

.trackorder-index-view .signup_link {
	display: none;
}

.trackorder-index-view .track-order-main {
	max-width: 100%;
	background: transparent;
}

form#track-form .fieldset:last-child {
	display: flex;
}



.trackorder-index-view .field.track.required {
	margin-bottom: 0;
	width: 100%;
}


.trackorder-index-view p.msg-after-track-button {
	display: none;
}

.block-customer-track .form-track label.label {
	display: none;
}

.product-item .action.towishlist:before {
	font-family: "FontAwesome";
}

.cms-index-index .product-item .action.towishlist:before {
	font-family: 'luma-icons';
}

.account .form-wishlist-items li.product-item .product-item-name {
	z-index: 1;
	position: relative;
}

.catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected:checked + label {
	color: #fff !important;
}

.catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute:not(.shirt_size) .disabled + label {
	color: #000 !important;
}

.checkout-index-index .page-main #checkout .field.addresses .shipping-address-items .shipping-address-item .edit-address-link {
	font-size: 13px;
}

.form.form-cart .cart.main.actions button.action.update {
	display: none !important;
}

.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .wishlist.counter {
	top: -9px;
	right: -16px;
}

.account .form-wishlist-items li.product-item .product-item-info span.price {
	font-family: 'Fedra Sans Book 5', 'Open Sans', sans-serif !important;
}

.toolbar.toolbar-products .toolbar-sorter.sorter select {
	margin-left: 5px;
}

.cms-offers-for-well-being .item.product.product-item.out-of-stock .product-item-inner .unavailable {
	color: #000 !important;
}

.cms-offers-for-well-being .item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
	background: #fff !important;
}

.overflowed::-webkit-scrollbar-thumb {
	background: #ccc !important;
}

.overflowed::-webkit-scrollbar-thumb:hover {
	background: #ccc !important;
}

.amcheckout-step-container .amcheckout-summary-container .item-options dt:nth-child(3) {
	display: none;
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
	bottom: 20px !important;
}

.step-content.amcheckout-content button.action.action-show-popup {
	outline: none;
}

ul.header.links span.logged-in {
	display: none;
}

.review-customer-view .reviews-actions {
	display: none;
}

.aw_sarp2-profile_edit-item  .prar-prod-rating,
.aw_sarp2-profile_edit-item .related-category, 
.aw_sarp2-profile_edit-item .block.review-add {
	display: none;
}

.header-wrap {
	height: auto !important;
}

.aw_sarp2-profile_edit-item .product.media, 
.aw_sarp2-profile_edit-item .product-info-main {
	padding: 0 20px !important;
}

.aw_sarp2-profile_edit-item.catalog-product-view .page-main .breadcrumbs {
	order: 0;
}

.aw_sarp2-profile_edit-item .product.media {
	order: 1;
}

.aw_sarp2-profile_edit-item .product-info-main {
	order: 2;
}

.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty {
	box-shadow: none;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
	height: 32px;
	text-align: center;
	border: 0 !important;
	padding: 0 15px;
	font-weight: 400;
	background: #e8b55c !important;
	border: none !important;
	outline: none !important;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.aw-sarp2__actions button.action.secondary {
	border: none;
}

html .checkout-index-index .modals-overlay {
	z-index: 9999 !important;
}

.cms-newsletter-subscription .row.footernewsletter {
	display: none !important;
}

.products_listing_grid.products.wrapper .product-reviews-summary-offers_list {
	display: block !important;
}

.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a.write-review:after, .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a.write-review:before {
	content: none !important;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
	display: flex;
}

.checkout-index-index .modal-popup.confirm .modal-footer button {
	display: block !important;
}

.landig-video-banner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 85px 25px;
}

.landig-video-banner .video-bg {
	width: 100%;
	height: auto;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}

.landig-video-banner .landig-video-col {
	max-width: 900px;
	position: relative;
	margin: auto;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 24px 24px -12px #0000005C;
	line-height: 0;
}

.landig-video-banner .video-poster {
	border-radius: 6px;
	cursor: pointer;
	height: auto;
	width: 100%;
	max-width: 900px;
}

.landig-video-banner .is-mobile {
	display: none;
}

.landig-video-banner .play-icon {
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 84px;
	transform: translate(-50%, -50%);
}

#banner-video-load {
	line-height: 0;
	max-height: 507px;
	display: none;
}

.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-photo {
	float: left;
	width: 80px;
	display: inline-block !important;
}

.account.wishlist-index-index .wishlist .bss-bt-quickview {
	display: none;
}

.account.wishlist-index-index .wishlist .product-item .product-item-info .product-reviews-summary,
.account.wishlist-index-index .wishlist .product-item .product-item-info .price-box {
	width: calc(100% - 100px);
	display: inline-block;
		padding-left: 10px;
}

.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-name {
	width: calc(100% - 82px);
	display: inline-block;
		padding-left: 10px;
}
@media (max-width: 768px) {
	.landig-video-banner {
		padding: 30px 0;
	}

	.landig-video-banner .video-poster {
		display: none;
	}

	.landig-video-banner .video-poster.is-mobile.banner-image {
		display: block;
	}

	.play-icon img.video-poster {
		display: block;
	}

	.landig-video-banner .play-icon {
		width: 64px;
		height: 64px;
	}

	#banner-video-load iframe {
		max-width: 100%;
		height: 239px;
	}

	span.swatch-notify {
		top: -26px !important;
		margin-left: 0 !important;
		border: 1px solid red;
		padding: 4px !important;
		border-radius: 4px !important;
		width: max-content !important;
		left: 50% !important;
		transform: translateX(-50%);
		bottom: unset !important;
		min-width: unset !important;
		color: #231f20 !important;
		font-size: 12px !important;
	}
	.products_listing_grid.products.wrapper .stock.notifyme a.notifyme-btn{
		line-height: 1.5 !important;
	}
	.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-photo {
		float: left;
		width: 115px;
		display: inline-block !important;
	}

	.account.wishlist-index-index .wishlist .product-item .product-item-info .product-reviews-summary,
.account.wishlist-index-index .wishlist .product-item .product-item-info .price-box {
		width: calc(100% - 120px);
		display: inline-block;
		padding-left: 10px;
	}

	.account.wishlist-index-index .wishlist .product-item .product-item-info .product-item-name {
		width: calc(100% - 115px);
		padding-right: 0 !important;
		font-size: 13px !important;
	}

	.account .form-wishlist-items li.product-item .product-item-inner {
		width: calc(100% - 125px) !important;
		float: right;
	}

	.account .form-wishlist-items li.product-item {
		padding-left: 15px !important;
	}
	
	.products_listing_grid.products.wrapper .stock.notifyme a.notifyme-btn{
		line-height: 1.5 !important;
		font-weight: 700 !important;
	}
	.products_listing_grid.products.wrapper .products.list .product-item-info .product-item-inner .actions-primary button{
		font-weight: 700 !important;
	}
}

@media (max-width: 1366px) {
	.toolbartop {
		width: 58% !important;
	}
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.toolbartop {
		width: 68% !important;
	}
}

@media (min-width: 768px) {
	div.MagicToolboxSelectorsContainer img {
		max-width: 100% !important;
		max-height: 100% !important;
	}

	.MagicZoom img {
		max-width: 100% !important;
		max-height: 100% !important;
	}

	.block.block-collapsible-nav {
		background: #f5f0e5;
	}

	body .page-header #mySidenav .menu-left {
		position: absolute !important;
	}

	#mySidenav .nav-main ul {
		position: static !important;
	}

	.sections.nav-sections ul li.level0 {
		position: static !important;
	}

	.page-header.headersticky .navigation ul {
		position: static !important;
	}

	.nav-container-wrap {
		overflow: visible !important;
	}

	header.page-header.headersticky .nav-container-wrap {
		z-index: 92;
	}

	.row-equal-columns.footer-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.account .toolbar .pages {
		display: inline-block;
		position: static;
		width: auto;
	}
}

@media (max-width: 767px) {
	.rudaksha-guide {
		background: transparent !important;
		min-height: unset !important;
	}

	div#basicsrudraksha .set.active .contentsecrtion {
		display: block !important;
	}

	.control._with-tooltip .field-tooltip {
		cursor: pointer;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.control._with-tooltip input {
		padding-right: 32px !important;
	}

	.checkout-index-index .page-main #checkout .field select {
		padding-right: 30px;
	}

	.field[name="shippingAddress.postcode"] label {
		line-height: 1.41;
	}

	.view-all-footer {
		position: relative;
		z-index: 999 !important;
	}

	.livesearch.product-result {
		grid-template-areas: "image productName"
        "image price" !important;
		grid-template-columns: 1fr 7fr;
		grid-template-rows: repeat(2, 1fr);
		column-gap: 16px;
		align-self: center;
		height: 80px;
		min-width: 192px;
		box-sizing: inherit;
		display: grid;
		padding: unset;
	}

	.livesearch.popover-container {
		grid-template: "suggestions previews" 1fr
        "viewall viewall" 36px / auto 3fr !important;
	}

	.account .form-newsletter-manage {
		clear: both;
	}

	.field-tooltip .field-tooltip-content {
		max-height: 138px;
		overflow: auto;
	}

	.checkout-index-index .modal-popup.new-shipping-address-modal .modal-footer .action-save-address {
		display: block !important;
		width: 125px !important;
	}

	.opc-block-summary.amcheckout-summary-container p.step-title {
		margin-top: 20px !important;
		float: left;
	}

	.checkout-payment-method .payment-option {
		margin: 0 !important;
	}

	.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address label {
		line-height: 1;
		clip: unset;
		width: auto;
		height: auto;
	}

	body.filter-active .columns {
		position: static !important;
	}

	.catalog-product-view.new-pdp-design .main {
		padding-top: 0 !important;
	}

	.account .form.form-edit-account .field, .account .form-address-edit .field {
		position: relative;
	}

	.account label.label[for="assistance_allowed_checkbox"] {
		padding-right: 20px;
	}

	.field.choice .field-tooltip {
		display: inline-block;
		margin-left: 10px;
		position: absolute;
		top: -3px;
	}

	.field-tooltip .field-tooltip-content {
		width: 156px !important;
	}

	.livesearch.popover-container {
		max-height: 258px !important;
	}

	.account .form-wishlist-items li.product-item .product-item-actions .action.delete span:after {
		color: #000;
	}

	.catalog-product-view.new-pdp-design #size-chart:before {
		content: none !important;
	}

	.account.review-customer-view .customer-review.view .review-details, 
.account.review-customer-view .customer-review.view .product-details {
		width: 100% !important;
	}

	.account.review-customer-view .customer-review.view .product-details .product-info {
		float: left;
		width: 100% !important;
	}

	.products_listing_grid.products-grid .product-item {
		width: 47% !important;
	}

	.account #maincontent .column.main .page-title-wrapper span {
		font-size: 15px;
	}

	html .account .page-main {
		padding-top: 0 !important;
	}

	.block.block-collapsible-nav ul li a:empty {
		display: none;
	}

	.account #maincontent .column.main .page-title-wrapper span.delimiter {
		display: none;
	}

	.block.block-collapsible-nav ul li {
		padding-top: 0;
		margin-top: 0 !important;
	}

	.checkout-index-index .page-main #checkout #shipping-new-address-form .field {
		width: 50%;
	}

	.catalog-category-view .products-grid .product-item {
		width: 47%;
	}

	.checkout-index-index .page-main #checkout .field.street .field {
		width: 100% !important;
	}

	.checkout-index-index .page-main #checkout #shipping-new-address-form .field:nth-child(3) {
		width: 100%;
	}

	body aside.modal-popup.confirm._show {
		z-index: 99999 !important;
	}

	.checkout-index-index .column.main {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cms-terms-conditions .column.main p, .cms-privacy-policy-cookie-restriction-mode .column.main p, .cms-faq .column.main p, .cms-ordermanagementfaq .column.main p, .cms-shipping_policy_faq .column.main p, .cms-shipping-policy .column.main p, .cms-sso-faq .column.main p, .cms-subscriptionfaq .column.main p, .cms-shipping-policy .column.main p, .cms-accountmanagementfaq .column.main p {
		font-size: 16px;
	}

	.cms-sso-faq main#maincontent {
		padding: 0 15px;
	}

	.cms-newsletter-subscription .row.footernewsletter {
		display: none !important;
	}

	.minicart-wrapper .update-cart-item {
		float: right;
		font-size: 1.1rem;
		margin-left: 5px;
		vertical-align: top;
		background: 0 0;
		border: 1px solid #edaa38;
		box-shadow: none;
		text-transform: uppercase;
		min-width: 70px;
		padding: 5px !important;
		background: #edaa38;
		color: #fff;
		position: absolute;
		z-index: 999;
	}

	#minicart-content-wrapper .block-content {
		padding: 0 !important;
	}

	.contac_infor, .contact_right {
		width: 100% !important;
	}

	#mini-cart .product .product a.product-item-photo {
		width: 59px !important;
	}

	html .catalog-category-view .products_listing_grid.products.wrapper a.notifyme-btn {
		font-size: 11px !important;
	}

	.cms-mahashivratri .item.product.product-item.out-of-stock .product-item-inner .unavailable {
		border-radius: 40px !important;
		color: #fff !important;
		padding: 8px !important;
	}

	.block-minicart .subtotal {
		display: flex;
	}

	#mini-cart .product .product a.product-item-photo {
		width: 59px;
	}

	#mini-cart .product {
		display: flex;
		width: 100%;
	}
}

iframe#webpush-onsite {
	display: none !important;
}

#webklform#co-payment-form {
	width: 100%;
	float: left;
}

.MagicToolboxSelectorsContainer img {
	width: 88px;
}

.catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute:not(.shirt_size) label {
	min-width: 40px;
	border-radius: 100%;
}

@media (max-width: 767px) {
	.accordingsecton .accordion-container .set a {
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
		display: block;
		font-size: 16px;
		color: #cf4520;
		font-family: "Fedra Sans Book 5";
		font-weight: 500;
		background: #f5f0e5;
		padding: 10px 30px;
		border-radius: 3px;
		text-decoration: none;
		cursor: pointer;
	}

	.control._with-tooltip input {
		padding-right: 32px !important;
	}

	.checkout-index-index .page-main #checkout .field select {
		padding-right: 30px;
	}

	.field[name="shippingAddress.postcode"] label {
		line-height: 1.41;
	}

	.filter .filter-current {
		left: 21px !important;
		position: relative;
		z-index: 999;
		border: 1px solid #000;
		border-width: 1px 0;
	}
	.checkout-index-index .product-image-container {
		width: 53px !important;
	}
}

.catalog-category-view .category-view .category-image {
	display: none !important;
}

.field.subscription-type .option {
	height: auto;
	box-shadow: none;
}

@media (min-width: 768px) {
	.accordingsecton .accordion-container .set a {
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		transition: all .2s linear;
		display: block;
		font-size: 16px;
		color: #cf4520;
		font-family: "Fedra Sans Book 5";
		font-weight: 500;
		background: #f5f0e5;
		padding: 10px 30px;
		border-radius: 3px;
		text-decoration: none;
		cursor: pointer;
	}

	.account .block.block-collapsible-nav {
		width: 25% !important;
	}
}

@media (max-width: 425px) {
	div#product-options-wrapper .swatch-attribute-options {
		width: 100% !important;
	}

	div#product-options-wrapper .swatch-attribute-options label {
		min-width: 32px !important;
	}

	.product-options-wrapper .swatch-opt .swatch-attribute-label {
		width: auto !important;
	}
}

/* ----------- admin style ------------- */
#mini-cart .options {
    position: static;
    box-shadow: none;
    margin-top: -5px;
    display: block !important;
}
section.block.related .gudibuy {
    display: none !important;
}
.checkout-index-index .modal-popup #shipping-new-address-form .field select[name="country_id"]
{
	pointer-events: none !important;
    opacity: 0.5 !important;	
}
.buynow-button.aw-sarp2-hide {
    display: block !important;
}

@media (min-width: 768px){

    .catalog-product-view.new-pdp-design .product-media-info-section {
        max-width: 1100px;
        float: none;
        margin: 0 auto !important;
    }
        .catalog-product-view.new-pdp-design .fotorama__stage__frame .fotorama__img {
        top: 0;
        transform: translate(-50%, 0);
    }
    .catalog-product-view.new-pdp-design .product-media-info-section .product-icon{
        top: 0 !important;
        right: unset !important;
		left:0 !important;
    }
}
.menu-parent>a:hover,
.menu-parent>a{
    border-bottom: none !important;
}
.mega_menu_list ul li .menu-left .menu-links ul li{
    border-bottom: none !important;
}
.account .block.block-collapsible-nav ul li a.return-link {
    display: none !important;
}
.custom-dashboard-page .products-grid .product-item-info.outof-stock .product-item-actions .actions-primary>.stock.unavailable {
    background: #f9f9fb;
    max-width: 100%;
    white-space: normal;
    font-size: 13px;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px !important;
    border: 1px solid #e3e3e8;
    text-align: center;
    position: static;
    width: 100%;
}
@media (min-width: 768px){
    html .account .page-title-wrapper.aw-sarp2__title button[data-role=aw-sarp2-Back]{
        margin: 0 !important;
    } 
      .account.aw_sarp2-profile_edit-index .subsreption-title{
        margin-top: -39px;
    }
}
@media (max-width: 768px){
.account #maincontent .column.main .page-title-wrapper .block-collapsible-nav .content{
        top: 0 !important
    }
    .account.customer-address-form .form-address-edit{
        float: left;
    }
    
    .account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions button[data-role=aw-sarp2-Back]{
        margin-bottom: 0 !important;
    }
    .account.aw_sarp2-profile_edit-index .page-title-wrapper .aw-sarp2__actions{
        margin-bottom: 0 !important;
    }
    .account #maincontent .column.main .page-title-wrapper{
        float: left;
        width: 100%;
    }
    .account #maincontent .column.main .page-title-wrapper{
        float: left;
        width: 100%;
    }
.wishlist-index-index #wishlist-tabs ul{
        width: 100%;
    }
    .wishlist-index-index #wishlist-tabs .product-items .product-item .product-item-info .wishlist-inner-wrap .product-item-inner .product-item-actions .action.delete{
        left: unset !important;
    }
    .wishlist-index-index #wishlist-tabs .product-items .product-item img {
        width: 100%;
        margin: 0;
    }
}
html .account .page-title-wrapper.aw-sarp2__title button[data-role=aw-sarp2-Back]{
    position: relative;
    z-index: 1;
}
html .account .page-title-wrapper.aw-sarp2__title button[data-role=aw-sarp2-Back] span{
    font-size: 13px !important;
   
}
.sales-order-view.account .order-timeline,
.order-details-items.ordered .item-order-wrap .tbody{
    float: left;
    width: 100%;
    border: 1px solid #E3E3E8;
    border-radius: 10px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 1);
}
.sales-order-view.account .order-timeline{
    box-shadow: none;
margin-bottom: 20px;
}
.sales-order-view.account .page-title-wrapper span.order-status.processing, .sales-order-view.account .page-title-wrapper span.order-status.Processing,  .sales-order-view.account .page-title-wrapper span.order-status.Packed{
    background: #dbeafe !important;
    color: #1e40af !important;
}
.aw_sarp2-profile_edit-address .page-title-wrapper button.action.secondary {
    background: transparent !important;
}
 @media (max-width: 388px){
.account.sales-order-view .order-details-items.ordered .product-image img{
        max-width: 100% !important;
    }
}

    @media (max-width: 768px){
    .sales-order-view .order-details-items.ordered .product-actions a{
    padding: 11px 7px !important;
}
    .account.sales-order-view #maincontent .column.main .page-title-wrapper{
        position: relative;
    }
    }
.downloadable-customer-products.account #maincontent .column.main .page-title-wrapper h1,
.customer-account-edit.account #maincontent .column.main .page-title-wrapper h1,
.customer-account-index.account #maincontent .column.main .page-title-wrapper h1 {
    display: none !important;
}
.subscription-type label span {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Fedra Sans Book 5';
}
.brows-wishlst-button{
    display: none !important;
}
body .page-bottom .footernewsletter .block.newsletter, 
body:not(.cms-home) .page-bottom .footernewsletter{
    clear: both !important;
}
.account.downloadable-customer-products #maincontent .column.main .page-title-wrapper h1{
    display: none !important;
}
@media (max-width: 767px){
    .aw_sarp2-profile_edit-index .block.block-collapsible-nav {
        display: none !important;
    }
}

.account .toolbar.bottom {
    float: left;
    width: 100%;
}











.subscription-type label span {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Fedra Sans Book 5';
}
.minicart-wrapper .action.showcart.active:before, 
body .page-wrapper .minicart-wrapper .action.showcart:before{
    content: none !important;
    display: none !important;
}
.shipment-title {
    background: #e3e3e8;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
}
div#shipmentTitlesWrapper{
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.checkout-index-index .message{
    float: left;
    width: 100%;
}
#minicart-content-wrapper .actions .secondary a img {
    display: none !important;
}
@media (max-width: 767px){
.catalog-product-view.new-pdp-design .modal-popup.prar-form-popup .modal-inner-wrap{
max-height: 95%;
}
}
@media (max-width: 1566px) and (min-width: 768px){
    .catalog-category-view .block-content.filter-content{
        display: block !important;
    }
    .sidebar-main .filter-options{
        display: block !important;
    }
    .sidebar-main .filter-title strong{
        display: none;
    }
}
.checkout-index-index .logo {
    margin-left: auto !important;
}
.checkout-index-index .parent-container-wrap{
    height: auto !important;
}
.checkout-index-index .message{
    float: left;
    width: 100%;
}
.items.order-links .item:nth-child(2) {
    display: none;
}
.sales-order-creditmemo ul.items.order-links li:nth-child(2) {
    display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
    html .catalog-product-view.new-pdp-design .product-media-info-section .product.media{
        width: 48% !important;
    }
    html .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main{
        width: 50% !important;
    }
    }
.catalog-product-view.new-pdp-design .size-chart-models .action-close:after{
    background: url('/media/wysiwyg/size-chart/size-close.png') no-repeat center center;
    background-size: 100% !important; 
}
.size-question:after{
    background: url('/media/wysiwyg/size-chart/qa-arrow.png') no-repeat center center;
    background-size: 100% !important; 
}
.opc-block-summary .minicart-items .product.options{
    width: calc(100% - 40px);
}
.account .items.order-links .item:nth-child(2) {
    display: none;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li.actions a {
    margin: 0;
    float: left;
    width: 100%;
    color: #e8b55c;
    margin-bottom: 10px;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li.actions{
    flex-wrap: wrap;
}

.aw-sarp2-customer-subscriptions .col.products a{
    margin: 0;
    float: left;
    width: 100%;
    color: #e8b55c;
}
.aw-sarp2-customer-subscriptions .col.products span.quantity_level {
    min-width: 50px;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li{
    margin-bottom: 0;
    align-items: center;
    flex-wrap: wrap;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li a{
    color:#000;
    width: auto
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li .products_action{
    float: left;
    width: 100%;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products ul>li .products_action a{
    color: #a92611;
    font-weight: 700;
    margin-right: 10px;
}
.aw-sarp2-customer-subscriptions .col.products a{
    color: #000;
}
.aw_sarp2-profile_edit-index.account .aw-sarp2-customer-subscriptions .col.products.actions ul>li{
    margin-bottom: 0;
    flex-wrap: wrap;
}
.aw-sarp2-customer-subscriptions a {
    color: #a92611;
    font-weight: 700;
}
@media (max-width: 767px){
.open-login{
overflow: hidden !important;
}
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
        margin: 10px 0 20px !important;
        border-bottom: 1px solid #000;
    }
    .aw-sarp2-customer-subscriptions .col.products a{
        color: #000;
    }
    .aw_sarp2-profile_edit-index.account .data.table .col.actions{
        justify-content: flex-start;
    }
    .aw_sarp2-profile_edit-index.account .data.table .col.actions{
        margin-right: 10px;
    }
    .aw_sarp2-profile_edit-index.account .data.table .col.actions a {
        margin-right: 10px;
    }
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details{
    width: calc(100% - 100px) !important;
    float: right !important;
    padding-left: 0 !important;
}
.checkout-index-index .header.content .logo img{
    height: auto !important;
}
.opc-block-summary .minicart-items .product>.product-image-container {
    width: 60px !important;
    float: left;
}
.checkout-index-index .header.content .logo img{
    height: auto !important;
}
.page-products .rating-summary .rating-result{
    text-align: left !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:before{
    left: 0 !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a:after{
    right: 0 !important;
}
.cms-index-index .home-items.product-items li{
display: inline-block !important;
}
 .catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute:not(.shirt_size) label{
        font-size: 12px !important;
        }
        
        .header #mini-cart li .product a .product-image-container, .header #mini-cart .product .product a.product-item-photo{
            width: 120px !important
        }
        .page-header .header.panel .toppromo, .header-promo-slider.owl-carousel {
            float: left;
            width: 100%;
            overflow: hidden;
        }
        .header.content .nav-toggle{
            display: none !important;
        }
        @media (max-width: 1024px) and (min-width: 768px) {
            .catalog-product-view .product.media{
                width: 48% !important;
            }
            .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main{
                width: 50% !important;
            }

        }
.checkout-index-index .page-main .checkout-header .description{
display: block !important
}

.home-items.product-items li{
display: inline-block !important;
}

.checkout-index-index .page-main #checkout .checkout-billing-address .choice.field{
    display: block !important;
}


.amcheckout-additional-options.additional-options{
display: block !important;
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes{
width: 100% !important;
}

.checkout-index-index .page-main #checkout #co-shipping-form .field[name="shippingAddress.region_id"] label:after,
.checkout-index-index .page-main #checkout #shipping-new-address-form .field[name="shippingAddress.region_id"] label:after{
	content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
	font-weight: 400;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a{
    text-transform: capitalize;
}
.trackorder-index-view .field.email.required {
    display: none;
}
.trackorder-index-view .signup_link {
    display: none;
}
.trackorder-index-view .track-order-main{
max-width: 100%;
background: transparent;
}
form#track-form .fieldset:last-child {
    display: flex;
}


.trackorder-index-view .field.track.required{
margin-bottom:0;
width: 100%;
}
.trackorder-index-view p.msg-after-track-button {
    display: none;
}
.block-customer-track .form-track label.label{
   display: none;
}
.product-item .action.towishlist:before{
font-family: "FontAwesome";
}
.cms-index-index .product-item .action.towishlist:before{
font-family: 'luma-icons';
}
.account .form-wishlist-items li.product-item .product-item-name{
z-index: 1;
position: relative;
}
 .catalog-product-view.new-pdp-design #maincontent [id*="product-options-wrapper"] .text_type_attribute:not(.shirt_size) input[type="radio"].selected:checked + label {
    color: #fff !important;
}
.catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute:not(.shirt_size) .disabled + label {
    color: #000 !important;
}
    .checkout-index-index .page-main #checkout .field.addresses .shipping-address-items .shipping-address-item .edit-address-link{
        font-size: 13px;
    }
   .form.form-cart .cart.main.actions button.action.update {
    display: none !important;
}
.header.content .right-container-wrap .header.links .icon.wishlist-my-icon .wishlist.counter{
top: -9px;
right: -16px;
}
.account .form-wishlist-items li.product-item .product-item-info span.price{
font-family: 'Fedra Sans Book 5', 'Open Sans', sans-serif !important;
}
.toolbar.toolbar-products .toolbar-sorter.sorter select{
    margin-left: 5px;
}
.cms-offers-for-well-being .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    color: #000 !important;
}
.cms-offers-for-well-being .item.product.product-item.out-of-stock .product-item-inner .unavailable:hover {
    background: #fff !important;
}
.overflowed::-webkit-scrollbar-thumb{
    background: #ccc !important;
}
.overflowed::-webkit-scrollbar-thumb:hover {
    background: #ccc !important;
}
.amcheckout-step-container .amcheckout-summary-container .item-options dt:nth-child(3){
	display: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete{
	bottom: 20px !important;
}
.step-content.amcheckout-content button.action.action-show-popup {
    outline: none;
}
ul.header.links span.logged-in {
    display: none;
}
.review-customer-view .reviews-actions {
    display: none;
}
.aw_sarp2-profile_edit-item  .prar-prod-rating,
.aw_sarp2-profile_edit-item .related-category, 
.aw_sarp2-profile_edit-item .block.review-add {
    display: none;
}
.header-wrap {
    height: auto !important;
}
.aw_sarp2-profile_edit-item .product.media, 
.aw_sarp2-profile_edit-item .product-info-main {
    padding: 0 20px !important;
}
.aw_sarp2-profile_edit-item.catalog-product-view .page-main .breadcrumbs{
    order: 0;
}
.aw_sarp2-profile_edit-item .product.media{
    order: 1;
}
.aw_sarp2-profile_edit-item .product-info-main{
    order: 2;
}
.aw_sarp2-profile_edit-item.catalog-product-view .product-info-main .box-tocart .field.qty{
    box-shadow: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout{
    height: 32px;
    text-align: center;
    border: 0 !important;
    padding: 0 15px;
    font-weight: 400;
    background: #e8b55c !important;
    border: none !important;
    outline: none !important;
    font-size: 14px;
    line-height: 1;
 color: #fff;
}
.aw-sarp2__actions button.action.secondary{
	border: none;
}
html .checkout-index-index .modals-overlay {
    z-index: 9999 !important;
}
.cms-newsletter-subscription .row.footernewsletter {
    display: none !important;
}
.products_listing_grid.products.wrapper .product-reviews-summary-offers_list{
	display: block !important;
}
.catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a.write-review:after, .catalog-product-view.new-pdp-design .product-media-info-section .product-info-main .arar-review-summary .rating-links a.write-review:before{
    content: none !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer{
	display: flex;
}
.checkout-index-index .modal-popup.confirm .modal-footer button{
	display: block !important;
}
.landig-video-banner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 85px 25px;
}
.landig-video-banner .video-bg {
    width: 100%;
    height: auto;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}
.landig-video-banner .landig-video-col {
    max-width: 900px;
    position: relative;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 24px 24px -12px #0000005C;
    line-height: 0;
}
.landig-video-banner .video-poster {
    border-radius: 6px;
    cursor: pointer;
    height: auto;
    width: 100%;
    max-width: 900px;
}
.landig-video-banner .is-mobile {
    display: none;
}
.landig-video-banner .play-icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    transform: translate(-50%, -50%);
}
#banner-video-load {
    line-height: 0;
    max-height: 507px;
    display: none;
}
@media (max-width: 768px){
    .landig-video-banner {
        padding: 30px 0;
    }
    .landig-video-banner .video-poster {
        display: none;
    }
    .landig-video-banner .video-poster.is-mobile.banner-image {
        display: block;
    }
.play-icon img.video-poster {
    display: block;
}
    .landig-video-banner .play-icon {
        width: 64px;
height: 64px;
    }
#banner-video-load iframe {
    max-width: 100%;
    height: 239px;
}
    span.swatch-notify {
    top: -26px !important;
    margin-left: 0 !important;
    border: 1px solid red;
    padding: 4px !important;
    border-radius: 4px !important;
    width: max-content !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: unset !important;
    min-width: unset !important;
    color: #231f20 !important;
    font-size: 12px !important;
}
}
@media (max-width: 1366px){
.toolbartop{
width: 58% !important;
}
}
@media (max-width: 1200px) and (min-width: 1025px) {
    .toolbartop{
    width: 68% !important;
    }
}
@media (min-width: 768px){
div.MagicToolboxSelectorsContainer img{
max-width: 100% !important;
max-height: 100% !important;
}
.MagicZoom img {
    max-width: 100% !important;
    max-height: 100% !important;
}
.block.block-collapsible-nav{
	background: #f5f0e5;
}
body .page-header #mySidenav .menu-left{
    position: absolute !important;
}
#mySidenav .nav-main ul{
position: static !important;
}
.sections.nav-sections ul li.level0{
    position: static !important;
}
.page-header.headersticky .navigation ul{
    position: static !important;
}
.nav-container-wrap{
    overflow: visible !important;
}
header.page-header.headersticky .nav-container-wrap{
    z-index: 92;
}
.row-equal-columns.footer-container {
    padding-left: 15px;
    padding-right: 15px;
}
.account .toolbar .pages{
display: inline-block;
        position: static;
        width: auto;
}
}
@media (max-width: 767px){
.page-wrapper .page-header .panel.wrapper{
float:left;
width: 100%;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.contact-index-index aside.modal-popup.modal-slide._inner-scroll._show {
    top: 47px;
}
html .contact-index-index .modals-overlay {
    z-index: 998 !important;
}
.rudaksha-guide {
    background: transparent !important;
    min-height: unset !important;
}
div#basicsrudraksha .set.active .contentsecrtion {
    display: block !important;
}
.control._with-tooltip .field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.control._with-tooltip input {
    padding-right: 32px !important;
}
.checkout-index-index .page-main #checkout .field select{
	padding-right: 30px;
}
.field[name="shippingAddress.postcode"] label {
    line-height: 1.41;
}

.view-all-footer {
    position: relative;
    z-index: 999 !important;
}

.livesearch.product-result {
    grid-template-areas:
        "image productName"
        "image price" !important;
       grid-template-columns: 1fr 7fr;
    grid-template-rows: repeat(2, 1fr);
    column-gap: 16px;
    align-self: center;
    height: 80px;
    min-width: 192px;
    box-sizing: inherit;
    display: grid;
    padding: unset;
}
div#search_autocomplete .products-container a {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

div#search_autocomplete .products-container {
	display: flex !important;
	flex-wrap: wrap;
	grid-area: previews;   
    gap: 4px;
    padding: 16px 16px 0px;
    align-self: start;
}
.livesearch.products-container {
    max-height: 216px;
    overflow: auto;
    display: flex !important;
    flex-wrap: wrap;
}
.livesearch.popover-container{
	grid-template:
        "suggestions previews" 1fr
        "viewall viewall" 36px / auto 3fr !important;
}
.account .form-newsletter-manage {
    clear: both;
}
.field-tooltip .field-tooltip-content{
	max-height: 138px;
	overflow: auto;
}
.checkout-index-index .modal-popup.new-shipping-address-modal .modal-footer .action-save-address{
	display: block !important;
	width: 125px !important;	
}
.opc-block-summary.amcheckout-summary-container p.step-title {
    margin-top: 20px !important;
    float: left;
}
.checkout-payment-method .payment-option{
	margin: 0 !important;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .form.form-shipping-address label {
    line-height: 1;
    clip: unset;
    width: auto;
    height: auto;
}
body.filter-active .columns{
position: static !important
}
.catalog-product-view.new-pdp-design .main {
    padding-top: 0 !important;
}
.account .form.form-edit-account .field, .account .form-address-edit .field{
	position: relative;	
}
.account label.label[for="assistance_allowed_checkbox"] {
    padding-right: 20px;
}
.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: -3px;
}
.field-tooltip .field-tooltip-content{
	width: 156px !important;
}
.livesearch.popover-container{
max-height: 258px !important;
}
.account .form-wishlist-items li.product-item .product-item-actions .action.delete span:after{
    color: #000;
}
.catalog-product-view.new-pdp-design #size-chart:before{
    content: none !important;
}
.account.review-customer-view .customer-review.view .review-details, 
.account.review-customer-view .customer-review.view .product-details {
    width: 100% !important;
}
.account.review-customer-view .customer-review.view .product-details .product-info{
    float: left;
    width: 100% !important;
}
.products_listing_grid.products-grid .product-item{
width: 47% !important;
}
.account #maincontent .column.main .page-title-wrapper span{
	font-size: 15px;
}
html .account .page-main{
	padding-top: 0 !important
}
.block.block-collapsible-nav ul li a:empty {
    display: none;
}
.account #maincontent .column.main .page-title-wrapper span.delimiter {
    display: none;
}
.block.block-collapsible-nav ul li{
	padding-top: 0;
	margin-top: 0 !important;
}
     .checkout-index-index .page-main #checkout #shipping-new-address-form .field {
        width: 50%;
    }
.catalog-category-view .products-grid .product-item{
width: 47%;
}
.checkout-index-index .page-main #checkout .field.street .field {
    width: 100% !important;
}
.checkout-index-index .page-main #checkout #shipping-new-address-form .field:nth-child(3){
width: 100%;
}
body aside.modal-popup.confirm._show {
    z-index: 99999 !important;
}
.checkout-index-index .column.main {
    padding-left: 15px;
    padding-right: 15px;
}
.cms-terms-conditions .column.main p, .cms-privacy-policy-cookie-restriction-mode .column.main p, .cms-faq .column.main p, .cms-ordermanagementfaq .column.main p, .cms-shipping_policy_faq .column.main p, .cms-shipping-policy .column.main p, .cms-sso-faq .column.main p, .cms-subscriptionfaq .column.main p, .cms-shipping-policy .column.main p, .cms-accountmanagementfaq .column.main p{
font-size: 16px;
}
.cms-sso-faq main#maincontent {
    padding: 0 15px;
}
.cms-newsletter-subscription .row.footernewsletter {
    display: none !important;
}
    .minicart-wrapper .update-cart-item {
        float: right;
        font-size: 1.1rem;
        margin-left: 5px;
        vertical-align: top;
        background: 0 0;
        border: 1px solid #edaa38;
        box-shadow: none;
        text-transform: uppercase;
        min-width: 70px;
        padding: 5px !important;
        background: #edaa38;
        color: #fff;
        position: absolute;
        z-index: 999;
    }

#minicart-content-wrapper .block-content{
padding:0 !important;
}
.contac_infor, .contact_right {
    width: 100% !important;
}
#mini-cart .product .product a.product-item-photo {
    width: 59px !important;
}
html .catalog-category-view .products_listing_grid.products.wrapper a.notifyme-btn{
font-size: 11px !important;
}
.cms-mahashivratri .item.product.product-item.out-of-stock .product-item-inner .unavailable {
    border-radius: 40px !important;
    color: #fff !important;
    padding: 8px !important;
}
.block-minicart .subtotal{
display: flex;
}
#mini-cart .product .product a.product-item-photo {
    width: 59px;
}
#mini-cart .product{
display: flex;
width: 100%;
}
}
iframe#webpush-onsite {
    display: none !important;
}

#webklform#co-payment-form {
    width: 100%;
    float: left;
}
.MagicToolboxSelectorsContainer img {
    width: 88px;
}
	.catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute:not(.shirt_size) label{
		min-width: 40px;
		border-radius: 100%; 
	}
@media (max-width: 767px){
.control._with-tooltip .field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}

.accordingsecton .accordion-container .set a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    font-size: 16px;
    color: #cf4520;
    font-family: "Fedra Sans Book 5";
    font-weight: 500;
    background: #f5f0e5;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
.control._with-tooltip input {
    padding-right: 32px !important;
}
.checkout-index-index .page-main #checkout .field select{
	padding-right: 30px;
}
.field[name="shippingAddress.postcode"] label {
    line-height: 1.41;
}
.filter .filter-current {
        left: 21px !important;
        position: relative;
        z-index: 999;
        border: 1px solid #000;
        border-width: 1px 0;
    }
		.opc-block-summary.amcheckout-summary-container .product-item-details{
		padding-left: 20px !important;
		}
		.checkout-index-index .product-image-container {
			width: 53px !important;
		}
	}
.catalog-category-view .category-view .category-image{
display: none !important;
}
.field.subscription-type .option {
    height: auto;
    box-shadow: none;
}
@media (min-width: 768px){
.accordingsecton .accordion-container .set a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    font-size: 16px;
    color: #cf4520;
    font-family: "Fedra Sans Book 5";
    font-weight: 500;
    background: #f5f0e5;
    padding: 10px 30px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
.account .block.block-collapsible-nav{
width: 25% !important;
}
}
@media (max-width: 425px){
    div#product-options-wrapper .swatch-attribute-options{
        width: 100% !important;
    }
    div#product-options-wrapper .swatch-attribute-options label{
        min-width: 32px !important;
    }
.product-options-wrapper .swatch-opt .swatch-attribute-label{
width: auto !important;
}
.catalog-product-view.new-pdp-design #maincontent [id*=product-options-wrapper] .text_type_attribute.shirt_size label{
height: 32px !important;
font-size: 13px;
}
}

.holiday-bundle img {
    width: 100%;
    border-radius: 10px;
}
.holiday-bundle .block.widget .product-item-info,
.products_listing_grid.products.wrapper .products.list .product-item-info .product-image-container{
    border-radius: 10px;
    overflow: hidden;
}
.holiday-bundle .product-image-photo{
    border-radius: 0;
}