body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
small,
div,
section,
ul,
li {
  font-family: Montserrat;
}

/* theme colors */
.text-theme-red {
  color: #920400 !important;
}

.bg-theme-red {
  background-color: #920400 !important;
}

.border-theme-red {
  border-color: #920400;
}

.bg-theme-gray {
  background: #5b5c5d;
}

.bg-theme-light-gray {
  background-color: #f0f0f0;
}

.bg-theme-dark {
  background: #1b1818;
}

/* main-section-bg */
.main-banner {
  background-image: url(../images/main-bg-img.png);
  height: 750px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* right-side-bg */
.right-side-img-col {
  background-image: url(../images/right-side-img.png);
  /*background-image: url(../images/dminteract-shipping-to-usa_and-canada.png);*/
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* product grid section css */
.top-actions .top-wish-list-icon i {
  font-size: 20px;
}

.categories-btn button {
  background: #eef7f5;
  padding: 5px 10px !important;
  font-size: 11px;
}

.prev-cate-btn,
.next-cate-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin: 0 0px;
  padding-top: 1px;
}

.product-box {
  position: relative;
  overflow: hidden;
  min-height: 465px;
}

.product-img-section img {
  transition: transform 0.3s ease-in-out;
  width: auto;
  max-height: 218.2px;
}

.product-hover-box {
  /* padding: 0 25px; */
  justify-content: end;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.product-box:hover .product-img-section img {
  transform: scale(1.1);
}

.product-box:hover .product-hover-box {
  opacity: 1;
}

.product-img-section {
  text-align: center;
  margin: 25px 0;
}

.product-hover-box .action-btns .wish-list-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-hover-box .action-btns .one-tap-checkout.d-grid button {
  height: 40px;
}

/* blog section css */
.blog-item {
  position: relative;
}

.blog-short-desc {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  justify-content: end;
}

/* masonry items css */
.masonry-item {
    position: relative;
    flex-shrink: 0;
    min-height: auto;
}

.masonry-item:hover .masonry-item-txt {
  background: rgba(0, 0, 0, 0.5);
}

.masonry-item:hover .masonry-item-txt h2 {
  color: #fff !important;
}

.masonry-item .masonry-item-txt {
  position: absolute;
  top: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}

/* footer css */
.cms-homepage_complex2 .footer-container,
.catalog-category-view .footer-container,
.catalog-product-view .footer-container,
.checkout-cart-index .footer-container {
  margin-top: -120px;
  padding-top: 10px;
}

.cms-homepage_complex2 .footer-container footer,
.catalog-category-view .footer-container footer,
.catalog-product-view .footer-container footer,
.checkout-cart-index .footer-container footer {
  padding-top: 170px !important;
}

.footer-container footer {
  padding-top: 0 !important;
}

/* fonts and size as per design css */
h1 {
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -1.38px;
}

h2 {
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -1.08px;
}

/* slider category css */
.categories-btn-container {
  overflow: hidden;
}

.categories-btn {
  display: flex;
  transition: transform 0.5s ease;
  position: relative;
}

.categories-btn button {
  flex: 0 0 auto;
  margin-right: 10px;
  transition: transform 0.5s ease;
}

.topBarRight {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.header-container .top-link-container .topBarRight .top-link {
  margin: 0;
  padding: 0 0 0 20px;
  float: initial;
}

.header-container .top-link-container .topBarRight .switcher {
  float: initial;
}

.topBarRight li:first-child {
  display: flex;
  align-items: center;
}

.header-container .top-link-container .topBarRight .switcher .mobile-hint {
  color: #fff;
  font-size: 12px;
}

.header-container .top-link-container .topBarRight .top-link a {
  margin: 0;
}

.search-by-category {
  float: initial;
  max-width: 100%;
  width: 100%;
}

.verticalmenu.navigation.side-verticalmenu .title-category-dropdown .fa-navicon {
  display: none;
}

.verticalmenu.navigation.side-verticalmenu .title-category-dropdown {
  padding: 0;
  text-align: left;
  line-height: initial;
  height: 29px;
  display: flex;
  align-items: center;
  background: transparent;
}

.nav-sections {
  margin: 0;
  max-width: 180px;
  position: absolute;
  right: 0;
  top: 8px;
  background: transparent;
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
}

.verticalmenu.navigation.side-verticalmenu .title-category-dropdown .fa-chevron-up {
  line-height: initial;
}

.menu-bar-logo {
    display: flex;
}

@media (max-width: 767px) {
    
.header-container .header .logo {
    position: absolute;
    left: 69px;
}

}
.menu-bar-logo .nav-sections {
    position: static;
    margin-right: 20px;
    border: none;
    padding-left: 0;
}

.menu-bar-logo .verticalmenu.navigation.side-verticalmenu .list-category-dropdown {
    right: auto;
    top: 48px;
}

.menu-bar-logo .verticalmenu.navigation.side-verticalmenu .title-category-dropdown {
    font-size: 26px;
    margin-top: 5px;
}


.header-container .header {
  background: #313131;
}




.header-container .top-link-container {
  background: #1d1d1d;
}

.header-container .top-link-container .txt-welcome {
  color: #fff;
}

.search-by-category .smart-search-form input {
  background: transparent;
  color: #fff;
}

.search-by-category .minisearch {
  background: transparent;
}

.search-by-category .smart-search-form input::placeholder {
  color: #fff;
}

.verticalmenu.navigation.side-verticalmenu {
  background: transparent;
}

.header-container .header .minicart-wrapper .icon-cart-header .fa {
  color: #fff;
}

.verticalmenu.navigation.side-verticalmenu .list-category-dropdown {
  width: 300px;
  right: 0;
  left: auto;
}

.verticalmenu.navigation .subchildmenu.mega-columns>li {
  float: initial;
  width: 100% !important;
}

.verticalmenu.navigation.side-verticalmenu>ul li.level0 .level0.submenu .subchildmenu {}

.verticalmenu.navigation.side-verticalmenu>ul li.level0 .level0.submenu {
  width: 300px;
}

.header-container .top-link-container .switcher .switcher-options strong {
  color: #fff;
}

.header-container .top-link-container .top-link a {
  color: #fff;
  text-decoration: none;
}

.search-by-category .smart-search-form button {
  display: none;
}

.header-container .header .minicart-wrapper .text-cart {
  color: #fff;
}

.contact-usform-section {
  position: relative;
  z-index: 1;
}

.tab_content_electronics {
  display: flex;
  flex-wrap: wrap;
}

modal-popup .modal-inner-wrap {
  background: #fff !important;
}

.searchBtn {
  display: none;
}

body .modal-content {
  background: #fff !important;
}

.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  background: #fff !important;
}

.catalog-category-view .magepow-categories-heading {
  display: none;
}

.catalog-category-view .magepow-categories-grid .magepow-categories-category {
  background: #F0F0F0;
  display: flex;
  text-decoration: none;
  align-items: center;
  margin: 0;
  padding: 12px;
}

.catalog-category-view .magepow-categories-grid .magepow-categories-category .magepow-categories-category-image {
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}

.catalog-category-view .magepow-categories-grid .magepow-categories-category-name {
  text-align: left;
}

.catalog-category-view .magepow-categories-grid .magepow-categories-category-name span {
  font-size: 12px;
  line-height: initial;
  display: block;
  color: #5B5C5D;
  font-weight: 600;
}

.catalog-category-view .magepow-categories-grid {
  margin: 0 0 30px;
  justify-content: space-between;
}

.catalog-category-view .breadcrumbs ul li strong,
.catalogsearch-result-index .breadcrumbs ul li strong,
.catalog-product-view .breadcrumbs ul li strong {
  color: #920400;
  font-weight: 500;
}

.catalog-category-view .breadcrumbs .items>li,
.catalogsearch-result-index .breadcrumbs .items>li,
.catalog-product-view .breadcrumbs .items>li {
  font-weight: 500;
}

.catalog-category-view .columns.layout.layout-1-col.row,
.catalogsearch-result-index .columns.layout.layout-1-col.row {
  max-width: 1320px;
  margin: 0 auto;
}

.catalog-category-view .filter-content .filter-options .filter-options-title,
.catalog-category-view .block-compare .block-title strong,
.catalog-category-view .block-wishlist .block-title strong,
.catalogsearch-result-index .filter-content .filter-options .filter-options-title,
.catalogsearch-result-index .block-compare .block-title strong,
.catalogsearch-result-index .block-wishlist .block-title strong {
  border-bottom: none;
  font-family: Montserrat;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.catalog-category-view .filter-content .filter-options .filter-options-title:before,
.catalog-category-view .block-compare .block-title strong:before,
.catalog-category-view .block-wishlist .block-title strong:before,
.catalogsearch-result-index .filter-content .filter-options .filter-options-title:before,
.catalogsearch-result-index .block-compare .block-title strong:before,
.catalogsearch-result-index .block-wishlist .block-title strong:before {
  border-top-width: 3px;
  border-color: #920400;
}

.catalog-category-view .filter-content .filter-options .filter-options-content ol li a,
.catalogsearch-result-index .filter-content .filter-options .filter-options-content ol li a {
  color: #5B5C5D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .filter-options .count,
.catalogsearch-result-index .filter-options .count {
  color: #5B5C5D;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .block-compare .empty,
.block-wishlist .empty,
.catalogsearch-result-index .block-compare .empty,
.block-wishlist .empty {
  color: #5B5C5D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .toolbar-products .modes-mode.active,
.catalogsearch-result-index .toolbar-products .modes-mode.active {
  background: #920400;
}

.catalog-category-view .toolbar-products .modes-mode,
.catalogsearch-result-index .toolbar-products .modes-mode {
  border-radius: 0;
  margin: 0 15px 0 0;
}

.catalog-category-view .modes-mode:before,
.catalogsearch-result-index .modes-mode:before {
  color: #1B1818;
}

.catalog-category-view .toolbar-products .modes-mode:not(.active):hover,
.catalogsearch-result-index .toolbar-products .modes-mode:not(.active):hover {
  background: #920400;
}

.catalog-category-view .magepow-categories-grid li {
  width: calc(25% - 13px);
}

.catalog-category-view .filter-current .action.remove {
  max-height: 16px;
  position: relative;
  top: 3px;
}

.catalog-category-view .filter-current .action.remove span {
  max-height: 16px;
}

.catalog-category-view .filter-current .action.remove span .fa.fa-times {
  line-height: initial;
  color: #920400;
}

.catalog-category-view .filter-current .filter-value {
  color: #5B5C5D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .block-actions.filter-actions .action.clear.filter-clear span {
  color: #5B5C5D;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view #layered-ajax-filter-block .widget-title {
  border-bottom: none;
  font-family: Montserrat;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
}

.catalog-category-view #layered-ajax-filter-block .widget-title:before {
  border-top-width: 3px;
  border-color: #920400;
}

.catalog-category-view .filter-current ol.items {
  margin: 0 0 0;
}

.catalog-category-view .ui-slider-horizontal {
  background: #F0F0F0;
  margin: 10px 0 15px;
}

.catalog-category-view .ui-slider .ui-slider-handle {
  border-radius: 30px;
  background: #920400;
}

.catalog-category-view .ui-slider .ui-slider-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  transform: scale(0.5);
  border-radius: 30px;
}

.catalog-category-view div#layered_ajax_price_text {
  color: #5B5C5D;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.catalog-category-view div#layered_ajax_price_text span {
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view div#layered_ajax_price_attribute {
  display: flex;
  flex-direction: column-reverse;
}

.catalog-category-view .sidebar.custom-before-sidebar {
  padding: 0 0 30px;
}

.catalog-category-view .toolbar-products .toolbar-sorter .sorter-label,
.catalogsearch-result-index .toolbar-products .toolbar-sorter .sorter-label {
  display: none;
}

.catalog-category-view .toolbar-products .toolbar-amount,
.catalogsearch-result-index .toolbar-products .toolbar-amount {
  float: left;
  padding-left: 12px;
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .toolbar-products .sorter,
.catalogsearch-result-index .toolbar-products .sorter {
  margin: 0;
  float: right;
}

.catalog-category-view .toolbar-products .toolbar-amount span,
.catalogsearch-result-index .toolbar-products .toolbar-amount span {
  font-family: 'Roboto', sans-serif;
}

.catalog-category-view .product-list-item,
.catalogsearch-result-index .product-list-item {
  padding: 25px 25px 35px;
  margin: 0;
  background: #F0F0F0;
  border-radius: 0;
  border: none;
  min-height: 460px;
}

.catalog-category-view .product-list-item .product-photo .product-image-photo,
.catalogsearch-result-index .product-list-item .product-photo .product-image-photo {
  height: 243px;
}

.catalog-category-view .product-grid .item-inner .product-list-item .product-info-bottom,
.catalogsearch-result-index .product-grid .item-inner .product-list-item .product-info-bottom {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: auto;
}

.catalog-category-view .product-grid.row,
.catalogsearch-result-index .product-grid.row {
  padding: 0;
}

.catalog-category-view .product-list-item:hover,
.catalogsearch-result-index .product-list-item:hover {
  box-shadow: none;
  border: none;
}

.catalog-category-view .product-list-item .product-info-bottom .product-name a,
.catalogsearch-result-index .product-list-item .product-info-bottom .product-name a {
  display: block;
  text-decoration: none;
  text-align: left;
  color: #920400;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.catalog-category-view .product-list-item .product-info-bottom .price-box,
.catalogsearch-result-index .product-list-item .product-info-bottom .price-box {
  order: 1;
  margin: 0 0 15px;
}

.catalog-category-view .product-list-item .product-info-bottom .product-name,
.catalogsearch-result-index .product-list-item .product-info-bottom .product-name {
  order: 1;
}

.catalog-category-view .product-list-item .product-info-bottom .price-box .price,
.catalogsearch-result-index .product-list-item .product-info-bottom .price-box .price {
  color: #1B1818;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.catalog-category-view .product-list-item .product-info-bottom p,
.catalogsearch-result-index .product-list-item .product-info-bottom p {
  order: 3;
  margin: 0;
  text-align: left;
  color: #5B5C5D;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 19px;
}

.catalog-category-view .product-list-item .btn-add-to-cart,
.catalogsearch-result-index .product-list-item .btn-add-to-cart {
  background: #920400;
  border-radius: 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 0;
  width: 100%;
  height: auto;
  line-height: initial;
}

.catalog-category-view .product-list-item .btn-add-to-cart span,
.catalogsearch-result-index .product-list-item .btn-add-to-cart span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  display: block;
}

.catalog-category-view .product-list-item .btn-add-to-cart span i,
.catalogsearch-result-index .product-list-item .btn-add-to-cart span i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 0;
  padding: 0 2px 0 0;
  font-size: 16px;
}

.catalog-category-view .product-list-item:hover .btn-add-to-cart,
.catalogsearch-result-index .product-list-item:hover .btn-add-to-cart {
  background: #920400;
}

.catalog-category-view .product-list-item .product-info-bottom .actions-primary,
.catalogsearch-result-index .product-list-item .product-info-bottom .actions-primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 1;
}

.catalog-category-view .product-list-item:hover .product-info-bottom .actions-primary,
.catalogsearch-result-index .product-list-item:hover .product-info-bottom .actions-primary {
  opacity: 1;
  visibility: visible;
}

.catalog-category-view .product-list-item .addto-links-icons .add-to-links li,
.catalogsearch-result-index .product-list-item .addto-links-icons .add-to-links li {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
  background: #fff;
  border-radius: 50px;
  margin: 0 0 10px;
}

.catalog-category-view .product-list-item .addto-links-icons,
.catalogsearch-result-index .product-list-item .addto-links-icons {
  max-width: 40px;
  left: auto;
  right: 0;
  top: 12px;
  opacity: 0;
  visibility: hidden;
}

.catalog-category-view .product-list-item .addto-links-icons .add-to-links li a,
.catalogsearch-result-index .product-list-item .addto-links-icons .add-to-links li a {
  border-radius: 0;
  filter: invert(1) brightness(0);
  background-color: transparent !important;
}

.catalog-category-view .product-list-item .addto-links-icons .add-to-links li:last-child,
.catalogsearch-result-index .product-list-item .addto-links-icons .add-to-links li:last-child {
  margin: 0;
}

.catalog-category-view .product-list-item .product-detail-link,
.catalogsearch-result-index .product-list-item .product-detail-link {
  background: rgba(0, 0, 0, 0.60);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.catalog-category-view .product-list-item .product-photo .product.photo.product-item-photo,
.catalogsearch-result-index .product-list-item .product-photo .product.photo.product-item-photo {
  z-index: 0;
  position: relative;
  display: block;
}

.catalog-category-view .product-list-item .product-photo,
.catalogsearch-result-index .product-list-item .product-photo {
  z-index: auto;
}

.catalog-category-view .product-list-item:hover .product-detail-link,
.catalogsearch-result-index .product-list-item:hover .product-detail-link {
  opacity: 1;
  visibility: visible;
}

.catalog-category-view .product-list-item:hover .addto-links-icons,
.catalogsearch-result-index .product-list-item:hover .addto-links-icons {
  opacity: 1;
  visibility: visible;
}

.catalog-product-view .product-view {
  max-width: 1320px;
  margin: 0 auto;
}

.catalog-product-view .main-detail .row {
  margin: 0;
}

.catalog-product-view .fotorama__wrap--slide .fotorama__stage__frame {
  background: #F0F0F0;
}

.catalog-product-view .fotorama__stage__frame .fotorama__img {
  width: 80%;
}

.catalog-product-view .product-view .product-info-main .page-title-wrapper .page-title span {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  margin-top: 0;
}

.catalog-product-view .page-layout-1column .product-info-main {
  padding: 0 0 0 30px;
}

.catalog-product-view .product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: 400;
  margin: 0 0 0;
}

.catalog-product-view .product-view .product-info-main .price-box .price-wrapper .price {
  color: #1B1818;
  font-weight: 700;
}

.catalog-product-view .product-view .product-info-main .price-box {
  margin: 0;
  float: initial;
}

.catalog-product-view .product-view .product-info-stock-sku .stock {
  margin-bottom: 0;
  display: block;
  color: #1B1818;
  text-transform: capitalize;
}

.catalog-product-view .product-view .product-info-stock-sku {
  margin: 0;
  display: flex;
  align-items: center;
}

.catalog-product-view .product-view .product-info-stock-sku .attribute.sku .value {
  margin: 2px 0 0;
}

.catalog-product-view .product-info-price {
  padding: 15px 0;
}

.catalog-product-view .price-container {
  font-size: 13px;
}
.catalog-product-view .product-info-main .product.attribute.sku {
  display: block;
}

.catalog-product-view .product-view .product-info-stock-sku .stock span {
  color: #1B1818;
}

.catalog-product-view .product-info-main .price-box .weee {
  line-height: initial;
  display: block;
}

.catalog-product-view .product-info-main .price-box .weee .price-wrapper {
  display: block;
}

.catalog-product-view .product-info-detail-delivery {
  padding: 30px 0 0;
}

.catalog-product-view .product-info-detail-delivery p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.catalog-product-view .breadcrumbs {
  margin: 0 0 20px;
}

.catalog-product-view .product-options-bottom .box-tocart .field.qty label,
.catalog-product-view .box-tocart .field.qty label {
  display: none;
}

.catalog-product-view .product-view .box-tocart .field.qty .control input,
.product-options-bottom .box-tocart .field.qty .control input {
  width: 50px;
  background: #F0F0F0;
}

.catalog-product-view .product-view .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  border-radius: 0;
  text-transform: capitalize;
}

.catalog-product-view .product-view .box-tocart .action.tocart {
  font-weight: 400;
  background: #920400;
}

.catalog-product-view .product-options-bottom .box-tocart .action.tocart span,
.catalog-product-view .box-tocart .action.tocart span {
  font-family: 'Roboto', sans-serif;
}

.catalog-product-view .attr-info {
  display: flex;
  align-items: flex-end;
}

.catalog-product-view .product-view .product-options-wrapper {
  float: initial;
}

.catalog-product-view .product-view .box-tocart,
.product-options-bottom .box-tocart {
  margin: 10px 20px 0 0;
}

.catalog-product-view .product-social-links a {
  border-radius: 50px !important;
  background-color: #fff !important;
}

.catalog-product-view .page-wrapper {
  background: #fdf9f9;
}

.catalog-product-view .product-social-links .action .fa {
  display: block;
  font-size: 0;
  filter: invert(1) brightness(0);
}

.catalog-product-view .product-view .product-info-main .product-addto-links .action.towishlist i {
  background: url(https://dev.dminteract.com/static/version1701028671/frontend/webcoderbd/dminteract/en_US/images/icon-wishlist.png) no-repeat 50% 50%;
}

.catalog-product-view .product-social-links .action.tocompare .fa {
  background: url(https://dev.dminteract.com/static/version1701028671/frontend/webcoderbd/dminteract/en_US/images/icon-compare.png) no-repeat 50% 50%;
}

.catalog-product-view .attr-info .product-add-form {
  max-width: 210px;
}

.catalog-product-view .field.choice.admin__field.admin__field-option {
  display: flex;
  align-items: center;
}

.catalog-product-view .field.choice.admin__field.admin__field-option input {
  margin: 0 5px 0 0;
  top:-5px
}

.catalog-product-view .product-view .product-options-wrapper label {
  margin: 0;
  display: inline-block;
}

.catalog-product-view .field.choice.admin__field.admin__field-option:first-child input {
  position: relative;
  top: -4px;
}

.catalog-product-view .social-icons-detail a {
  display: inline-block;
  color: #1B1818;
  margin: 0 0 0 8px;
}

.catalog-product-view .social-icons-detail {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.catalog-product-view .box-inner1 {
  position: relative;
}

.catalog-product-view .gallery-placeholder__image {
  max-width: 80%;
}

.catalog-product-view ._block-content-loading {
  background: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.catalog-product-view .centeral-section-heading {
  margin: 0 auto 40px !important;
  float: initial;
}

.catalog-product-view .our-product-section {
  padding: 70px 0;
}

.catalog-product-view .centeral-section-heading h2 {
  margin: 0;
  font-size: 34px;
}

.catalog-product-view .our-product-section .icon-img {
  background: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100px;
}

.catalog-product-view .horizontal-icon-boxes img {
  width: auto;
  height: auto;
}

.catalog-product-view .horizontal-icon-boxes {}

.catalog-product-view .horizontal-icon-boxes .icon-title h5 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.catalog-product-view .horizontal-icon-boxes .icon-title {
  margin: 0 0 12px;
}

.catalog-product-view .horizontal-icon-boxes .text-muted {
  font-size: 14px;
  line-height: 19px;
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #5B5C5D !important;
}

.catalog-product-view .content-banner {
  position: relative;
}

.catalog-product-view .content-banner .banner-txt {
  position: absolute;
  bottom: 70px;
  left: 60px;
  max-width: 420px;
}

.catalog-product-view .content-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(146, 4, 0, 1) 0%, rgba(146, 4, 0, 1) 30%, rgba(0, 212, 255, 0) 100%);
}

.catalog-product-view .content-banner .banner-txt h2 {
  color: #fff !important;
  line-height: 130%;
}

.catalog-product-view .content-banner .banner-txt h2 br {
  display: none;
}

.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}

.catalog-product-view #maincontent {
  margin-bottom: 0;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title.active:after {
  border-color: #920400;
  width: 100%;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title.active a {
  color: #1B1818;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title a {
  color: #1B1818;
}

.catalog-product-view .product.info.detailed .product.data.items .item.title {
  background: transparent;
}

.catalog-product-view .product.data.items>.item.content {
  background: transparent;
}

.catalog-product-view .product.info.detailed+.container+.container .centeral-section-heading {
  margin: 60px auto !important;
}

.catalog-product-view .product.info.detailed+.container+.container+.container .content-banner:before {
  background: rgba(0, 0, 0, 0.70);
}

.catalog-product-view .product.info.detailed+.container+.container+.container .content-banner .banner-txt {
  max-width: 100%;
  left: auto;
  bottom: auto;
  top: calc(50% - 78px);
}

.catalog-product-view .product.attribute.description img {
  margin: 0 0 20px;
}

.product-hover-box .action.button.towishlist {
  line-height: initial;
  max-height: 16px;
  padding: 0;
}

.product-box .product-box-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.product-box:hover .product-box-link {
  opacity: 1;
}

.ajaxsuite-popup-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
  /* min-width: 500px; */
  border: none;
}

.modal-popup .modal-title {
  margin: 14px 0 0;
  font-weight: 700;
  font-size: 40px;
  font-family: Montserrat;
}

.modal-content .dropdown.switcher-dropdown {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}

.modal-content .dropdown.switcher-dropdown li.switcher-option {
  flex: 0 0 49%;
  margin: 0 0 10px;
}

.modal-content .dropdown.switcher-dropdown li.switcher-option a {
  text-decoration: none;
  background: #920400;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
  border-radius: 6px;
}

.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>td {
  background: transparent;
  /* border: 1px solid; */
  line-height: initial;
  padding-bottom: 10px;
  padding-top: 10px;
  height: 100%;
  display: table-cell;
}

.product.info.detailed .additional-attributes>tbody>tr {
  border-bottom: 1px solid rgb(27 24 24 / 26%);
}

.product.info.detailed .additional-attributes {
  width: auto;
}

.cart.table-wrapper .cart.items th.col.item {
  /* width: 70%; */
}

.cart-totals .mark {
  background: transparent;
  border: none;
}

.cart-totals table.data.table.totals {
  border: none;
}

.cart-totals .amount {
  background: transparent;
  border: none;
}

.cart-totals table.data.table.totals tr.totals.sub {
  border-bottom: 1px solid #d1d1d1;
}

.cart-totals table.data.table.totals tr.totals.shipping.excl {
  border-bottom: 1px solid #d1d1d1;
}

.featured-blog.prior-1 .blog-item .blog-feature-img img {
  min-height: 661.45px;
  /*object-fit: cover;*/
}

.page-title-wrapper .page-title .base {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}

.page-main>.page-title-wrapper .page-title {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.page-title-wrapper .page-title .base:before {
  display: none;
}

.cart-container {
  max-width: 1320px;
  margin: 0 auto 100px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.cart.table-wrapper .cart.items th.col span {
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}

.cart.table-wrapper .cart.items th.col {
  font-size: 14px;
}

.cart.table-wrapper .cart.items .col {
  border: none;
}

.cart.table-wrapper .items {
  border: none;
}

.product-item-name>a {
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.cart.table-wrapper .cart.items .col .product-item-name {
  margin: 0;
}

.cart.table-wrapper .cart.items .col .product-item-details {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  justify-content: center;
}

.cart.table-wrapper .cart.items .col .product-item-photo {
  display: inline-block;
  width: 15%;
  padding: 0;
}

.cart.table-wrapper .product-image-wrapper .product-image-photo {
  position: relative;
}

.cart.table-wrapper .cart.items td.col {
  text-align: left;
}

.cart.table-wrapper .cart.items td.col span {
  font-family: Montserrat;
}

.cart.table-wrapper .actions-toolbar>.action {
  margin-bottom: 0;
  color: #A4A4A4;
  background: transparent;
  border: 1px solid #A4A4A4;
  font-size: 0;
  padding: 0;
  width: 44px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}

.cart.table-wrapper .item-actions td {
  border: none;
  padding-top: 0;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
  content: "\f2ed";
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
}

.cart.table-wrapper .actions-toolbar>.action.action-edit:before {
  content: "\f044";
  font-size: 18px;
  font-family: "Font Awesome 6 Free";
}

.cart.table-wrapper .actions-toolbar>.action:hover {
  background: #920400;
}

.cart.table-wrapper .items thead+.item {
  border-color: #D4D4D4;
}

.cart.table-wrapper .cart.items .col .cart-price span {
  color: #920400;
}

.cart.table-wrapper .cart.items td.col span.price-excluding-tax {
  margin: 7px 0 0;
}

.cart.table-wrapper .col.qty .input-text {
  margin-top: 0;
}

.cart-container .form-cart .action.continue,
.cart-container .form-cart .action {
  margin-bottom: 0;
}

.cart-container .form-cart .action.update {
  color: #FF3535;
  font-size: 12px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  background: transparent;
  line-height: initial;
  border-left: 1px solid #EDEDED;
  font-weight: 700;
  margin: 0 0 0 20px;
}

.cart-container .form-cart .action.update span {
  font-family: 'Roboto', sans-serif;
}

.cart-container .form-cart .action.update:before {
  display: none;
}

.cart-container .form-cart .action.continue,
.cart-container .form-cart .action.continue {
  display: inline-block;
  float: initial;
  background: transparent;
  color: #920400;
  padding: 0;
  font-weight: 700;
}

.cart-container .form-cart .action.continue span {
  font-family: 'Roboto', sans-serif;
}

.cart-container .checkout-methods-items .action.primary {
  background: #920400;
  padding: 10px 0;
}

.cart-summary input#coupon_code {
  border: 1px solid #920400;
}

.cart-summary {
  background: #fff;
  border: 1px solid #D4D4D4;
}

.cart-summary strong.summary.title {
  font-family: Montserrat;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #D4D4D4;
  padding: 0 0 20px;
}

.cart-totals .mark {
  font-size: 12px;
}

.cart-totals .grand .amount {
  color: #920400;
  font-size: 16px;
}

.cart-totals .grand .amount strong span {
  font-family: 'Roboto', sans-serif;
}

.cart-totals .grand.totals .mark {
  font-size: 16px;
}

.cart-totals .grand.totals .mark strong {
  font-weight: 600;
}

.cart-totals .amount {
  font-size: 12px;
  font-weight: 500;
  color: #920400;
}

.cart-totals .amount span.price {
  font-family: 'Roboto', sans-serif;
}

.cart-totals table.data.table.totals tr.totals.sub {
  border: none;
}

.cart-summary tr.grand.totals {
  border: none;
}

.cart-totals table.data.table.totals tr.totals.shipping.excl {
  border: none;
}

.cart-summary .block>.title {
  border-top: none;
}

.cart-totals {
  border: none;
}

.cart-summary .actions-toolbar>.primary button.action.apply.primary {
  background: transparent;
  color: #920400;
  border-color: #920400;
}

.cart-summary .actions-toolbar>.primary button.action.apply.primary:hover {
  background: #920400;
  color: #fff;
}

.cart-summary .block .fieldset.rate {
  margin-bottom: 0;
}

.cart-summary #co-shipping-method-form .item-options .radio {
  margin: 0 5px 0 0;
  float: initial;
}

.cart-summary .block .fieldset .field.choice.item {
  display: flex;
  align-items: center;
}

.cart-summary .block .fieldset .methods .field>.label {
  margin: 0;
}

.cart-summary .block .item-options {
  padding: 10px 0 0;
}

.checkout-cart-index main#maincontent {
  margin-bottom: 0;
}

.checkout-cart-index .page-layout-1column .column.main {
  padding-bottom: 0;
}

.checkout-container {
  max-width: 1320px;
  margin: 0 auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

.checkout-index-index .column.main .product-item {
  width: 100%;
  max-width: max-content;
}

.checkout-index-index .product-item:hover,
.checkout-index-index .product-list-item:hover {
  box-shadow: none;
  border: none;
}

body.checkout-index-index .opc-block-summary {
  background: #fff;
}

.checkout-index-index .minicart-items .product-item-name {
  font-size: 12px;
  color: #8D8D8D;
}

.checkout-index-index .opc-block-summary .product-item .price {
  font-size: 12px !important;
  color: #1D1D1D;
  font-weight: 600;
}

.table-checkout-shipping-method tr.row {
  margin: 0;
}

div#shipping-new-address-form input {
  height: 44px;
  border-color: #D4D4D4;
}

.checkout-index-index .opc-wrapper .form-login input {
  height: 44px;
  border-color: #D4D4D4;
}

.checkout-index-index .fieldset>.field:not(.choice)>.label {
  color: #000000;
  font-weight: 500;
}

.table-checkout-shipping-method .col {
  width: 25%;
  padding: 12px 10px;
  min-width: 25%;
  font-size: 14px;
  line-height: initial;
  font-family: 'Roboto', sans-serif;
  color: #8D8D8D;
  font-weight: 400;
}

.table-checkout-shipping-method th.col {
  font-weight: 600;
  color: #000;
}

.table-checkout-shipping-method .col span {
  font-family: 'Roboto', sans-serif;
}

.checkout-index-index .opc-block-summary>.title {
  padding-bottom: 0;
  margin: 0 0 10px;
  font-family: Montserrat;
  text-transform: capitalize;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.checkout-index-index .opc-block-summary>.title:after {
  border: none;
}

.methods-shipping .actions-toolbar .action.primary {
  background: #920400;
}

div#shipping-new-address-form select {
  height: 44px;
}

.checkout-payment-method .payment-method-title {
  display: flex;
}

.checkout-payment-method .payment-method-title input {
  margin: 0 8px 0 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #000;
  font-weight: 600;
}

.checkout-index-index .opc-wrapper .step-title:after {
  display: none;
}

.checkout-index-index .opc-wrapper .step-title {
  padding-bottom: 0;
  font-family: Montserrat;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 10px;
}

.checkout-index-index .nav-sections {
  display: none;
}

.checkout-index-index button.action.action-apply {
  background: #920400;
}

.checkout-index-index .authentication-wrapper {
  top: 0;
  right: 20px;
  margin: 0;
}

.checkout-index-index .authentication-wrapper button.action.action-auth-toggle {
  text-decoration: none;
  background: #920400;
  color: #fff;
  display: inline-block;
  line-height: initial;
  padding: 10px 30px;
  border-radius: 5px;
}

/* ######################################################      PLP CSS    ######################################################################### */
.horizontal-icon-boxes img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.col-one-item img {
  width: 60%;
  margin: 25px 0;
}

.by-the-best-table table {
  border-collapse: separate;
  border-spacing: 30px;
}

.by-the-best-table table td {
  width: 25%;
  padding: 25px 0 !important;
}

.by-the-best-table table thead td:not(:first-child) {
  border-bottom: 2px solid #878787;
}

.by-the-best-table table tbody td {
  border-bottom: 1px solid #ccc;
}

.top-actions-icons {
  position: absolute;
  top: 0;
  right: 20px;
}

.top-actions-icons .icn {
  background: #fff;
  margin: 10px 0;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border-radius: 100%;
}

/* Ends here */

.page-wrapper {
    position: relative;
}

body {
  max-width: auto;
}

.checkout-index-index fieldset.field.street.admin__control-fields.required .control {
    clear: none;
}

@media (max-width: 1399px){
  .featured-blog.prior-1 .blog-item .blog-feature-img img {
    min-height: 568.45px;
  }
}

@media (max-width: 1199px){
  .featured-blog.prior-1 .blog-item .blog-feature-img img {
    min-height: 474.45px;
  }
}

@media (max-width: 992px) {
  #wa-widget-send-button div {
    display: none;
  }

  #wa-widget-send-button {
    padding: 0 !important;
  }

  .partners-section {
    padding: 0 0 20px;
  }

  .partners-section img.col-lg-1.col-md-1.col-sm-3 {
    width: auto;
    margin: 0 0 10px;
  }

  .partners-section .row {
    justify-content: center;
  }

  .header-container .top-link-container .txt-welcome {
    font-size: 12px;
    line-height: initial;
    display: block;
    white-space: normal;
  }

  .header-container .top-link-container {
    padding: 10px 0 0;
  }

  .topBarRight {
    justify-content: center;
    border-top: 1px solid #fff;
    margin: 10px 0 0;
  }

  .searchBtn {
    display: inline-block;
    margin: 1px 10px 0 0;
    font-size: 20px;
    color: #fff;
  }

  .header-container .header .col-logo {
    width: auto;
    max-width: 170px;
  }

  .header-container .header .minicart-wrapper {
    display: inline-block !important;
    margin: 0;
  }

  .header-container .header .col-search+.col-search {
    width: 180px;
    max-width: initial;
    text-align: right;
    margin-left: auto;
  }

  .header-container .header .minicart-wrapper .text-cart {
    font-size: 0;
  }

  .header-container .header .minicart-wrapper .action.showcart .counter.qty {
    width: 15px;
    height: 15px;
    min-width: 15px;
    right: 0;
    top: -8px;
    line-height: 16px;
  }

  .header-container .header .searchOuter {
    position: absolute !important;
    left: 0;
    width: 85%;
    max-width: 540px;
    top: 60px;
    float: initial;
    right: 0;
    margin: 0 auto;
    display: none;
  }

  .header-container .top-link-container .col-sm-8 {
    width: 100%;
  }

  .header-container .header .col-search {
    width: auto;
    position: static;
  }

  .nav-sections {
    left: auto;
    overflow: visible;
  }

  .side-img-section.my-5 {
    margin: 0 !important;
  }

  .masonry-section.my-5 {
    margin: 0 !important;
    padding: 30px 0 0;
  }

  body #wa-widget-send-button {
    margin-bottom: 10px !important;
  }

  .product-hover-box .action.button.towishlist {
    display: block;
    line-height: 100%;
  }

  .featured-blog.prior-1 .blog-item .blog-feature-img img {
      min-height: auto;
  }
  footer h6.text-theme-red {
    margin-top: 20px;
  }
  .header-container .top-link-container .col-lg-3.col-md-4.col-sm-4.col-xs-6.top-bar {
    width: 100%;
    text-align: center;
  }

  .top-email-custom {
      padding-top: 10px;
  }
  .our-product-section .tab_content_electronics .col-lg-4.mb-3 {
    width: 100%;
  }
  .cart.table-wrapper .cart.items td.col.qty {
      padding: 12px;
  }

  .cart-summary {
      float: initial;
      width: 100%;
  }

  .cart-container .form-cart {
      float: initial;
      width: 100%;
  }
  .catalog-category-view .col-main.column.main.col-lg-9.col-md-9.col-sm-9.col-xs-12 {
    width: 100%;
  }

  .catalog-category-view .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
      /*width: 100%;*/
      /*max-width: 516px;*/
  }
  
