/** Shopify CDN: Minification failed

Line 1589:0 Unexpected "}"

**/
.dt-sc-btn {
  position: relative;
}

.dt-sc-btn:hover {
  /* border-color: white; */
  border: unset !important;
}

.dt-sc-btn::after {
  z-index: -1;
  left: auto;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  content: "" !important;
  display: block;
  background: none;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  position: absolute;
  right: 37%;
  top: 36%;
}

#shopify-section-template--20652760072482__1663569727e73e1fe7 .dt-sc-btn::after {
  transform: rotate(225deg);
}

.dt-sc-btn:hover::after {
  width: 12px;
  left: unset;
  right: auto;
}

#cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: #777;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 9;
  transition: transform .5s;
}

#circle {
  position: absolute;
  pointer-events: none;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  border-radius: 50%;
  border: 1px solid #444;
  transition: all .2s cubic-bezier(0, 0.5, 1, 1);
  z-index: 9;
}

.products .product-detail .grid-link__title a p {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-thumb {
  position: absolute;
  left: -52px;
  right: 0;
  top: 26%;
  bottom: 0;
  margin: auto;
  -webkit-animation: action 1s infinite alternate;
  animation: action 1s infinite alternate;
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  object-fit: contain !important;
}

.custom-main-demo-slider .dt-sc-swiper-slider.swiper-container {
  margin-bottom: 0 !important;
}

@-webkit-keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes action {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}


header .site-header__links a {
  opacity: 1 !important;
}

header .site-header__links a svg {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}
[sw-cart-drawer-triger] svg{
  fill: white;
}
.header-fixed [sw-cart-drawer-triger] svg{
  fill: black;
}
header .site-header__links a:hover svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
header .site-header__links [sw-cart-drawer-triger] > span > svg {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
}

header .site-header__links [sw-cart-drawer-triger]:hover > span > svg {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.rotating-logo img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  animation: spin 10s linear infinite;
  object-position: center;
}

.rotating-logo {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 125px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1200px) {
  .slider-thumb {
    display: none !important;
  }
}

/* ------------------------Loop Text Slider ----------------------- */
.loop-container {
  margin: 30px 0;
}

.loop-slider .ttcontent {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 20px;
  line-height: 110%;
  font-weight: 500;
  color: #222222;
}

.loop-slider .ttcontent::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: auto;
  right: 15%;
  height: 1px;
  width: 100px;
  background: #beab85;
  margin: auto;
}

@media (max-width: 1700px) {
  .loop-slider .ttcontent::after {
    right: 11%;
    width: 70px;
  }
}

@media (max-width: 1599px) {
  .loop-slider .ttcontent::after {
    right: 6%;
    width: 50px;
  }
}

@media (max-width: 589px) {
  .loop-slider .ttcontent {
    font-size: 16px;
  }
}

/* --------------------------Ends  ------------------------ */
/* ---------------------------Contact us Page ------------------------------ */
.contact-form-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.contact-form-wrapper .dt-contact-iconblock-section {
  width: calc(33.3% - 15px);
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper .contact-form-section {
  width: calc(66.6% - 15px);
}

.page-template-contact .dt-sc-section-wrapper .container {
  max-width: 1200px !important;
  width: 100% !important;
}

.layout-type .contact-form-wrapper form.contact-form {
  display: flex;
  flex-direction: column;
}

.layout-type .contact-form-wrapper form.contact-form>* {
  border-radius: 0;
  background: unset;
  border: 1px solid #d3ceb8;
  padding: 12px;
}

.contact-form-wrapper .dt-contact-iconblock-section .dt-contact-icon-block {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  border: unset;
  max-width: 100% !important;
  flex: unset !important;
  margin-left: 0 !important;
}

.contact-form-wrapper .dt-contact-iconblock-section .dt-contact-icon-content h5 {
  margin: 0;
  margin-bottom: 5px;
}

.contact-form-wrapper .dt-contact-iconblock-section .dt-contact-icon-content {
  margin-left: 20px;
}

.contact-form-wrapper h4 {
  font-size: 24px;
  line-height: 110%;
  color: #8E6E35;
  font-weight: 400;
}

.dt-contact-iconblock-section h4 {
  border-bottom: 1px solid #d3ceb8;
  padding-bottom: 10px;
}

.tt-social-share {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.tt-social-share a {
  margin-right: 10px;
  background: #ecdfcd;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 5px;
}

.layout-type .contact-form-wrapper form.contact-form .btn {
  max-width: 200px;
  background: #1e1e1e;
  color: white;

}

@media only screen and (max-width: 992px) {
  .contact-form-wrapper .contact-form-section {
    width: 100%;
  }

  .contact-form-wrapper .dt-contact-iconblock-section {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 589px) {
  .contact-form-wrapper {
    padding: 0 !important;
  }

  .dt-sc-section-wrapper .layout-type #map {
    height: 400px;
    padding: 0;
  }
}

/* ----------------------Ends  ---------------------- */

.products .product-container .reveal .hidden-feature_img {
  transition: unset !important;
}

.products .product-detail .rew-price {
  justify-content: center;
}

/* -----------------------Filters css ---------------------- */
.StickySidebar .widget-list.filter-body,
.StickySidebar .shop-filter-panel .filter-panel#accordian {
  display: block !important;
  height: 100% !important;
  padding: 15px 0 !important;

}

.StickySidebar .shop-filter-panel .sidebar_title:before,
.StickySidebar .shop-filter-panel .sidebar_title:after,
.StickySidebar .mobile-facets__summary .sidebar_title:before,
.StickySidebar .mobile-facets__summary .sidebar_title:after {
  content: unset !important;
}

.StickySidebar .filter-panel-menu.shop-filter-panel,
.StickySidebar .dt-collection-filter-cover .js-filter {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px solid #d3ceb8;
}

.StickySidebar .mobile-facets__summary .sidebar_title,
.StickySidebar .shop-filter-panel .sidebar_title,
.StickySidebar .widget .sidebar_title {
  background: #e3ddc7;
  padding: 10px 15px !important;
  color: #8e6e35;
  transition: all 0.4s ease-in-out;
}

.StickySidebar .widget .sidebar_title:after,
.StickySidebar #accordian a:not(:only-child):after {
  content: unset !important;
}

