/* menu section */
* {
  box-sizing: border-box;
}
nav {
  background-color: white;
}
.menu-wrapper .menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
  position: relative;
  padding: 0;
  margin: 0;
}
.sections.nav-sections {
  margin: 0;
}
.menu-wrapper .menu a {
  text-decoration: none;
  color: black;
  font-size: 20px;
  padding: 10px;
}
.menu-wrapper .menu li {
  margin: 0;
}
.dropdown-section {
  width: 20%;
  text-align: left;
}
.dropdown-section h4 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
}
.dropdown-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-wrapper .menu .dropdown-section ul li {
  margin-bottom: 10px !important;
  padding: 0;
  line-height: initial;
}
.menu-wrapper .menu .dropdown-section ul li a {
  text-decoration: none !important;
  line-height: inherit;
  color: #040404 !important;
  padding: 0 !important;
  font-size: 17px !important;
}
.menu-wrapper .menu .dropdown-section ul li a:hover {
  color: gray;
}
.new {
  color: red;
  font-size: 12px;
  margin-left: 5px;
}
.sale-img {
  width: 150px;
}
.dropdown-image img {
  width: 250px;
  height: auto;
}
.logo {
  margin: 0 auto !important;
  position: sticky;
  transform: translate(-50%, 0);
  left: 50%;
}
.logo img {
  width: 300px;
}

/* issue fixed */
.mp-banner-slider .owl-dots {
  left: 0 !important;
}
.qty_change .decreaseQty,
.qty_change .increaseQty {
  border-right: 0px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #c2c2c2;
  padding: 7px 0px;
  position: absolute;
  z-index: 55;
  width: 25px;
  border: 0 !important;
  color: #000;
  background-color: transparent;
  position: static !important;
}
.box-tocart .qty_change input.input-text.qty {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.product-info-main .box-tocart .action.tocart {
  width: 100%;
  margin: 0;
}
.product-info-main .box-tocart .field.qty .control input {
  border: 0;
}
.product-info-main .box-tocart .field.qty {
  width: 110px;
  line-height: initial;
  height: max-content;
}
.box-tocart {
  margin-bottom: 0;
}
.catalog-product-view .mageprince-buynow {
  display: block;
}
.catalog-product-view .mageprince-buynow button {
  width: 100% !important;
  text-transform: uppercase;
  font-size: 14px !important;
  padding: 16px !important;
  background: transparent !important;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Work_Sans_Light", sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  color: #000 !important;
  border-radius: 10px;
}
.you_may_also_like_slider_new .slick-slide,
.recently_products .slick-slide {
  margin: 0 3px;
  /* Adjust the value for desired gap */
}
#recentyview-slider,
.you_may_also_like_slider_new {
  padding: 0 !important;
}
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-prev,
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-next,
.recently_products .slick-slider .slick-arrow.slick-prev,
.recently_products .slick-slider .slick-arrow.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-radius: 50%;
  background: #fff !important;
  width: 40px;
  height: 40px !important;
  opacity: 1;
  top: 40%;
}
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-prev,
.recently_products .slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-next,
.recently_products .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-prev:before,
.you_may_also_like_slider_new.slick-slider .slick-arrow.slick-next:before,
.recently_products .slick-slider .slick-arrow.slick-prev:before,
.recently_products .slick-slider .slick-arrow.slick-next:before {
  content: "\e876";
  font-family: "Linearicons";
  font-size: 14px;
  padding: 0;
}
.product-items.recentyview-slider-div.slick-slider .slick-slide .product-item {
  max-width: 100% !important;
}
.easy_div ul {
  display: flex;
  margin-top: 30px;
  padding: 0;
  margin-bottom: 0;
  flex-direction: column;
  grid-gap: 6px;
}
.easy_div ul li {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  font-size: 14px;
  margin: 0;
}
/* .easy_div ul li:nth-child(2){
  border-left: 1px solid #CCCCCC;
}
*/
.easy_div ul li span {
  display: flex;
}
.menu-wrapper .menu h4 a {
  padding: 0 !important;
}
.page-header .minicart-wrapper a.showcart.action .counter.qty {
  padding: 0;
}
.swatch-option.text {
  box-sizing: border-box;
}
.catalog-product-view .page-main .breadcrumbs {
  margin: 0;
}