.cms-index-index .search-by-category .smart-search-form {
    background: transparent;
}
  
.search-by-category .smart-search-form {
    background: #313131;
}

  #checkout .opc-wrapper {
    float: initial;
    width: 100%;
  }

  body.checkout-index-index .opc-block-summary {
      display: none;
  }
  body.checkout-index-index .opc-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-container .header .minicart-wrapper .block-minicart {
    right: 5px;
    top: 110%;
  }
  .cart.table-wrapper .cart.items .col .product-item-details {
    width: 100%;
  }
  .catalog-category-view .magepow-categories-grid li {
    width: calc(50% - 13px);
    margin: 0 0 25px;
  }
  .catalog-category-view .products-grid ol > li {
    width: 50%;
  }
  .checkout-index-index .authentication-wrapper {
    position: relative;
    max-width: 100%;
    right: 0;
    text-align: center;
    margin: 0 0 30px;
  }
  .header-container .header .col-search+.col-search {
    padding-right: 20px;
    }
}

@media (max-width: 576px) {
  .catalog-category-view .magepow-categories-grid li {
    width: 100%;
    margin: 0 0 10px;
  }

  .catalog-category-view .product-grid .item-inner {
    max-width: max-content;
    float: initial;
    margin-top: 15px;
    width: 100%;
  }

  .catalog-product-view .product-view .product-options-wrapper label span {
    display: inline-block;
    white-space: initial;
  }

  .catalog-product-view .product-view .product-options-wrapper label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .catalog-product-view .attr-info .product-add-form {
    max-width: 100%;
  }

  .catalog-product-view .product-view .product-options-bottom .box-tocart {
    margin-bottom: 20px;
  }

  .product.attribute.description iframe {
    width: 100%;
  }

  .catalog-product-view .attr-info {
    flex-wrap: wrap;
  }

  .catalog-product-view .product-view .product-options-wrapper label span.price-notice {
    /* display: block; */
  }

  .catalog-product-view .social-icons-detail {
    bottom: 36px;
  }

  .catalog-product-view .product-view .product-info-main .price-box {
    margin: 10px 0 0;
  }

  .catalog-product-view .product-view .product-options-wrapper label span {
    display: inline-block;
    white-space: initial;
  }

  .catalog-product-view .product-view .product-options-wrapper label {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .catalog-product-view .attr-info {
    flex-wrap: wrap;
  }

  .catalog-product-view .product-view .product-options-wrapper label span.price-notice {
    /* display: block; */
  }

  .catalog-product-view .social-icons-detail {
    bottom: 36px;
  }

  .catalog-product-view .product-view .product-info-main .price-box {
    margin: 10px 0 0;
  }

  .cart-container .form-cart .action.update {
    display: inline-block;
    padding-left: 12px;
    margin: 0 0 0 12px;
  }

  .cart.table-wrapper #shopping-cart-table {
    /* min-width: 947px; */
  }

  .cart.table-wrapper .cart.items th.col.price,
  .cart.table-wrapper .cart.items td.col.price,
  .cart.table-wrapper .cart.items th.col.subtotal,
  .cart.table-wrapper .cart.items td.col.subtotal {
    min-width: 114.9px;
  }

  .cart.table-wrapper .cart.items th.col.item {
    width: 69%;
  }

  .cart.table-wrapper {
    overflow-x: scroll;
  }

  /* .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before {
    display: none;
  } */

  .cart.table-wrapper thead .col:not(.item) {
    /* display: table-cell; */
  }

  .cart.table-wrapper .cart.items th.col.qty,
  .cart.table-wrapper .cart.items td.col.qty {
    min-width: 55px;
    max-width: 55px;
  }

  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: auto;
  }

  div#checkout-shipping-method-load table.table-checkout-shipping-method {
    min-width: 500px;
  }

  div#checkout-shipping-method-load {
    overflow-x: scroll;
  }

  .checkout-payment-method .payment-method+.payment-method .payment-method-title .label {
    white-space: initial;
  }

  .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary {
    background: #920400;
  }

  .header-container .top-link-container .top-link a {
    font-size: 14px;
  }

  .topBarRight {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-container .top-link-container .topBarRight .top-link {
    padding: 0;
  }

  .topBarRight li:last-child {
    /* margin-left: auto; */
  }

  .header-container .top-link-container .top-link li:first-child a {
    font-size: 12px;
  }

  .header-container .header .col-search {
    padding: 0;
  }

  .nav-sections {
    height: 29px;
  }

  .checkout-payment-method .payment-method-title.field.choice label {
    white-space: break-spaces;
  }
}