.StickySidebar .mobile-facets__summary .sidebar_title:hover,
.StickySidebar .shop-filter-panel .sidebar_title:hover,
.StickySidebar .widget .sidebar_title:hover {
  background: #8e6e35;
  color: white;
}

.StickySidebar #accordian ul li:before {
  content: unset;
}

.StickySidebar #accordian ul li a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}

.StickySidebar .dt-collection-filter>div .sidebar-body .categories-list {
  flex-direction: column;
  padding-left: 15px;
}

.StickySidebar .dt-collection-filter .filter-custom-control label:before {
  border: 2px solid #d3ceb8;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 7px;
}

.StickySidebar .dt-collection-filter>div .sidebar-body .categories-list li {
  margin: 0;
  padding-bottom: 10px;
}

/* ------------------Collection Header ---------------------- */
.collection-grid .collection-hero {
  border: unset;
  flex-direction: column;
  padding: 0;
  margin-bottom: 15px;
}

.breadcrumb_title {
  display: none;
}

.collection-hero__image {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 15px;
}

.collection-hero__image img {
  width: 100%;
  height: 100%;
  margin-right: 0 !important;
  float: unset;
}

.collection-hero .hero-header {
  width: 100%;
}

.collection-hero .hero-header h2 {
  display: none;
}

.breadcrumb {
  padding: 0px 0 15px 0;
}

.has-sidebar.left-sidebar>.sidebar {
  margin: 0 25px;
}

.dt-contact-icon-image {
  margin: 0 10px;
}

.cart_table .text-link.cart__note-add {
  width: 100%;
}

/* ----------------------------------Ali ahmad css ----------------------------- */
.timerCountdown_Wrapper {
  display: flex;
  justify-content: space-evenly !important;
  max-width: 230px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1540px) {
  #shopify-section-template--20652760072482__16484715585d0b75d2.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-slide {
    height: 100% !important;
  }
}

#AccessibleNav {
  /* flex-direction: row-reverse; */
}




.custom-grid-starr::after {
  content: '\2606';
  font-size: 20px;
  color: yellow;
}

.product-template-content .product-tab .dt-sc-tabs-container .dt-sc-tabs button {
  margin-right: 6px;
}

#shopify-section-template--20652760072482__16484715585d0b75d2.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-slide {
  height: 100vh !important;
}

@media (min-width: 1200px) {
  .dt-sc-nav-link {
    color: white !important;
  }
}

.site-header__icon {
  color: white !important;
}

header .site-header__links .count {
  background: white !important;
  color: black !important;
}

@media (max-width: 1200px) {

  .logo-alignment:not(.secondary-menu-enabled) .mobile-nav-container .menu-trigger>i,
  .logo-alignment:not(.secondary-menu-enabled) .mobile-nav-container .menu-trigger>span {
    color: white !important;
  }
}

.dt-sc-support-icon-image img:hover {
  transform: scale(1.25);
  transition: all .4s ease;
}

.dt-sc-support-icon-image img {
  transition: all .4s ease;
}

.dt-sc-support-icon-image {
  border-radius: 50% !important;
  overflow: hidden !important;
  width: fit-content !important;
  transition: all .4s ease
}

.product-item-img {
  max-width: 400px !important;
  width: 100% !important;
  object-fit: contain !important;
}

.custom-noone {
  display: none !important;
}

.custom-bloock {
  display: block !important;
}

.custom-searchBar {
  display: none;
  width: 470px !important;
}

.custom-magnifie {
  display: block;
}

.custom-searchBar .dt-sc-btn {
  width: 37px !important;
  height: 37px !important;
  position: absolute !important;
  top: 25% !important;
  right: 80% !important;
}

.Custom-Icon-text .dt-sc-support-block .dt-sc-support-icon-image {
  max-width: 120px !important;
  max-height: 120px !important;
  width: 120px !important;
  height: 120px !important;
  margin: 0;
  margin-left: 15px;
}