.new-collection-pages.paddinglr {
  overflow: hidden;
}

.new-collection-inr {
  flex-wrap: initial !important;
  grid-gap: 10px;
}
.new-collection-inr .new-collection-box {
  width: 19%;
  flex-shrink: 0;
}
.discount-slider {
  display: flex;
  overflow: hidden;
  grid-gap: 20px;
}
.discount-slider li {
  flex-shrink: 0;
  width: 100%;
}

.amshopby-slider-container.-default .am-slider {
  position: relative;
}

.register-container .login-title {
  display: none;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  list-style: none;
}
.filter-options input[type="checkbox"] + .amshopby-choice {
  top: 9px !important;
}
.filter-options-title {
  padding-left: 0 !important;
}
.filter-options-item
  .filter-options-content
  .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  padding: 0;
}
.am-filter-go {
  background: #000;
}
.am-filter-go:hover {
  opacity: 0.9;
  background: #000;
  border: 1px solid #000;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  position: absolute;
  z-index: 999;
  top: 3px;
}
body.page-products.page-layout-2columns-left
  .products.products-grid
  .product-item
  .product-item-name {
  text-align: center;
}
.products.grid.products-grid .product-item .price-box {
  flex-wrap: wrap;
  margin-top: 15px;
}
.products.grid.products-grid .product-item .price-box .special-price,
.products.grid.products-grid .product-item .price-box .normal-price {
  display: flex;
  align-items: center;
}
.products.grid.products-grid .product-item .old-price .price-wrapper .price {
  text-decoration: line-through;
  color: #040404;
}
.products.grid.products-grid .product-item .old-price {
  margin-left: 10px !important;
  position: relative;
  left: -10px;
}
.products.grid.products-grid .product-item .price-box .price-container {
  display: flex;
  align-items: center;
}
.products.grid.products-grid .product-item .price-box .percentage {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.page-products .products-grid .product-item-info,
.page-products .products-grid .product-item-info {
  border: 1px solid transparent;
}
.page-products .products-grid .product-item-info:hover,
.page-products .products-grid .product-item-info.active {
  box-shadow: none;
  border: 1px solid transparent;
  margin: 0;
  padding: 0;
}
.page-products .product-item-info a {
  position: relative;
  display: block;
}
body.page-products.page-layout-2columns-left
  .products.products-grid
  .product-item
  .new_tag.new {
  margin: 0;
}
body.page-products.page-layout-2columns-left
  .products.products-grid
  .product-item {
  width: calc(25%);
  margin-left: 0 !important;
  border: 0 !important;
}
body.page-products.page-layout-2columns-left
  .products.products-grid
  .product-item
  a.action.towishlist {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 99;
}
body.page-products.page-layout-2columns-left
  .products.products-grid
  .product-item
  a.action.towishlist::before {
  font-family: "Linearicons";
  speak: none;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  content: "\E813" !important;
  right: 0;
  z-index: 9999;
}
.customer-account-login
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .loginSpriteRow,
.customer-account-create
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .loginSpriteRow,
.customer-account-forgotpassword
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .loginSpriteRow,
.customer-account-login
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .loginSpriteRow,
.customer-account-create
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .loginSpriteRow,
.customer-account-forgotpassword
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .loginSpriteRow,
.customer-account-login
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .passWordShowHide,
.customer-account-create
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .passWordShowHide,
.customer-account-forgotpassword
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .controls
  .passWordShowHide,
.customer-account-login
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .passWordShowHide,
.customer-account-create
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .passWordShowHide,
.customer-account-forgotpassword
  .page-wrapper
  #maincontent
  .columns
  .fieldset
  .field
  .control
  .passWordShowHide {
  box-sizing: border-box;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc !important;
}

.cart-container .cart.table-wrapper tbody .actions-toolbar {
  padding: 0;
}

.checkout-cart-index
  .cart-container
  .cart.table-wrapper
  tbody
  .actions-toolbar
  > .action-delete {
  display: none;
}

.account #maincontent .columns .column.main .customDashboardMenu .menu,
.guesttrack-index-index
  #maincontent
  .columns
  .column.main
  .customDashboardMenu
  .menu,
.sales-guest-view #maincontent .columns .column.main .customDashboardMenu .menu,
.sales-guest-form
  #maincontent
  .columns
  .column.main
  .customDashboardMenu
  .menu {
  box-sizing: border-box;
}

.product-info-main .product-add-form {
  padding-top: 0 !important;
}

#recentyview-slider.slick-slider,
.you_may_also_like_slider_new.slick-slider {
  display: block;
}

#recentyview-slider.slick-slider .slick-dots,
.you_may_also_like_slider_new.slick-slider .slick-dots {
  position: relative;
  margin-top: 20px;
}
.similar-products.products-grid .slick-dots li,
#recentyview-slider.slick-slider .slick-dots li {
  width: 8%;
  height: auto;
  margin: 0;
}
.similar-products.products-grid .slick-dots li button,
#recentyview-slider.slick-slider .slick-dots li button {
  width: 100%;
  height: 2px;
  padding: 0;
}
.similar-products.products-grid .slick-dots li button::before,
#recentyview-slider.slick-slider .slick-dots li button::before {
  width: 100%;
  height: max-content;
  opacity: 1 !important;
}
.similar-products.products-grid .slick-dots li button,
#recentyview-slider.slick-slider .slick-dots li button {
  width: 100%;
  height: 2px;
  background: #d7d7d7;
  border-radius: 0 !important;
  height: 2px !important;
}
.similar-products.products-grid .similar-product-grid li.slick-active button,
#recentyview-slider.slick-slider .slick-dots li.slick-active button {
  background: #000 !important;
}
.similar-products.products-grid .similar-product-grid li button:hover,
#recentyview-slider.slick-slider .slick-dots li button:hover {
  border: 0 !important;
  background: #000;
}
.similar-products.products-grid .slick-dots li button:before,
#recentyview-slider.slick-slider .slick-dots li button:before {
  height: initial;
}
.page-products.page-layout-2columns-left .product-image-container {
  aspect-ratio: initial !important;
}
.page-header {
  z-index: 99999;
}
.am-filter-items-primary_colour.swatch-attribute.swatch-layered.primary_colour {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

#m-cookienotice.v-bar.v-top {
  z-index: 999999;
}