/* login css */
.customer-account-login {
  background-image: url(../images/login-bg.png);
  /*background-color: #000;  remove it after placing bg img*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  gap: 15px;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #eee;
  margin: 0 10px;
}

.separator::before {
  margin-right: 0;
}

.separator::after {
  margin-left: 0;
}

.forgot-psw {
  clear: both;
}

.field label::after {
  display: none;
}

.forgot-psw .label {
  font-weight: 400;
  margin: 0 0 0 0;
}

.login-with-btns .btn:hover {
  border: 1px solid #000;
}


.category-slider .carousel-control {
    box-shadow: none;
    text-shadow: none;
    background: transparent;
    width: 40px;
    height: 50px;
    margin: auto;
    color: #000;
    font-size: 120px;
    top: 0;
    outline: none;
    filter: none;
    opacity: 1;
    text-decoration: none;
    line-height: 34px;
}
.category-slider .carousel-control.left {
    left: -60px; 
}

.category-slider .carousel-control.right {
    right: -60px;
}

.category-slider .product-box {
    background: #fff;
    min-height: 245px;
}

.category-slider .carousel-indicators {
    bottom: -50px;
    right: 0;
    width: 71%;
}

.category-slider .carousel-indicators .active {
    background: #920400;
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.category-slider .carousel-indicators li {
    border-color: #ddd;
    margin-right: 10px;
    width: 15px;
    height: 15px;
}

.category-slider .category-slider {
    margin-bottom: 49px;
}

.product-slide-box .product-box,
.tab_content_all .product-box{
    min-height: auto;
    background: #fff;
}

.tab_content_all .owl-item > div > .product-box {
    border: 1px solid #E6E6E6;
    padding: 20px 40px!important;
    height: 100%!important;
}

.product-box {
   min-height: auto;
    background: #fff;
}

.product-slide-box {
    width: 100%!important;
}

.tab_content_all .owl-item > div,
.tab_content_electronics .owl-item > div {
    width: 100%;
}

.tab_content_all .owl-item > div {
    height: 250px;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
     content: "\f061";
}
.owl-theme .owl-controls .owl-buttons > div:before {
    content: "\f060";
}
.our-product-section .owl-theme .owl-controls .owl-buttons > div {
    background: #920400;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-indent: -1289px;
    padding: 16px 17px;
}

.tab_content_all .owl-item > div > .product-box .product-title-desc-price { 
    text-align: center;
}

.tab_content_all .owl-item > div > .product-box .product-title-desc-price .pro-title {color: #000;font-weight: 600;}

.our-product-section .owl-theme .owl-buttons {
    top: 0;
    display: flex;
    justify-content: space-between;
    top: 38%;
}

.our-product-section .tab_content_electronics.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
}

.our-product-section .tab_content_electronics.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
}

.our-product-section .owl-theme .owl-controls .owl-buttons .owl-prev {
    text-align: inherit;
}

.our-product-section .owl-theme .owl-controls .owl-buttons .owl-prev:after {
    display: none;
}

@media (max-width: 680px) {

    .category-slider .carousel-control.left {
        left: -30px; 
    }
    
    .category-slider .carousel-control.right {
        right: -30px;
    }
    .section-category-tab {
        padding: 30px 0 70px;
    }

}

@media (max-width: 480px) {}