@media only screen and (max-width: 430px) {
  .Custom-Icon-text .dt-sc-support-block .dt-sc-support-icon-image {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .Custom-Icon-text .dt-sc-support-block .dt-sc-support-content {
    margin: 0 auto;
  }
}

.dt-sc-support-blocks-section:not(.dt-sc-grid-style) .dt-sc-support-block {
  margin: 0px 10px;
}

.dt-sc-column.three-column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.Custom-Icon-text .dt-sc-support-content {
  width: fit-content !important;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
}

.sub-menu-lists .headding {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.dt-header-top .site-header__icon {
  color: black !important;
}

.dt-header-top .dt-sc-nav-link {
  color: black !important;
}

.dt-header-top .site-header__links .count {
  background: black !important;
  color: white !important;
}

.dt-sc-support-icon-image {
  min-width: 70px;
  min-height: 70px;
  margin-left: 10px;
}

.dt-sc-support-icon-image img {
  width: 100%;
}

.social-sharing .social_share_title {
  margin-left: 15px;
}

form[class*="shopify-product"]>div.product_payments_btns div dtx-wishlist .dt-sc-btn.add-wishlist {
  width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
  min-width: fit-content;


}

.dynamic_counter {
  margin-left: 5px;
}

#dT_collectionGrid .dt-sc-column {
  display: grid !important;
}

.dt-header-scroll .logo-alignment:not(.secondary-menu-enabled) .mobile-nav-container .menu-trigger>i,
.logo-alignment:not(.secondary-menu-enabled) .mobile-nav-container .menu-trigger>span {
  color: black !important;
}

.collection-header .sortby label,
.collection-header .collection-view label,
.collection-header .items_per_page label {
  padding-left: 10px;
}

.dt-sc-support-blocks-section:not(.dt-sc-grid-style) .dt-sc-support-block {
  min-width: 400px;
  flex-wrap: wrap;
  width: 400px;
}

@media only screen and (max-width: 415px) {
  .dt-sc-support-blocks-section:not(.dt-sc-grid-style) .dt-sc-support-block {
    width: 80%;
    max-width: unset;
    min-width: unset;
  }
}

.custom-section-dt .dt-sc-support-icon-image img {}

#shopify-section-template--20652760072482__16484715585d0b75d2.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn[class*="swiper-button-"]:after {
  top: 34%;
  left: 50% !important;
}

.dt-sc-swiper-slider.swiper-container[class*="-right"] .swiper-arrows .swiper-button-prev {
  left: 0 !important;
  right: 0;
  margin-right: 20px;
}

.dt-sc-swiper-slider.swiper-container[class*="navigation-bottom"] .swiper-arrows {
  bottom: 60%;
  margin: 0px auto !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  transform: translateY(-50%);
  z-index: 1;
}

.Custom-Icon-text .dt-sc-support-icon-image img {
  width: 100px !important;
}

.Custom-Icon-text .dt-sc-support-content {
  width: fit-content !important;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
}

.Custom-Icon-text .dt-sc-support-block {
  align-items: center;
}

.Custom-Icon-text .dt-sc-support-icon-image {
  margin: 0 10px !important;
}

@media only screen and (max-width: 430px) {
  .Custom-Icon-text .dt-sc-support-content {
    margin: 0 auto !important;
    margin-top: 30px !important;
  }

  .Custom-Icon-text .dt-sc-support-block {
    display: block !important;
    min-width: unset !important;
    width: 80% !important;
    margin: 0 10px !important;
    max-width: unset !important;
    text-align: center !important;
  }

  .Custom-Icon-text .dt-sc-support-icon-image {
    margin: 0 auto !important;
  }

  .Custom-Icon-text .dt-sc-support-heading {
    text-align: center !important;
  }

  .Custom-Icon-text .dt-sc-support-description {
    text-align: center !important;
  }
}

.numbers-sold {
  margin-left: 10px !important;
}

.select2.select2-container.select2-container--classic {
  display: none !important;
}

.product-attr-title {
  color: var(--DT_Button_Text_Color);
  background: var(--DT_Button_BG_Color);
  padding: 7px;
  border-radius: 5px;
}

.mobile-menu ul.dt-sc-list-inline li a {
  display: flex !important;
}

.mobile-menu li[class*="has-children"]>a:before {
  left: 22px;
  right: unset !important;
  rotate: 90deg;
}

#ContactFormPhone {
  direction: inherit;
}

::selection {
  background: #F2DCC0;
  color: black;
}

::-moz-selection {
  background: #F2DCC0;
  color: black;
}

.sub-menu-lists {
  text-align: unset !important;
}

.dt-header-outside .dt-sc-nav-link span {
  color: black !important;
}

#to-top {
  position: fixed !important;
  left: 30px !important;
  top: auto !important;
  z-index: 1000000000 !important;
  right: auto;
}

@media only screen and (max-width: 590px) {
  #cursor {
    display: none !important
  }

  #circle {
    display: none !important
  }
}

@media only screen and (max-width: 390px) {
  .custom-main-support-block .dt-sc-support-icon-image {
    margin: 0 auto !important;
  }
}

.custom-main-menu-sublink {
  font-size: 18px !important;
  font-weight: 700 !important;
}

ul.dt-nav li>div.sub-menu-block {
  animation-name: dt_fadeInup;
  animation-duration: 1s;
}

@keyframes dt_fadeInup {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
}