.featured-logo-slider .slick-slide {
  margin-right: 15px;
}

.featured-logo-slider .slick-list {
  margin-left: -15px;
  overflow: visible;
}
.featured-logo-slider .slick-list .slick-track {
  overflow: visible;
}

body#onestepcheckout-page .details-qty .field {
  width: 80px !important;
}

#onestepcheckout-page .fieldset.address {
  margin: 0 -10px;
}
.opc-block-summary .minicart-items-wrapper {
  padding-right: 0;
}
body#onestepcheckout-page .product-item-details .fa {
  right: 20px;
}
#onestepcheckout-page .opc-block-summary {
  margin: 0;
  padding: 0 !important;
}
form#discount-form {
  display: flex;
  flex-wrap: wrap;
}
form#discount-form .payment-option-inner {
  width: 70% !important;
}
#onestepcheckout-page #discount-form .actions-toolbar {
  width: 30% !important;
}
.payment-option._collapsible.opc-payment-additional.discount-code
  .payment-option-content {
  display: block !important;
}
#onestepcheckout-page #opc-sidebar .payment-option-title .action-toggle:before {
  display: none !important;
}
#onestepcheckout-page #opc-sidebar .payment-option-title .action-toggle {
  color: #000000 !important;
  font-weight: bold;
}
form#discount-form .payment-option-inner input,
#onestepcheckout-page #discount-form .actions-toolbar button {
  height: 40px;
  padding: 0 6px;
}
.payment-option._collapsible.opc-payment-additional.discount-code{
  margin-bottom: 10px!important;
  padding-bottom: 20px!important;
}
#onestepcheckout-page #opc-sidebar .newsletter-subscribe{
  margin-bottom: 40px!important;
}
body#onestepcheckout-page .table-checkout-shipping-method tr.row{
  margin: 0 0 0 -6px !important;
}
.opc-block-summary .product-item .product-item-name-block .fa-edit::before{
  font-size: 0!important;
  background: none!;
}
/* #onestepcheckout-page #opc-sidebar .payment-option._active .payment-option-title .action-toggle:before{
  transform: rotate(180deg);
} */