ul.dt-nav li:hover>div.sub-menu-block {
  -webkit-animation-name: dt_fadeInDown;
  animation-name: dt_fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ul.dt-nav.dt-desktop-menu>li>a:before {
  background: transparent !important;
}

ul.dt-nav.dt-desktop-menu>li>a:before {
  content: unset !important;
}

.Serch__Bar {
  margin: 0 auto;
}

.Serch__Bar .search-box {
  width: 100%;
}

.shop-filter-panel {
  display: none;
}

.count {
  position: absolute;
  left: 0;
}

.dt-collection-filter .filter-custom-control input:checked+label:after {
  right: 4.5% !important;
}

.off-canvas--viewport {
  background: #fef9f2 !important;
}

.breadcrumb .row a,
.breadcrumb .row span {
  font-size: 16px !important;
}

#shopify-section-header {
  background: #e2dac9 !important;
}

.product-template-content {
  width: 100% !important;
}

.product-page-row {
  flex-direction: row-reverse !important;
}

.custom-product-side_bar.product-list-style {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.custom-product-side_bar .swiper-slide {
  width: 20% !important;
}

.custom-product-side_bar {
  min-width: 100% !important;
  width: 100% !important;
}

.product_payments_btns {
  justify-content: space-between !important;
}

.shopify-payment-button {
  width: 100% !important;
}

.footer-newsletter a,
.footer-newsletter h5,
.footer-newsletter p {
  text-align: center !important;
}

.footer__newsletter {
  justify-content: center !important;
}

.site-footer__top .dt-sc-flex-space-between {
  flex-direction: row-reverse;
}

@media (max-width: 576px) {
  header .dt-sc-header-logo-sec .logo-alignment .dt-sc-flex-space-between>*:first-child {
    order: unset !important;
  }
}

.custom-icons_Text {
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  min-width: 390px;
}

.Heading-CIT {
  font-size: 16px;
  line-height: 19px;
  color: #a4a0a1;
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 5px;
}

.container-CIT {
  display: flex;
  margin-top: 0px;
  align-items: center;
}

.CIT_Icon {
  margin-left: 5px;
}

.CIT_Icon svg {
  max-width: 20px;
  max-height: 20px;
}

.CIT_Text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: 400;
  color: #333F43;
}

.custom-Image_Text {
  display: flex;
  max-width: fit-content;
  margin: 0 auto;
  min-width: 390px;
  margin-top: 20px;
}

.container-I_T {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 10px;
  justify-content: space-between;
}

.Container_image {
  max-width: 45px;
}

.Container_image img {
  width: 100%;
}

.Container_Text {
  font-size: 12px;
  line-height: 17.1429px;
  margin-top: 0px;
  color: #312F2D;
}

.slider-content .multiple-buttons .slide-button {
  margin-top: 20px !important;
}

.slide-sub-heading-2 {
  margin-bottom: 8px !important;
}

.dt-sc-btn {
  margin-top: 8px !important;
}

@media screen and (min-width: 600px) and (max-width: 1200px) and (min-height: 150px) and (max-height: 600px) {
  .custom-main-support-block .dt-sc-column.eight-column {
    grid-template-columns: repeat(4, 1fr);
  }

  #header .sticky_remove_on_mobile+.sticky-header-active {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .custom-main-support-block .dt-sc-column.eight-column {
    grid-template-columns: repeat(4, 1fr);
  }
}

ul.dt-nav li:hover>div.sub-menu-block {
  top: 29% !important;
  padding-top: 0px !important;
  margin-top: 50px !important;
}

.swiper-container-initialized {
  position: relative !important;
}

.swiper-container-initialized .swiper-arrows {
  position: absolute !important;
  top: 45% !important;
  flex-direction: row-reverse !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.swiper-container-initialized .swiper-arrows .swiper-button-next {
  right: 0 !important;
  transform: rotate(180deg);
}

.swiper-container-initialized .swiper-arrows .swiper-button-prev {
  transform: rotate(180deg);
  right: 0px !important;
}

.dt-sc-swiper-slider.swiper-container[class*="navigation-bottom"] .swiper-arrows .swiper-button-next {
  transform: rotate(180deg);
  right: auto !important;
  margin-left: 20px;
}

.dt-sc-swiper-slider.swiper-container[class*="navigation-bottom"] .swiper-arrows .swiper-button-prev {
  transform: rotate(180deg);
}

.dt-sc-swiper-slider.swiper-container .swiper-arrows .dt-sc-btn[class*="swiper-button-"]:after {
  top: 36% !important;
  left: 50% !important;
  right: 31% !important;
  z-index: 10 !important;
}

.dt-sc-header-logo-sec .row {
  margin: 0 !important;
}

.logo-alignment.dt-sc-logo_left #AccessibleNav ul.dt-nav {
  margin: 0 !important;
}

.custom-searchBar {
  max-width: unset;
  position: absolute;
  top: 0;
  width: 100% !important;
  left: 0;
  z-index: 10;
  height: -webkit-fill-available;
  margin: 0px !important;
}

.custom-searchBar form {
  width: 100%;
  max-width: unset;
  height: -webkit-fill-available;
}

.custom-searchBar form .search-box {
  max-width: unset;
  width: 100% !important;
  height: -webkit-fill-available;
}

.search-box input {
  height: -webkit-fill-available;
  padding: 10px 25% !important;
}

.wrapper-wishlist-page svg path {
  stroke: white !important;
}

#header .sticky_remove_on_mobile+.sticky-header-active .wrapper-wishlist-page svg path {
  stroke: black !important;
}

.announcement-bar .close-icon {
  top: 27% !important;
}

.dt-collection-filter .count-bubble {
  left: 0 !important;
  right: unset;
}

#shopify-section-template--20652760072482__16484715585d0b75d2.home-slideshow-section .dt-sc-swiper-slider .swiper-wrapper .slider-7e33837d-b447-4031-9b6f-97da7a46ad45-list .slider-content [class*="slide_"] {
  background: none !important;
}

@media (max-width: 1200px) {


  .mobile-menu ul.dt-sc-list-inline li {
    border: 1px solid black;
    border-left: none;
    border-right: none;
    position: relative;
  }

  .mobile-menu ul.dt-sc-list-inline li a {
    border: none !important;
  }

  .sub-menu-block {
    opacity: 1 !important;
    visibility: visible !important;
    height: unset !important;
    position: relative !important;
    transition: all .4s ease;
  }

  .mobile-menu .sub-menu-block.is-hidden {
    transform: translateX(0%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    transition: all .4s ease;
  }
}
.reputon-google-reviews-widget .lgoNtZ{
  text-align: right;
}
.product-page-row {
  transform: none;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
  padding-left: 30px;
}
.dt-sc-blog-content a:not([data-section-type="featured-blog-section"] a),.product-single__description a{
  color: #a93248 !important;
}

.product-single__description *{
  direction: rtl;
}
.sw-btn-cstm-wrap{
  display: inline-block;
  margin:auto;
}
.dt-sc-blog-section .dt-sc-blog-item {
  height: 100%;
}
.product-tab .dt-sc-tabs {
  max-width: 85%;
  margin: 0 auto;
}

.zoomLens {
  background-color: white;
}

.home-slideshow-section .dt-sc-swiper-slider .swiper-wrapper .slider-9078d73d-6415-494e-8b52-1c0cabb59da6-list .slider-content [class*="slide_"] {
  background: unset !important;
}

@media (min-width: 1308px) {
  .ul.dt-nav li:hover>div.sub-menu-block {
    top: 65% !important;
    padding-top: 10px !important;
  }
}

.sub-menu-lists::-webkit-scrollbar {
  display: none;
}

.sub-menu-lists {
  overflow-y: scroll;
  scrollbar-width: thin;
  /* For Firefox */
}

.sub-menu-lists {
  overflow-x: scroll;
  scrollbar-width: thin;
  /* For Firefox */
}

.sub-menu-lists {
  overflow-y: scroll;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: transparent transparent;
  /* For Chrome */
}

/* Hide horizontal scrollbar in Chrome */
.sub-menu-lists {
  overflow-x: scroll;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: transparent transparent;
  /* For Chrome */
}

span.fake_counter_b {
  margin: 0;
  margin-left: 5px;
}

ul.dt-sc-list-inline>li ul.sub-menu-lists ul {
  padding-top: 0 !important;
}

ul.dt-nav li:hover>div.custom-menu.sub-menu-block {
  margin-top: 0px !important;
}

.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:before,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:before,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:before,
.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:before,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:before,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:before {
  content: unset !important;
}

@media only screen and (max-width: 768px) {
  .mobile-menu {
    max-width: 100% !important;
  }

  ul.dt-sc-list-inline>li ul.sub-menu-lists {
    flex-direction: column !important;
  }

  ul.dt-sc-list-inline>li ul.sub-menu-lists>li.menu-item-has-children {
    padding: 0;
  }

  .search-box input {
    padding: 10px 20px !important;
  }

  .search-box .icon-hide {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
  }

  .custom-searchBar .dt-sc-btn {
    width: 37px !important;
    height: 37px !important;
    position: absolute !important;
    top: 42% !important;
    right: unset !important;
    left: 10px;
    transform: translateY(-50%);
  }

}

@media only screen and (max-width: 589px) {}

.pro-weight {
  margin: 0 10px !important;
}

#shopify-section-template--20652760564002__home_support_block_tQpYVE.home-support-block .dt-sc-support-blocks-section .dt-sc-support-block.icon-icon_Bp7wx8 .dt-sc-support-icon-image {
  height: 150px;
}

#shopify-section-template--20652760564002__home_support_block_tQpYVE.home-support-block .dt-sc-support-blocks-section .dt-sc-support-block .dt-sc-support-icon-image img,
#shopify-section-template--20652760564002__home_support_block_tQpYVE.home-support-block .dt-sc-support-blocks-section .dt-sc-support-block .dt-sc-support-icon-image i {
  font-size: 40px;
  width: 150px;
}

.fa-angle-right:before {
  transform: rotate(180deg);
}

.fa-angle-left:before {
  transform: rotate(180deg);
}

.product-description-product-template .social-sharing {
  margin-bottom: 30px !important;
}

.barcode-and-sku p,
.product-metafields p {
  font-size: 18px !important;
}