.menu-wrapper .menu li.women_wear_menu h4{
  font-weight: 400;
}


.product-info-main .box-tocart .action.tocart{

  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0 !important;
}


.amsearch-input-wrapper .amsearch-button.-close { 
  display: none;
}

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

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

#registerfrom .btn-primary{
  background: #000000 !important;
  opacity: 1;
  box-shadow: none;
  text-transform: lowercase;
  border-radius: 10px !important;
  height: 45px;
}

#loginfrom .form-group #moerror{
  margin: 0;
  font-size: 12px;
}
#onestepcheckout-page .fieldset.address > .field.choice .checkbox{
  padding: 0;
    height: auto !important;
    border-radius: 0;
    width: 15px;
    height: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#onestepcheckout-page input[type="checkbox"]:checked::after{
  font-size: 9px!important;
  background: transparent;
  color: #fff;
  margin: 0!important;
}
#onestepcheckout-page input[type="checkbox"]:checked{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.billing-address-same-as-shipping-block.field.choice{
  grid-gap: 7px;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 10px;
}
#onestepcheckout-page input[type="checkbox"]{
  margin: 0!important;
}
#onestepcheckout-page .fieldset.address > .field.save-address{
  display: flex;
  align-items: center;
  width: 100%;
  flex: 100%;
  grid-gap: 10px;
}
body#onestepcheckout-page .fieldset.address .field .label,
#onestepcheckout-page .newsletter-subscribe label{
  position: relative;
}
#onestepcheckout-page #opc-sidebar .newsletter-subscribe .control{
  display: flex;
  grid-gap: 10px;
}
#onestepcheckout-page .fieldset.address > .field.choice .label[for="shipping-save-in-address-book"] span{
  line-height: normal;
  display: flex;
  margin-left: 8px;
  margin-top: 1px;
}
#onestepcheckout-page .newsletter-subscribe label[for="newsletter-subscribe"]{
  position: relative;
  top: 3px;
}
.modal-slide .action-close:before{
  color: #b2b2b2!important;
}
.cart-summary .checkout-methods-items #procede-to-ck-btn{
  width: 100%;
  height: 42px;
  border-radius: 10px;
  background: #000!important;
  text-transform: lowercase;
}
body#onestepcheckout-page .opc-wrapper .field .control input[type=text], body#onestepcheckout-page .opc-wrapper .field .control input[type=email], body#onestepcheckout-page .opc-wrapper .field .control input[type=number], body#onestepcheckout-page .opc-wrapper .field .control select, body#onestepcheckout-page .checkout-payment-method .ccard .month .select, body#onestepcheckout-page .checkout-payment-method .ccard .year .select{
  height: 45px;
}
form#discount-form .payment-option-inner input, #onestepcheckout-page #discount-form .actions-toolbar button{
  height: 45px;
}
form#discount-form .payment-option-inner input{
  border-radius: 10px 0 0 10px;
}
#onestepcheckout-page #discount-form .actions-toolbar button{
  border-radius: 0 10px 10px 0;
}
body#onestepcheckout-page .place-order .button{
  height: 45px;
}
.opc-wrapper .action-show-popup{
  height: 45px;
  border-radius: 10px;
  background: #000!important;
  border: 0;
}
body#onestepcheckout-page .place-order .button{
  border-radius: 10px;
}
#regisotpfrom + .error{
  float: none!important;
}
.amsearch-result-section:not(.-small){
  border: 0;
}
.product-info-main .box-tocart .field.qty{
  position: relative;
}