.product-price-current,
.product-price-current .money {
  font-size: 26px !important;
}

.product_payments_btns .dT_AddToCart,
.product_payments_btns .dT_VProdWishList,
.product_payments_btns .shopify-payment-button {
  margin-right: 0px !important;
}

.quick_shop_template {
  flex-direction: row-reverse !important;
}

.quick_shop_template .swiper-container-initialized .swiper-arrows {
  width: 100% !important;
  right: -10px !important;
  display: flex !important;
  justify-content: space-between !important;
}

.quick_shop_template .swiper-container-initialized .swiper-arrows .swiper-button-next {
  right: 10px !important;
}

.quick_shop_template .swiper-container-initialized .swiper-arrows .swiper-button-prev {
  right: 16px !important;
}

.quickview-description {
  text-align: right !important;
}

.product-template-content .product-tab .dt-sc-tabs-content {
  max-width: 88%;
  margin: 0 auto;
}

.Container_Text {
  font-weight: 700 !important;
  text-align: center !important;
}

.Container_Text p {
  font-weight: 700 !important;
  text-align: center !important;
}

.custom-list {
  display: block !important;
}

.dt-sc-support-icon-image {
  max-height: unset !important;
  height: fit-content !important;
}

#shopify-section-template--20652760564002__home_support_block_tQpYVE.home-support-block .dt-sc-support-blocks-section .dt-sc-support-block .dt-sc-support-icon-image img,
#shopify-section-template--20652760564002__home_support_block_tQpYVE.home-support-block .dt-sc-support-blocks-section .dt-sc-support-block .dt-sc-support-icon-image i {
  width: 150px !important;
}

.product-description-product-template .product-price li {
  margin-right: 0px;
}

.swatch .product-label {
  margin-bottom: 20px !important;
}

/* .custom-thumbnails {
  max-width: 550px;
} */

form[class*="shopify-product"]>div.product_payments_btns>* {
  width: 48% !important;
}

form[class*="shopify-product"]>div.product_payments_btns .shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100% !important;
  height: 46px;
}

form[class*="shopify-product"]>div.product_payments_btns {
  max-width: 500px !important;
  float: unset !important
}

.custom-Product--Title {
  margin-bottom: 5px !important;
}

.barcode-and-sku p {
  font-size: 16px !important;
}

#mic-init-access-tool .mic-access-tool-general-button.mic-access-tool-general-button-right {
  right: 42px !important;
}

.quickview-description .text-link svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: #FEF9F2 !important;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px !important;
}

.swiper-button-prev {
  background: #FEF9F2 !important;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px !important;
}

#shopify-section-template--20652760072482__166356270434c2a970.home-grid-slider .image-bar__section .swiper-container .swiper-arrows>.dt-sc-btn[class*="swiper-button-"] {
  background: #FEF9F2 !important;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px !important;
  border: none !important;
}

.home-grid-slider .image-bar__section .swiper-container .swiper-arrows>.dt-sc-btn[class*="swiper-button-"] {
  background: #FEF9F2 !important;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px !important;
  border: none !important;
}

#shopify-section-template--20652760072482__1663569727e73e1fe7.home-testimonial-block .row.custom-testimonial-1 .swiper-button-next,
#shopify-section-template--20652760072482__1663569727e73e1fe7.home-testimonial-block .row.custom-testimonial-2 .swiper-button-next,
#shopify-section-template--20652760072482__1663569727e73e1fe7.home-testimonial-block .row.custom-testimonial-1 .swiper-button-prev,
#shopify-section-template--20652760072482__1663569727e73e1fe7.home-testimonial-block .row.custom-testimonial-2 .swiper-button-prev {
  border-radius: 0px !important;
}

.home-testimonial-block .row.custom-testimonial-1 .swiper-arrows {
  position: unset !important;
  z-index: 10000 !important;
  border-radius: 0px !important;
}

.home-testimonial-block .row.custom-testimonial-1 .swiper-arrows #swiper-template--20652760072482__1663569727e73e1fe7-next {
  position: absolute !important;
  right: 96% !important;
  top: 40% !important;
}

.home-testimonial-block .row.custom-testimonial-1 .swiper-arrows #swiper-template--20652760072482__1663569727e73e1fe7-prev {
  position: absolute !important;
  top: 40% !important;
  right: 26% !important;
}

.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:after,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:after,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev:after {
  mask-image: none !important;
  content: "" !important;
  display: block !important;
  background: none !important;
  width: 12px !important;
  height: 12px !important;
  transform: rotate(225deg) !important;
  position: absolute !important;
  color: #b1a79a !important;
  border-right: 2px solid currentColor !important;
  border-top: 2px solid currentColor !important;
}

.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:after,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:after,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next:after {
  mask-image: none !important;
  content: "" !important;
  display: block !important;
  background: none !important;
  width: 12px !important;
  height: 12px !important;
  transform: rotate(45deg) !important;
  position: absolute !important;
  color: #b1a79a !important;
  border-right: 2px solid currentColor !important;
  border-top: 2px solid currentColor !important;
  right: 43% !important;
}

.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next,
.home-slideshow-section .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev,
.home-product-carousel .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-next,
.home-testimonial-block .dt-sc-swiper-slider.swiper-container .swiper-arrows .swiper-button-prev {
  background: #FEF9F2 !important;
  box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px !important;
  border: none !important;
}

@media only screen and (max-width: 990px) {
  .home-testimonial-block .row.custom-testimonial-1 .swiper-arrows #swiper-template--20652760072482__1663569727e73e1fe7-next {
    position: absolute !important;
    right: 90% !important;
    top: 57% !important;
    z-index: 99999999999998 !important;
  }

  .home-testimonial-block .row.custom-testimonial-1 .swiper-arrows #swiper-template--20652760072482__1663569727e73e1fe7-prev {
    position: absolute !important;
    top: 57% !important;
    right: 1% !important;
    z-index: 99999999999998 !important;
  }
}

@media only screen and (max-width: 990px) {
  .home-testimonial-block .row.custom-testimonial-1 .swiper-arrows #swiper-template--20652760072482__1663569727e73e1fe7-prev {
    position: absolute !important;
    top: 57% !important;
    right: 1% !important;
    z-index: 99999999999998 !important;
  }
}
}

.swiper-button-next:after {
  transform: rotate(225deg) !important;
}

.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #a37d5c !important;
}

form[class*="shopify-product"]>div.product_payments_btns .shopify-payment-button .shopify-payment-button__button--unbranded {
  width: 100% !important;
}

form[class*="shopify-product"]>div.product_payments_btns>* {
  width: unset;
}

.products .product-container .product-button {
  top: 65%;
  transform: unset !important;

}

.add-compare {
  margin-top: 8px !important;
}

.custom_product-label {
  margin-bottom: 20px !important;
}

.swiper-container-free-mode>.swiper-wrapper {
  /* max-width: 400px; */
  /* overflow: hidden; */
}

#addtocart-sticky .dt-sc-btn.close-icon {
  transform: translateY(-67%) !important;
}

.fa-twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-size: 1rem !important;
}

.pro-weight {
  min-width: 120px !important;
}

.custom_pro-weight {
  min-width: 120px !important;
}

.custom-made_wrapper {
  display: flex !important;
}

.dT_ProductProactiveSearch .dt-sc-btn {
  left: 6px !important;
  bottom: 8px !important;
  right: unset;
}

.search-products h2 {
  display: none;
}

.product-description-product-template {
  padding-top: 0px !important;
}

.product-metafields {
  flex-direction: column;
  align-items: flex-start !important;
}

.custom-made_wrapper {
  margin-bottom: 38px;
}

.product-metafields+div.product-attributes {
  margin-top: -5px !important;
}

.product-barcode-val {
  margin-left: 25px !important;
}

.collection-header .items_per_page #paginateBy {
  display: none !important;
}

.barcode-and-sku span {
  margin-right: 8px;
}

.custom-mobile-bs {
  display: none !important;
}

.custom-mobile-product-title {
  display: none !important;
}

.custom-desktop-title {
  display: block !important;
}

.custom-desktop-bs {
  display: flex !important;
}

@media (max-width: 525px) {
  .custom-desktop-title {
    display: none !important;
  }

  .custom-desktop-bs {
    display: none !important;
  }

  .custom-mobile-bs {
    display: block !important;
    flex-wrap: wrap;
    display: flex !important;
  }

  .custom-mobile-product-title {
    display: block !important;
    margin-bottom: 50px !important;
    margin-top: 5px;
  }

  #addtocart-sticky {
    display: block !important;
  }

  #addtocart-sticky .dt-sc-btn.close-icon {
    display: none !important;
  }

  #addtocart-sticky form,
  #addtocart-sticky form[class*="shopify-product"]>div,
  #addtocart-sticky .product-meta-block .product-deal-count {
    flex-wrap: nowrap !important;
  }

  #addtocart-sticky .product-attr-title {
    display: none !important;
  }

  .swatch-group {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
  }
}

.products .product-detail form {
  position: absolute;
  width: 100%;
  top: 100%;
}

.products .product-detail {
  position: unset
}