.product-info-main .box-tocart .field.qty #qty-error{
  position: absolute;
  left: 0;
  right: 0;
  width: 270px;
  bottom: -24px;
}
.sparsh-buynow-view{
  margin-top: 30px!important;
}
.cart-empty a{
  color: #007aff;
}
.cart-empty a:hover{
  text-decoration: underline;
}
.main_button_sec{
  display: flex;
  grid-gap: 20px;
}
.login-pop.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrombtn{
  width: 50%;
}
.login-pop.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn{
  width: 50%;
  height: max-content;
}
.login-pop.modal-popup .modal-inner-wrap .modal-content #popup-modal-main #loginfrom .new-btn #loginpasswordbtn{
  width: 100%;
  height: 45px;
}
#loginwithpasswordfrom .forgot_password{
  font-size: 12px;
  display: block;
  margin-top: 10px;
  display: inline-block;
  color: #000;
  font-weight: 500;
}

.account #maincontent .columns .column.main .customDashboardLogoutBtn{
  padding: 0!important;
}

.account #maincontent .columns .column.main .customDashboardLogoutBtn a{
  display: block;
  padding: 15px;
}

.you_may_also_like_slider_new .product.details.product-item-details{
  height: 110px;
}

.you_may_also_like_slider_new .product.name a,
.recently_products .product-item-name .product-item-link{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}

.recently_products .product-item-details .rel-special{
  width: 100%;
  height: 0;
}

@media (max-width: 768px) {
  #onestepcheckout-page .checkout-payment-method .payment-method-content{
    display: none;
  }
  #checkout-shipping-method-load thead{
    display: none;
  }
  .checkout-shipping-address .clearfix{
    display: none;
  }
  #onestepcheckout-page #opc-sidebar .payment-option{
    border: 0!important;
  }
  form#discount-form .payment-option-inner input{
    font-size: 12px!important;
  }
  .product-info-main .box-tocart .field.qty #qty-error{
    left: initial;
    text-align: right;
  }
  .login-pop.modal-popup .modal-content{
    padding: 0;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap{
    min-height: inherit!important;
  }
  .login-pop{
    left: 0!important;
    padding: 0 15px;
  }
  .page-header .minicart-wrapper a.showcart.action .counter.qty{
    right: 2px !important;
    left: inherit !important;
    width: 14px;
    height: 18px;
    line-height: 14px;
    padding: 0;
    font-size: 12px;
    top: -12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header .link.wishlist .counter{
    right: -7px !important;
    left: inherit !important;
    width: 18px;
    height: 18px;
    line-height: 14px;
    padding: 0;
    font-size: 12px;
    top: -8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #onestepcheckout-page .fieldset.address{
    margin: 0!important;
  }
  .dropdown-image img{
    width: 160px;
  }
  .saree_collections_menu .dropdown-section > h4.mobileBold{
    font-weight: bold;
  }
  .mobile_toggle_section ul{
    display: none;
  }
  .mobile_toggle_section h4{
    padding-right: 10px;
  }
  .mobile_toggle_section h4 a{
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .mobile_toggle_section ul{
    padding-left: 10px;
  }
 .mobile_toggle_section h4 .sub_mobile_toggle:before{
    content: "\f067";
    font: normal normal normal 14px / 1 "FontAwesome";
  }
  .mobile_toggle_section h4.active .sub_mobile_toggle:before{
    content: "\f068";
    font: normal normal normal 14px / 1 "FontAwesome";
  }
  .featured-logo-main .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #d6d6d6;
    background: white;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  .featured-logo {
    overflow: hidden;
  }
  .featured-logo-main .slick-dots li button {
    display: none;
  }
  .featured-logo-main .slick-dots li.slick-active {
    border: 1px solid #000;
    background: #000000;
  }
  .featured-logo-main .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featured-logo-slider .slick-list {
    width: 100%;
  }
  .featured-logo-slider .slick-list .slick-slide > div {
    box-shadow: #3c40434d 0 1px 2px, #3c404326 0 2px 6px 2px;
    padding: 20px;
    background: #fff;
  }
  body:has(.disctount-slide)
    .product-info-main
    .product-options-bottom
    .box-tocart {
    bottom: 9px !important;
  }
  #onestepcheckout-page .place-order {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 2px 3px 12px 5px #cdcdcd;
  }
  body#onestepcheckout-page .place-order .button {
    margin: 0;
  }
  .products.grid.products-grid .product-item .price-box {
    display: flex !important;
  }
  .easy_div ul {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  section.col-sm-12.new_arrivals_sec.remove.bg {
    overflow: hidden;
  }
  #onestepcheckout-page .fieldset.address > .field {
    border: 0 !important;
  }
  #onestepcheckout-page .opc-wrapper .form-login,
  #onestepcheckout-page .opc-wrapper .form-shipping-address,
  #onestepcheckout-page .opc-wrapper .methods-shipping {
    padding: 0 !important;
  }
  #onestepcheckout-page .fieldset.address > .field {
    flex: 100% !important;
    margin-bottom: 15px !important;
  }
  body#onestepcheckout-page .table-checkout-shipping-method tr.row {
    margin: 0 5px !important;
  }
  body#onestepcheckout-page .table-checkout-shipping-method tr.row .radio {
    margin-top: 0;
    position: relative;
    top: 3px;
  }
}
.countdown-main .container{
  display: flex;
  justify-content: inherit;
  overflow: hidden;
}
.countdown-main .container .slid-item-tag{
  display: flex;
  justify-content: center;
  align-items: center;
}
#scroll-to-top .scrollup{
  width: 45px;
  height: 45px;
  line-height: 45px;
}