.product-grid-item {
  position: relative;
  margin-bottom: 80px;
}
.sw-arrows{
  width: 98%;
  display: flex;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.pro-weight {
  margin-right: 0px !important;
  margin-left: 18px !important;
}

.custom_pro-weight {
  margin-right: 0px !important;
  margin-left: 18px !important;
}

.product-metafields {
  margin-bottom: 0px !important;
}

.custom-contaiiiiner {
  max-width: 1400px !important;
}

.custom-contaiiiiner .dt-sc-grid-banner-section {
  grid-gap: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

.custom-contaiiiiner .dt-sc-grid-banner-section .dt-sc-grid-banner-image-content {
  width: 48% !important;
  margin-bottom: 8px !important;
}

.custom-hover {
  background-image: linear-gradient(to right, currentcolor 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position .75s ease-out;
}

.custom-hover:hover {
  background-position: 0% 100%;
}

.custom-contact-page-link {
  background-image: linear-gradient(to right, currentcolor 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-position .75s ease-out;
  color: black;
}

.custom-contact-page-link:hover {
  background-position: 0% 100%;
}



/*gvs changes 20april */
.site_middle-payment.middle-mlb-spacing>img:nth-child(1) {
  height: 30px;
  width: auto !important;
  max-width: 100px !important;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(2) {
  height: 38px;
  width: auto !important;
  max-width: 100px !important;
  margin-bottom: 6px;
  margin-left: 2px;
  margin-right: 3px;
}

.site_middle-payment.middle-mlb-spacing>img {
  width: auto !important;
  max-width: 100px !important;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(3) {
  height: 30px;
  margin-left: 0px;
  margin-right: 5px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(4) {
  height: 49px;
  margin-bottom: 6px;
  margin-left: 1px;
  margin-right: 2px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(5) {
  height: 29px;
  margin-left: 2px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(6) {
  height: 25px;
  margin-left: 4px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(7) {
  height: 38px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(8) {
  height: 40px;
}

.site_middle-payment.middle-mlb-spacing>img:nth-child(9) {
  height: 16px;
}

a.custom-main-menu-sublink[href="/collections/hairdressing-accessories"]+div.custom-menu ul.sub-menu-lists {
  column-count: 3;
}

a.custom-main-menu-sublink[href="/collections/hairdressing-accessories"]+div.custom-menu ul.sub-menu-lists li a {
  text-align: right;
}

section.header-fixed a,
section.header-fixed span,
section.header-fixed li,
section.header-fixed svg {
  color: #000 !important;
}

section.header-fixed .wrapper-wishlist-page svg path {
  stroke: #000 !important;
}

.sw-prdctVar {
  display: none !important;
  gap: 2px 4px;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  flex-wrap: wrap;
  padding: 10px;
  left: 0;
  right: 0;
  background-color: #ffffff61;
  z-index: 2;
  backdrop-filter: blur(8px);
  max-height: 100%;
  overflow-y: auto;
}

.sw-prdctVar>* {
  margin: 1px;
}

.sw-prdctVar.active {
  display: flex !important;
}

.swBtn {
  display: none;
}

.swVariantRdo {
  display: none;
}

.swVariantLbl {
  padding: 6px 14px;
  cursor: pointer;
  font-size: 15px;
  line-height: normal;
  border-color: var(--DTColor_Body);
  border: 1px solid var(--DTColor_Border);
  background-color: #fef9f2;
  border-radius: var(--DT_Button_Border_Radius)
}

.swVariantRdo:checked+label {
  border-color: var(--DT_Button_BG_Color);
  background-color: var(--DT_Button_BG_Color);
  color: var(--DT_Button_Text_Color);
}

form[class*="shopify-product"]>div.product_payments_btns>.sw-btn {
  display: block;
  background-color: unset !important;
  color: var(--DT_Button_BG_Color) !important;
  width: 100% !important;
  border: var(--DT_Button_border_width) solid var(--DT_Button_border_Color) !important;
  margin: unset !important;
}

form[class*="shopify-product"]>div.product_payments_btns>.sw-btn:hover {
  background-color: var(--DT_Button_BG_Color) !important;
  color: #fef9f2 !important;
}
.swiper-horiz-thumbnails-main-container{
  max-width: 80%;
  margin: auto;
}
[data-section-type="featured-blog-section"] .dt-sc-blog-title{
  margin-top: unset !important;
}
@media screen and (max-width:767px) {
  /* #to-top {
    left: 4% !important;
    right: unset !important;
    bottom: 8% !important;
  } */

  .stickyImgTitle {
    display: none !important;
  }

  #addtocart-sticky .dt-sc-qty {
    display: none !important;
  }

  #container #addtocart-sticky {
    padding-right: unset !important;
  }

  html body #addtocart-sticky form {
    justify-content: center !important;
  }
}

@media only screen and (orientation: landscape) and (max-width:767px) {
  header #AccessibleNav .logo {
    /*margin-right: auto;*/
    max-width: 10% !important;
  }

  .header-fixed {
    position: unset !important;
  }

  .stickyImgTitle .product-attr-title {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #addtocart-sticky form,
  #addtocart-sticky .stickyImgTitle,
  #addtocart-sticky .stickyBtnSelect {
    flex-wrap: nowrap !important;
  }

  /* #to-top {
    left: 4% !important;
    right: unset !important;
    bottom: 16% !important;
  } */
}

.dt-sc-blog-single a,.shopify-policy__body a,.product-single__description a {
  background-image: linear-gradient(to right, currentcolor 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  color: #a93248 ;
  background-position: 100% 100%;
  transition: background-position .75s ease-out;
  text-decoration: unset !important;
}
.dt-sc-blog-single a:hover,.shopify-policy__body a:hover,.product-single__description a:hover{
  background-position: 0% 100%;
}
.reputon-carousel-holder {
  direction: ltr;
}
.dt-sc-btn {
  background-color: #000 !important;
  color: #fef9f2 !important;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.dt-sc-btn:hover {
  background-color: #f2dcc0 !important;
  color: #000 !important;
}
.dt-sc-btn.swopp {
  border-radius: 4px;
  transition: background-color 0.3s ease;
  background-color: #f2dcc0 !important;
  color: #000 !important;
}

.swopp.dt-sc-btn:hover {
  background-color: #000 !important;
  color: #fef9f2 !important;
}