/* responsive */
@media (max-width: 767px) {
  .column.main .product.data.items > #manufacturing-info\.tab tbody{
    display: block;
  }
  #scroll-to-top .scrollup{

  }
  #recentyview-slider{
    overflow: hidden;
  }
  .gallery-placeholder._block-content-loading img{
    height: 132vw!important;
    width: 100%;
  }
  .ccavenuepay_frontend_logo{
    width: 100%!important;
  }
  .sub-dropdown-account{
    right: 15px!important;
  }
  .checkout-cart-index .footer.content{
    margin-bottom: 70px;
  }

  .modal-slide._inner-scroll .modal-footer .action-hide-popup{
    display: none;
  }
  .modal-popup .action-close, .modal-slide .action-close{
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 18px !important;
    right: 31px!important;
  }
  #onestepcheckout-page._has-modal  .place-order{
    z-index: 0;
  }
  .you_may_also_like_slider_new.slick-slider .slick-arrow.slick-prev, .you_may_also_like_slider_new.slick-slider .slick-arrow.slick-next, .recently_products .slick-slider .slick-arrow.slick-prev, .recently_products .slick-slider .slick-arrow.slick-next{
    display: none!important;
  }
  .page-header .header.content{
    display: none;
  }
  .cms-about-navyasa .about-info-rightbtm,
  .cms-sustainability .about-info-rightbtm {
    transform: initial !important;
  }
  .catalog-category-view .category-description {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .page-products .columns {
    padding: 0;
  }

  .mp-banner-slider .owl-dots {
    box-sizing: border-box;
    height: 24px;
    top: initial !important;
  }

  .you_may_also_like_slider_new .slick-list,
  .recently_products .slick-list {
    margin: 0 -3px;
  }
  .column.main .product.data.items {
    padding: 0 10px !important;
    box-sizing: border-box;
  }
  .product-info-main .product-info-price .price-box {
    padding-left: 0;
  }
  .product-info-main .product-info-price .price-box .price-container .price {
    padding-left: 0 !important;
  }
  .product-info-main {
    padding-top: 0 !important;
  }
  .mageprince-buynow {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px !important;
    width: 50%;
    z-index: 9;
    box-sizing: border-box;
  }
  .product-info-main .box-tocart .fieldset .actions,
  .catalog-product-view .mageprince-buynow button {
    box-sizing: border-box;
  }
  .catalog-product-view .mageprince-buynow button {
    padding: 12px !important;
  }
  .sparsh-buynow-view #product-sparsh-buynow-button .page-products .columns {
    padding-top: 0;
  }
  .page-products .product-item-info {
    width: 100%;
  }
  .page-header {
    padding: 15.5px 0;
  }
  .page-header .header.content {
    box-shadow: none;
  }
  .logo img {
    width: 120px !important;
    display: block;
    height: auto;
  }
  .desktop-banner.mobile {
    display: block;
  }
  .cms-home .desktop-banner.desktop {
    display: none;
  }
  .menu-wrapper .menu {
    display: block;
  }
}
@media (min-width: 768px) {
  


.sparsh-buynow-view #product-sparsh-buynow-button{
  height: 52px;
  border-radius: 15px;
}

  body#onestepcheckout-page #welcome,
  body#onestepcheckout-page #payment,
  body#onestepcheckout-page #shipping,
  body#onestepcheckout-page #opc-shipping_method,
  body#onestepcheckout-page #opc-sidebar,
  body#onestepcheckout-page li.step {
    border: solid 0.5em #f1f1f1;
  }
  #onestepcheckout-page .page-main {
    padding: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100% !important;
  }
  .logo {
    line-height: 94px;
    display: inline-flex;
    align-items: center;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 200px !important;
  }
  .amsearch-input-wrapper .amsearch-input:focus {
    border: 2px solid #000 !important;
  }
  .amsearch-input-wrapper:has(.amsearch-input:focus) .amsearch-button {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 36px;
    box-shadow: none;
    background-color: black;
    position: absolute;
    background-size: 17px;
    opacity: 1;
  }
  .amsearch-input-wrapper .amsearch-input {
    border: 0;
    border-radius: 0 !important;
    padding: 0 10px;
    border-bottom: 1px solid black;
  }
  .page-header .amsearch-wrapper-block {
    display: inline-flex;
  }
  .page-header .panel.wrapper {
    background-color: #fff !important;
  }
  .page-header .panel.wrapper {
    display: flex;
    justify-content: end;
    padding: 8px 1px 0px !important;
  }
  .menu-wrapper nav {
    background: #fff !important;
    text-align: center;
    width: 100%;
    margin-bottom: 3px;
    border-bottom: 1px solid gainsboro;
    box-shadow: 0 6px 6px -6px #8b8787;
  }
  .page-header .header.content {
    box-shadow: none;
  }
}
@media (max-width: 1024px) {
  .product-info-main .box-tocart {
    box-sizing: border-box;
  }
  .fotorama--fullscreen {
    background: #ffffff !important;
  }
  .products.grid.products-grid .product-item .price-box .normal-price {
    justify-content: center;
  }
  .menu-wrapper .menu {
    display: block;
  }
  .menu-wrapper .menu li {
    text-align: left;
  }

  .amsearch-wrapper-block {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px;
    background: #fff;
  }
  .amsearch-wrapper-block.active {
    display: block;
  }
  .page-header .panel.wrapper .search_icon {
    position: absolute;
    top: 9px;
    left: 44px;
    display: inline-block;
    z-index: 9;
  }
  .page-header .panel.wrapper .search_icon::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    content: "\e615";
    font-family: "luma-icons";
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .logo .desktop-logo {
    display: none;
  }
  .page-header .amsearch-wrapper-block:before {
    display: none;
  }
  .menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    background: #f0f0f0;
    left: -9999px;
    width: 80%;
    transition: 0.4s;
  }
  .menu-wrapper.active {
    left: 0;
    min-height: 100%;
    overflow: scroll;
  }
  .overlay_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: none;
  }
  .overlay_menu.active {
    display: block;
  }
  .menu-wrapper .menu {
    background: #fff;
  }
  .menu-wrapper .menu li {
    padding: 15px;
    position: relative;
  }
  .menu-wrapper .menu a {
    background: transparent !important;
    font-size: 1.4rem;
    position: initial;
    padding: 0;
  }
  .menu-wrapper .menu > li > a {
    font-weight: bold;
  }
  .dropdown-section h4 {
    font-weight: normal;
  }
  .menu-wrapper .menu .mobile_toggle:before {
    content: "\f067";
    font: normal normal normal 14px / 1 "FontAwesome";
  }
  .menu-wrapper .menu li.active .mobile_toggle:before {
    content: "\f068";
    font: normal normal normal 14px / 1 "FontAwesome";
  }
  .menu-wrapper .menu .mobile_toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .dropdown {
    display: none;
  }
  .dropdown-section {
    width: 100%;
    margin-top: 20px;
    margin-left: 10px;
  }
  .menu-wrapper .menu .dropdown-section ul li a {
    font-size: 1.4rem !important;
  }
  .menu-wrapper .menu .dropdown-section ul li {
    margin-bottom: 25px !important;
  }
  .dropdown-image {
    margin-left: 10px;
  }
  .dropdown-section h4 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
.table-checkout-shipping-method .col-method .radio{
  top: 0 !important;
}
  .checkout-payment-method .payment-method-title .radio{
    position: relative;
    top: 3px !important;
  }
  .column.main .product.data.items {
    max-width: 80% !important;
    width: 80% !important;
  }
  .menu-wrapper .menu {
    max-width: 1140px;
    margin: 0 auto;
    height: 35px;
    line-height: 20px;
    padding: 0 60px;
    box-sizing: border-box;
  }
  .menu-wrapper .menu li.our_story_menu,
  .menu-wrapper .menu li.women_wear_menu,
  .menu-wrapper .menu li.wedding_edit_menu {
    position: relative;
  }
  .menu-wrapper .menu li.our_story_menu .dropdown {
    width: 534px;
  }
  .menu-wrapper .menu li.our_story_menu .dropdown .dropdown-section {
    width: 50%;
  }
  .menu-wrapper .menu li.women_wear_menu .dropdown {
    width: 570px;
    margin: 0 auto;
    left: -160px;
  }
  .menu-wrapper .menu li.women_wear_menu .dropdown .dropdown-image {
    width: 206px;
  }

  .menu-wrapper .menu li.our_story_menu .dropdown img {
    width: 206px;
  }

  .menu-wrapper .menu li.wedding_edit_menu .dropdown {
    width: 483px;
    left: inherit;
    right: -180px;
  }
  .menu-wrapper .menu li.sale_menu .dropdown {
    width: 483px;
    left: inherit;
    right: 0;
  }
  .menu-wrapper .menu li.wedding_edit_menu .dropdown .dropdown-image,
  .menu-wrapper .menu li.sale_menu .dropdown .dropdown-image {
    width: 185px;
  }
  .menu-wrapper .menu li.wedding_edit_menu .dropdown .dropdown-section,
  .menu-wrapper .menu li.sale_menu .dropdown .dropdown-section {
    width: calc(100% - 185px);
  }
  .similar-products.products-grid
    .similar-product-grid
    li
    .um-product-item-info
    img {
    /* height: 25vw; */
    object-fit: cover;
    width: 100%;
  }
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    width: 100%;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 9999;
  }
  .menu-icon {
    display: none;
  }
  .logo .mobile-logo {
    display: none;
  }
  .menu-wrapper .menu li:hover .dropdown {
    display: flex;
  }
}