.menu .megamenu {
  background: #353535
}

.widget-body .custom-control {
  margin: 0
}

.menu .megamenu .nolink {
  color: #fff
}

.menu.sf-arrows ul {
  background: #353535
}

.menu li a {
  font : 400 14px Poppins, "Open Sans", sans-serif;
  color: #fff
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
  /* background-color: #ef04c8 */
}

/* .menu .megamenu .submenu li a:hover {
  background-color: #ef04c8
} */

.header-right>a {
  display       : -ms-inline-flexbox;
  display       : inline-flex;
  position      : relative;
  -ms-flex-align: center;
  align-items   : center;
  color         : #fff;
  font-size     : 1.2rem;
  font-weight   : 500;
  cursor        : pointer
}

.header-user-box h4 {
  white-space: nowrap
}

.btn-basket {
  font         : 700 16px Poppins, "Open Sans", sans-serif !important;
  border       : 1px solid #222529;
  border-radius: 4px
}

.btn-basket .cart-count {
  display         : flex;
  align-items     : center;
  justify-content : center;
  min-width       : 1.6rem;
  height          : 1.6rem;
  padding-top     : 2px;
  line-height     : 1;
  border-radius   : 50%;
  padding-bottom  : 1px;
  font-size       : 1rem;
  font-weight     : 600;
  background-color: #222529;
  color           : #fff;
  box-shadow      : 0 7px 8px rgb(0 0 0 / 5%)
}

.btn-basket .minicart-icon {
  width        : 20px;
  height       : 17px;
  border       : 2px solid #fff;
  border-radius: 0 0 5px 5px;
  position     : relative;
  opacity      : .9;
  left         : -5px;
  top          : 0;
  display      : block
}

.btn-basket .minicart-icon:before {
  content      : "";
  position     : absolute;
  border       : 2px solid;
  border-color : inherit;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  left         : 50%;
  top          : -8px;
  margin-left  : -7px;
  width        : 13px;
  height       : 8px
}

.btn-quantum-anim {
  border          : 1px solid #222529;
  border-radius   : 4px;
  position        : relative;
  background-image: linear-gradient(90deg, #3b319b 0, #ef04c8 100%);
  z-index         : 1
}

.btn-quantum-anim::before {
  position        : absolute;
  content         : "";
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  background-image: linear-gradient(90deg, #ef04c8 0, #3b319b 100%);
  z-index         : -1;
  transition      : opacity .5s linear;
  opacity         : 0
}

.btn-quantum-anim:focus,
.btn-quantum-anim:hover {
  border          : 1px solid #222529;
  border-color    : #222529;
  background-color: #1c8cff
}

.btn-quantum-anim:hover::before {
  opacity: 1
}

.header-middle .menu>li.active>a,
.header-middle .menu>li.show>a,
.header-middle .menu>li:hover>a {
  background-image: linear-gradient(90deg, #3b319b 0, #ef04c8 100%)
}

.top-search {
  position: relative
}

.top-search .header-search-wrapper {
  background: #222529;
  position  : absolute;
  top       : -17px
}

.top-search .form-control {
  font-size       : 1.4rem;
  flex            : 1 1 auto;
  width           : 200px;
  height          : 34px;
  min-width       : 17rem;
  margin          : 0;
  padding         : 4px 22px;
  border          : 2px solid #e7e7e7;
  border-right    : none;
  border-radius   : 30px 0 0 30px;
  color           : #8d8d8d;
  line-height     : 20px;
  box-shadow      : none;
  background-color: #fff;
  background-clip : border-box
}

.top-search .btn {
  flex            : 0 0 60px;
  height          : 34px;
  min-width       : 0;
  color           : #222529;
  font-weight     : 400;
  font-size       : 1.8rem;
  line-height     : 1;
  border          : 2px solid #e7e7e7;
  border-left     : none;
  padding         : 0 3px 0 0;
  margin          : 0;
  cursor          : pointer;
  border-radius   : 0 30px 30px 0;
  background-color: #fff
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important
}

.banner-detail-wrapper {
  position: relative
}

.banner-detail {
  padding        : 0 10rem;
  position       : absolute;
  display        : flex;
  justify-content: center;
  align-items    : center;
  width          : 100%;
  top            : 0;
  height         : 100%;
  flex-direction : column
}

.banner-detail h3 {
  font-size     : 4rem;
  letter-spacing: .01em;
  margin-bottom : 2rem;
  color         : #fff;
  background    : #2225297d;
  padding       : 1rem
}

.banner-detail p {
  font-size     : 2rem;
  letter-spacing: .01em;
  margin-bottom : 2rem;
  color         : #fff;
  background    : #2225297d;
  padding       : 1rem
}

.banner-detail.left {
  align-items: flex-start
}

.banner-detail.right {
  align-items: flex-end
}

.user .dropdown-toggle::after {
  display: none !important
}

.fs-15 {
  font-size: 15px !important
}

.swiper-button-next,
.swiper-button-prev {
  opacity: .6
}

.hide-desktop {
  display: none !important
}

.dropdown.user {
  padding: 0
}

.dropdown.user a.dropdown-item {
  height       : 32px;
  display      : flex;
  font-size    : 14px;
  align-items  : center;
  border-bottom: 1px solid #eee
}

.dropdown.user a.dropdown-item:last-child {
  border-bottom: none
}

.page-not-found-main {
  display        : flex;
  justify-content: center;
  flex-direction : column;
  align-items    : center;
  min-height     : 400px;
  font-size      : 30px;
  color          : #fff
}

.page-not-found-main .entry-title {
  color    : #fff;
  font-size: 95px
}

.dropdown-item:focus,
.dropdown-item:hover {
  color           : #fff;
  background-color: #e411c5
}

.banner-detail {
  justify-content: flex-end;
  height         : 90%
}

.buildCollapse-btn {
  display    : flex;
  align-items: center;
  padding    : 0
}

.buildCollapse-btn img {
  width: 25px
}

.buildCollapse-btn span {
  margin-right: 10px
}

button.btn.btn-link.buildCollapse-btn:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content    : "\f077";
  position   : absolute;
  right      : 25px
}

button.btn.btn-link.buildCollapse-btn.collapsed:after {
  content: "\f078" !important
}

.buildCollapse-btn {
  font-size: 15px
}

.buildCollapse-btn:focus,
.buildCollapse-btn:hover {
  text-decoration: none
}

#buildAccordion .card {
  margin-bottom: 1.5rem
}

.build-search-wrap input {
  transition: .3s;
  height    : 4rem;
  width     : 100%;
  min-width : 100%;
  position  : relative
}

.build-search-wrap .search-icon {
  position  : absolute;
  top       : .7rem;
  right     : 25px;
  font-size : 18px;
  z-index   : 2;
  background: #fff;
  width     : 13px;
  height    : 30px
}

.build-search-wrap .del-icon {
  position  : absolute;
  top       : .7rem;
  right     : 25px;
  font-size : 18px;
  background: #fff;
  z-index   : 1;
  width     : 13px;
  height    : 30px
}

.build-search-wrap input:active+.search-icon,
.build-search-wrap input:focus+.search-icon {
  z-index: -1
}

.tabulator.table-bordered {
  border: 1px solid #e6e6e6 !important
}

.tabulator .tabulator-header {
  border-top   : none !important;
  border-bottom: 2px solid #e6e6e6 !important
}

.product-default .product-title {
  display           : -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.product-default .product-title a {
  white-space: break-spaces
}

.product-default figure img {
  object-fit: cover !important
}

.product-default figure {
  position: relative;
  border : 1px solid #0082cb69
}

.product-default .product-price {
  color: #c5c5c5
}

.white-space-pre-line {
  white-space: pre-line !important
}

.header-middle {
  background-color: #1e1f21
}

.footer-left img {
  max-width: 40%
}

.rating {
  border: none;
  float : left
}

.rating>input {
  display: none
}

.rating>label:before {
  margin     : 5px;
  font-size  : 1.25em;
  font-family: "Font Awesome 5 Free";
  display    : inline-block;
  content    : "\f005"
}

.rating>.half:before {
  content : "\f089";
  position: absolute
}

.rating>label {
  color: #ddd;
  float: right
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label,
.rating>input:checked~label {
  color: gold
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
  color: #ffed85
}

.brand-wrap {
  width           : 115px;
  height          : 115px;
  background-color: #fff;
  border-radius   : 100%;
  display         : flex;
  align-items     : center;
  justify-content : center;
  border          : 1px solid #eaeaea;
  overflow        : hidden;
  padding         : 5px;
  margin          : 0 auto
}

.brand-wrap img {
  height   : auto;
  max-width: 100%
}

footer {
  padding         : 2rem 0;
  background-color: #252931
}

.footer-column:not(:first-child) {
  padding-top: 2rem
}

@media (min-width:768px) {
  .footer-column:not(:first-child) {
    padding-top: 0
  }
}

.footer-column li.nav-item {
  font-size: 14px;
  color    : #bfbfbf
}

.footer-column .nav-item .nav-link {
  padding: .5rem 0
}

.footer-column .nav-item span.nav-link {
  color: #6c757d
}

.footer-column .nav-item span.footer-title {
  font-size     : 20px;
  font-weight   : 700;
  color         : #fff;
  text-transform: capitalize
}

.footer-column .nav-item .fas {
  margin-right: .5rem
}

.footer-column ul {
  display: inline-block
}

@media (min-width:768px) {
  .footer-column ul {
    text-align: left
  }
}

ul.social-buttons {
  margin-bottom: 0
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #fec503
}

ul.social-buttons li a {
  font-size         : 20px;
  line-height       : 40px;
  display           : block;
  width             : 40px;
  height            : 40px;
  -webkit-transition: all .3s;
  -moz-transition   : all .3s;
  transition        : all .3s;
  color             : #fff;
  border-radius     : 100%;
  outline           : 0;
  background-color  : #1a1d20
}

footer .quick-links {
  font-size     : 90%;
  line-height   : 40px;
  margin-bottom : 0;
  text-transform: none;
  font-family   : Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.copyright {
  color: #fff
}

.fa-ellipsis-h {
  color  : #fff;
  padding: 2rem 0
}

.product-default figure img {
  background: #353535
}

.product-single-gallery .product-item {
  background   : #252931;
  border-radius: 3px
}

.prod-thumbnail {
  background   : #252931;
  border-radius: 3px;
  margin       : 0
}

.prod-thumbnail img {
  background   : #222529;
  border-radius: 3px
}

.prod-thumbnail .active img,
.prod-thumbnail img:hover {
  border: 2px solid #3292e56c
}

.product-desc-content div,
.product-desc-content i,
.product-desc-content li,
.product-desc-content ol,
.product-desc-content p,
.product-desc-content table,
.product-desc-content tbody,
.product-desc-content td,
.product-desc-content tfoot,
.product-desc-content thead,
.product-desc-content tr,
.product-desc-content ul {
  background-color: #1e1f21 !important;
  background      : #1e1f21;
  color           : #fff;
  width           : 100% !important;
}

.product-default figure {
  margin-bottom: .5rem
}

.category-wrap .category-list {
  display       : flex;
  flex-direction: column
}

.product-category {
  margin-bottom: .5rem
}

.old-price {
  font-family: unset
}

.grecaptcha-badge {
  visibility: hidden
}

.breadcrumb {
  overflow-x : auto;
  white-space: nowrap;
  display    : block
}

.breadcrumb-item {
  display: inline-block;
  float  : none
}

a#clearBtn {
  font-size      : 19px;
  background     : #fff;
  color          : #4b2e9f;
  display        : flex;
  justify-content: center;
  align-items    : center;
  text-decoration: none
}

a#clearBtn:hover {
  color: #cd0cbf
}

.quick-links {
  justify-content: flex-end;
  align-items    : center
}

@media only screen and (max-width:900px) {
  tr.product-row {
    text-align     : center;
    margin         : 0 auto;
    display        : flex;
    justify-content: center;
    align-items    : center
  }

  .quick-links {
    justify-content: center
  }

  .product-default figure img {
    height: 265px !important
  }

  .banner-detail {
    padding    : 0 2rem;
    align-items: center !important
  }

  .hide-mobile {
    display: None !important
  }

  .hide-desktop {
    display: block !important
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0 !important
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0 !important
  }

  .logo img {
    max-width: 100%
  }

  .top-search .header-search-wrapper {
    top: -14px
  }

  .top-search .form-control {
    width : 170px;
    height: 30px
  }

  .top-search .btn {
    height: 30px
  }

  .dropdown.user.hide-desktop .header-user-box {
    display        : flex;
    justify-content: center;
    align-items    : center;
    background     : #fff;
    color          : #353535 !important;
    border         : 2px solid #e7e7e7;
    border-radius  : 30px;
    padding        : 3px;
    height         : 30px;
    text-decoration: none !important
  }

  .header-right a.btn.btn-primary.btn-basket.btn-quantum-anim {
    height         : 30px;
    font-size      : 13px !important;
    display        : flex;
    justify-content: center;
    align-items    : center
  }

  .header-right .btn-basket .minicart-icon {
    width : 14px;
    height: 11px;
    top   : 2px
  }

  .header-right .btn-basket .minicart-icon:before {
    content      : "";
    position     : absolute;
    border       : 2px solid;
    border-color : inherit;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    left         : 50%;
    top          : -7px;
    margin-left  : -5.6px;
    width        : 10px;
    height       : 5px
  }

  .form-control {
    max-width: none !important
  }
}

.footer-column,
.footer-column ul {
  text-align: left !important
}

.installmentTable .product-price {
  color: #e4e4e4 !important;
}

.product-single-tabs .tab-pane {
  color: #e4e4e4 !important;
}

@media only screen and (max-width: 900px) {

  .mobile-sidebar .widget-title a:after,
  .mobile-sidebar .widget-title a:before {
    background-color: #212121
  }

  .mobile-sidebar .widget-title a,
  .sidebar-product .widget-title,
  .sidebar-shop .widget-title {
    color: #212121
  }
}

.btn-custom {
  color          : #fff !important;
  padding        : 0;
  margin         : 0;
  display        : flex;
  justify-content: center;
  align-items    : center;
  margin-top     : 8px;
}

.p-info {
  width        : 100%;
  height       : 60px;
  min-height   : 60px;
  /* margin-bottom: 20px !important; */
}

.p-info .el {
  width: 100%;
}

span.f i {
  font-size: 14px;
}

.el span {
  color      : #fff;
  font-weight: 600;
  font-size  : 12px;
}

.product-default .price-box {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.product-default .product-price {
  margin-right: 10px;
}

.product-default .product-title {
  height     : 41px;
  display    : flex;
  align-items: center;
}

.el span:first-child {
  margin-right: 5px;
  font-weight : 400;
  color       : #ddd;
  font-size   : 12px;
}


.header-bottom.fixed .header-search-inline.header-search .header-search-wrapper {
  display   : flex;
  position  : absolute;
  margin-top: 10px;
  border    : 5px solid #08C;
}

.header-bottom.fixed .header-search-inline.header-search:not(.show) .header-search-wrapper {
  display: none;
}

.header-right {
  justify-content: flex-end !important;
}

.header-search-wrapper {
  display      : flex;
  display      : -ms-flexbox;
  position     : absolute;
  right        : -2.3rem;
  z-index      : 999;
  margin-top   : 10px;
  color        : #8d8d8d;
  box-sizing   : content-box;
  height       : 42px;
  border-radius: 5rem;

}

.header-search-wrapper:after {
  display: block;
  clear  : both;
  content: "";
}

.header-search-wrapper .select-custom {
  margin: 0;
  width : 12.8rem;
  flex  : 0 0 12.8rem;
}

.header-search-wrapper .select-custom:after {
  font-size  : 1.4rem;
  line-height: 0;
  margin-top : 1px;
  right      : 13px;
}

.header-search-wrapper select {
  width             : 100%;
  border-left       : 1px solid #e7e7e7;
  padding-left      : 1.5rem;
  padding-right     : 1.7rem;
  line-height       : 36px;
  letter-spacing    : 0.005em;
  color             : inherit;
  -moz-appearance   : none;
  -webkit-appearance: none;
}

.header-search-wrapper select:focus {
  outline: none;
}

.header-search-wrapper .btn {
  position   : relative;
  padding    : 0 0 3px 0;
  border     : 0;
  border-left: 1px solid #e7e7e7;
  min-width  : 42px;
  color      : #606669;
  font-size  : 16px;
  background : #f4f4f4;
}

.header-search-wrapper .btn:before {
  display    : inline-block;
  margin-top : 5px;
  font-weight: 800;
}

@media (min-width: 992px) {

  .header-search-inline .search-toggle,
  .header-search-inline .btn:after {
    display: none;
  }

  .header-search-inline.header-search .header-search-wrapper {
    display     : flex;
    display     : -ms-flex;
    position    : static;
    margin      : 0;
    border-width: 0;
  }
}


@media (max-width: 575px) {
  .header-search-wrapper {
    left : 15px;
    right: 15px;
  }
}


.header-search-wrapper .btn {
  border-color: #eeeeee;
}

.header-search-wrapper .select-custom::after {
  right: 12px;
}

.header-search-wrapper select {
  font-size   : 1.3rem;
  border-color: #eeeeee;
}

.header-search form {
  display   : flex;
  background: transparent;
}

.header-search .form-control {
  font-size       : 1.4rem;
  flex            : 1 1 auto;
  /* width        : 200px; */
  height          : 40px;
  min-width       : 32rem;
  margin          : 0;
  /* padding      : 4px 22px; */
  border          : none;
  border-right    : none;
  border-radius   : 30px 0 0 30px;
  color           : #8d8d8d;
  line-height     : 20px;
  box-shadow      : none;
  background-color: #fff;
  background-clip : border-box;
}

.header-search .btn {
  flex            : 0 0 60px;
  /* right        : 19px; */
  height          : 40px;
  min-width       : 0;
  color           : var(--site-bg-color);
  font-weight     : 400;
  font-size       : 1.6rem;
  line-height     : 1;
  border          : none;
  border-left     : none;
  padding         : 0 16px 0 0;
  margin          : 0;
  cursor          : pointer;
  border-radius   : 0 30px 30px 0;
  background-color: #fff;
}

.menu.sf-arrows ul {

  background: #252931 !important;
  border-top: 1px solid #2d7dd5 !important;
}

.main-nav .menu {
  text-transform : uppercase;
  font-size      : 12px;
  display        : flex;
  align-items    : center;
  justify-content: center;

}

.menu .megamenu {
  background: #fff;
}

.main-nav .menu>li>a {
  font-size      : 14px;
  font-weight    : 700;
  color          : #fff;
  display        : flex;
  align-items    : center;
  justify-content: center;
  height         : 100%;
}

.main-nav .menu>li:hover>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li.active>a {
  color     : #fff;
  background: #1e1f21;
}

.main-nav .menu>li:not(.float-right):last-child,
.main-nav .menu>li:not(.float-right)+li.float-right {
  margin-right: 0;
}

.main-nav .menu.sf-arrows ul {
  border: none;
}

.main-nav .menu>li>ul {
  left: 0px;
}

.main-nav .menu .megamenu {
  top   : 100%;
  left  : 0px;
  border: none;
}

.main-nav .menu .megamenu img {
  height    : 100%;
  object-fit: cover;
}

.sticky-header.deprecated-sticky.fixed .main-nav {
  width: auto;
}

.header-bottom.fixed .main-nav .float-right {
  display: none;
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
}

.sticky-header.fixed .main-nav .menu>li>a {
  color: #fff;
}


.main-nav .tip-top {
  padding-top : 2px;
  padding-left: 3px;
}

.main-nav .menu>li {
  letter-spacing: -0.01em;
  height        : 44px;
  display       : flex;
  align-items   : center;
}

@media (max-width: 1199px) {
  .main-nav .menu>li {
    margin-right: 2.5rem;
  }
}

.sticky-header.deprecated-sticky.fixed .main-nav {
  width: auto;
}

.header-bottom .header-center {
  width: 100%;
}

.header-center,
.header-right {
  margin-left: auto;
}

.header-center,
.header-left,
.header-right {
  display       : -ms-flexbox;
  display       : flex;
  -ms-flex-align: center;
  align-items   : center;
}

.header-bottom {
  background: #252931;
}

.sticky-header {
  transition: left 0.25s;
}

.menu ul {
  display         : none;
  position        : absolute;
  min-width       : 200px;
  padding         : 5px 0;
  border-top      : 3px solid #08C;
  top             : 100%;
  left            : 0;
  z-index         : 101;
  background-color: #fff;
  box-shadow      : 0 29px 29px rgb(0 0 0 / 10%);
}

.menu>li {
  float   : left;
  position: relative;
}

.menu>li>ul>li {
  position: relative;
}

.menu li .i {
  width       : 25px;
  height      : 25px;
  margin-right: 10px;
}

.menu>li>a.sf-with-ul:after {
  content: "";
  display: none;
}

.menu>li>a.sf-with-ul {
  padding-right: 14px;
}


.menu li .ii {
  width       : 18px;
  height      : 18px;
  margin-right: 10px;
}

.header-bottom.fixed {
  top: 70px;
}


.feature-box {
  width          : 100%;
  color          : #4a505e;
  margin-bottom  : 3rem;
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
}

.feature-box-content {
  margin-left: 0rem;
}

.product-default figure {
  transition: 0.3s;

}

.product-default figure:hover {
  transform    : scale(1.05) translate3d(0, 0, 0);
  border       : 1px solid transparent;
  border-radius: 3px;
  transition   : 0.3s;

}

.product-default figure:before {
  content                                           : '';
  position                                          : absolute;
  display                                           : none;
  top                                               : -3px;
  left                                              : -3px;
  right                                             : -3px;
  bottom                                            : -3px;
  z-index                                           : -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e604b7+0,2c7ed6+100 */
  background                                        : rgb(230, 4, 183);
  /* Old browsers */
  background                                        : -moz-linear-gradient(left, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  /* FF3.6-15 */
  background                                        : -webkit-linear-gradient(left, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background                                        : linear-gradient(to right, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter                                            : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e604b7', endColorstr='#2c7ed6', GradientType=1);
  /* IE6-9 */
  filter                                            : blur(10px);
  -webkit-backdrop-filter                           : blur(10px);
  backdrop-filter                                   : blur(10px);
  transition                                        : 0.3s;
}

.product-default figure:hover:before {
  display   : block;
  transition: 0.3s;

}

.product-label.label-hot {
  background   : #ff1e1e;
  border-radius: 9px;
  font         : 700 1.2rem "Open Sans", sans-serif;
  padding      : 6px;
}


.product-nametitle a {
  display           : inline;
  -webkit-line-clamp: 2;
  text-overflow     : ellipsis;
  overflow          : hidden;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap         : break-word;
  white-space       : break-spaces;
  color             : #fff !important;
  font-weight       : 500;
  font-size         : 18px;
}

.product-summarytitle {
  display           : inline;
  -webkit-line-clamp: 1;
  text-overflow     : ellipsis;
  overflow          : hidden;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap         : break-word;
  white-space       : break-spaces;
  color             : #fff !important;
  font-weight       : 500;
  font-size         : 18px;
}

.inner-quickview .category-wrap .btn-icon-wish {
  width: 60px;
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
  background-color: #ef04c847;
}

.home-banner {
  padding-bottom: 0px;
}

.home-banner figure {

  display        : flex;
  align-items    : center;
  justify-content: center;
}

#buildAccordion .card-header {
  background: #252931 !important;
  border    : none;
}

#buildAccordion .card {
  border    : 1px solid #dddddd14;
  background: none;
}

.buildCollapse-btn {
  color: #fff;
}

.widget-body .custom-control-label {

  color: #fff;
}

.widget-body li a {
  color    : #fff;
  font-size: 14px;
}

.product-box .card {
  background: #212529;
  border    : 1px solid #dddddd1f !important;
  position  : relative;
  transition: 0.3s ease !important;
  height    : 100%;
}

.product-box .card-body,
.product-box img {
  background: #212529;
}

.product-box .card:hover {
  transform: scale(1.1);
  z-index  : 2;
}




.product-box .card:hover:before {
  border : none !important;
  opacity: 1;
}

.product-box {
  margin-bottom: 20px !important;
}

.product-box .card:before {
  border       : none !important;
  content      : '';
  position     : absolute;
  top          : -5px;
  left         : -5px;
  right        : -5px;
  bottom       : -5px;
  z-index      : -1;
  background   : rgb(230, 4, 183);
  background   : -moz-linear-gradient(left, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  background   : -webkit-linear-gradient(left, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  background   : linear-gradient(to right, rgba(230, 4, 183, 1) 0%, rgba(44, 126, 214, 1) 100%);
  filter       : progid:DXImageTransform.Microsoft.gradient(startColorstr='#e604b7', endColorstr='#2c7ed6', GradientType=1);
  filter       : blur(10px);
  opacity      : 0;
  /* transition: opacity 0.3s ease !important; */
}

.product-box a.btn-icon-wish {
  background     : #00000073;
  position       : absolute;
  top            : 10px;
  left           : 10px;
  border-radius  : 9999px;
  height         : 30px;
  width          : 30px;
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.product-box a.btn-icon-wish:hover {
  background: #212121;
}

.product-box .soldout {
  position: absolute;
  right   : 10px;
  top     : 10px;
  color   : #fff;
}

.product-box .img-holder {
  background     : #212529;
  height         : 320px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.product-box .card-title {
  height: 40px;
}

.product-box .card-title a {
  text-decoration   : none;
  color             : #fff;
  font-size         : 19px;
  display           : inline;
  -webkit-line-clamp: 2;
  text-overflow     : ellipsis;
  overflow          : hidden;
  display           : -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap         : break-word;
}

.product-box .btn-add-cart.add-to-cart {
  padding  : 5px;
  font-size: 20px;
  width    : 49px !important;
  min-width: 100%;
}

.product-box .prices .product-price {
  color       : #e604b7;
  font-size   : 20px;
  margin-right: 10px;
  font-weight : 500;
}

.product-box .prices {
  display           : flex;
  align-items       : center;
  /* justify-content: center; */
}

.product-box .bottom {
  height: 45px;
}


.product-box .button-default {
  color           : white;
  background-color: #2a148b;
  text-align      : center;
  text-transform  : uppercase;
  padding         : 10px 20px;
  display         : inline-block;
  width           : 100%;
}

.product-box .button-slanted {
  -ms-transform    : skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform        : skewX(-20deg);
  position         : relative;
  transition       : 0.3s;

}

.header-search {
  margin-right: 25px;
}

.dropdown.user.hide-mobile {
  margin-right: 25px;
}

.product-box .button-slanted--left {
  background-color  : #e611c7;
  border-width      : 2px;
  border-right-style: inset;
  border-right-color: #ffffffa6;
}

.product-box .product-box .button-slanted--right {
  margin-left: -4px;
}

.product-box .button-slanted--left:after,
.product-box .button-slanted--right:after {
  content          : "";
  position         : absolute;
  width            : 30px;
  height           : 100%;
  background-color : inherit;
  position         : absolute;
  top              : 0;
  -ms-transform    : skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform        : skewX(20deg);
}

.product-box .button-slanted--left:after {
  border-radius: 30px 0 0 30px;
  left         : -23px;
}

.product-box .button-slanted--right:after {
  border-radius: 0 30px 30px 0;
  right        : -23px;
}

.product-box .button-slanted-content {
  -ms-transform    : skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform        : skewX(20deg);
  display          : inline-block;
}

.product-box .button-wrap {
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 100%;
  padding        : 0px 20px 0px 20px;
}

.button-slanted-content a {
  color          : #fff;
  text-decoration: none;
  font-size      : 15px;
  font-weight    : 700;
}

.button-slanted-content a:hover {
  color: #d9d9d9;
}

.add-btn {
  border-radius  : 10000000000000000px;
  text-decoration: none !important;
  color          : #d9d9d9;
  font-size      : 15px;
  font-weight    : 700;
}

.disable {
  user-select   : none;
  pointer-events: none;
  background    : gray !important;
  border        : gray;
}

.button-slanted--left:hover {
  background-color: #ff0099;
}

.button-slanted--right:hover {
  background-color: #421ddf;
}

.product-panel .section-title {
  margin-bottom: 3.5rem;
}

.products-body {
  overflow: visible;
}

.cart-summary {

  background: #252931;
  border    : 1px solid #dddddd1f !important;
  transition: 0.3s ease !important;
  color     : #fff;
}

.cart-table-container {
  margin-bottom: 2.5rem;
  background   : #252931;
  border       : 1px solid #dddddd1f !important;
  padding      : 0 20px 0 20px;
  color        : #fff;
}

.cart-table-container .table.table-cart tr th {
  padding    : 2.4rem 1.5rem 1.2rem;
  border     : 0;
  font-weight: 800;
}

.cart-table-container .table.table-cart tr td {
  padding      : 2rem 1.5rem;
  border-bottom: 1px solid #0082cb29;
  border-top   : none;
}

.cart-table-container .product-price {
  color: #fff;
  font : 400 1.8rem/.8 Poppins, "Open Sans", sans-serif;
}

.cart-table-container .product-col .product-title a {
  font : 400 1.5rem/1.25 Poppins;
  color: #fff;
}

.zoomWindowContainer div {
  background-color: rgb(30, 31, 33);
}

.prod-full-screen {
  width          : 25px;
  height         : 25px;
  border-radius  : 50%;
  background     : #e611c7;
  display        : flex;
  justify-content: center;
  align-items    : center;
  color          : #fff;
  opacity        : 1;
}

.prod-full-screen i {
  color: #fff;
}

.card {
  background: #222529 !important;
  border    : none !important;
}

@media (max-width: 900px) {
  .product-box {
    margin-bottom: 65px !important;
  }

  .widget-body li a {
    color: #212121;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1540px !important;
  }

}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}


@media only screen and (max-width: 900px) {
  .product-box .button-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    padding        : 16px;
  }
}

.quantum-menu:after {
  content: unset;
}

.header-user {
  color: #767f84 !important;
}

label.required.mb-1 {
  color: #0082c9 !important;
}

.feature-box h3 {
  color: #0082c9 !important;
}

.toolbox .pagination {
  margin-left : auto;
  margin-right: auto;
}

.page-item .page-link {
  height   : 40px;
  width    : 40px;
  font-size: 16px;
}

html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #0088CC !important;
}

html .btn-with-arrow.btn-primary {
  background-color: transparent;
  border-color    : transparent;
  color           : #0088CC;
}

html .btn-outline.btn-primary {
  color           : #0088CC;
  background-color: transparent;
  background-image: none;
  border-color    : #0088CC;
}

.btn-outline {
  border-width: 2px;
  padding     : 7.728px 14.928px;
  padding     : 0.483rem 0.933rem;
}

.btn-rounded {
  border-radius: 35px !important;
}

html .btn-with-arrow.btn-primary.btn-outline {
  border-color: #0088CC !important;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
  color           : #FFF;
  background-color: #0088CC;
  border-color    : #0088CC;
}

html .btn-with-arrow.btn-primary:active {
  background-color: transparent !important;
  border-color    : transparent !important;
  color           : #0088CC !important;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
  color           : #FFF !important;
  background-color: #0088CC !important;
  border-color    : #0088CC !important;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5);
}

a.btn.btn-outline.btn-primary.mb-2 {
  border-radius  : 35px !important;
  height         : 70px;
  width          : 200px;
  box-shadow     : 3px 0px 10px 0px rgb(17 103 151 / 47%);
  display        : flex;
  align-items    : center;
  justify-content: space-evenly;
}

.tabulator-cell {
  font-size: 14px !important;
}


.text-blue {
  color: #0082cb !important;
}

.mobile-menu-container {
  background-color: #0082cb !important;
}

.mobile-menu li.active>a,
.mobile-menu li.open>a {
  color: #fff;
}

.mobile-menu li {
  border-top: 1px solid #c0d0d96b;
}

.mobile-menu {
  border-bottom: 1px solid #c0d0d96b;
}

.swal2-content {
  font-size: 1.4em;
}

.swal2-icon {
  width : 7em;
  height: 7em;
}

.swal2-styled.swal2-confirm {
  font-size: 1.3em;
}

/* .product-label.product-stars-product {
  display        : flex;
  justify-content: start;
  bottom         : 15px;
  position       : relative;
}

.product-label.product-stars {
  display        : flex;
  justify-content: center;
  top            : 15px;
  position       : relative;
}

*/

.product-box {
  height: 540px !important;
}


.cart-summary h4 {
  border-top: 1px solid #0082cb;
}

.table.table-totals {
  border-top: 1px solid #0082cb;
}

.table.table-totals tfoot {
  border-top: 1px solid #0082cb;
}

.list-group-item {
  background-color: #ededed;
}

.whatsapp-support-btn {
  position        : fixed;
  bottom          : 20px;
  left            : 20px;
  background-color: #25D366;
  color           : white;
  padding         : 10px;
  font-size       : 14px;
  text-align      : center;
  border-radius   : 50px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 8px;
  text-decoration : none;
  box-shadow      : 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index         : 9999;
  /* En önde görünecek */
  width           : 70px;
  /* Küçültme */
  height          : 70px;
}

.whatsapp-support-btn:hover {
  background-color: #1EBE57;
}

.whatsapp-support-btn img {
  width : 24px;
  height: 24px;
}

.whatsapp-support-btn span {
  display  : none;
  /* İlk etapta gizli */
  font-size: 12px;
}

.whatsapp-support-btn:hover span {
  display      : block;
  /* Üzerine gelince göster */
  position     : absolute;
  bottom       : 55px;
  left         : 10px;
  background   : rgba(0, 0, 0, 0.8);
  color        : white;
  padding      : 5px;
  border-radius: 5px;
  white-space  : nowrap;
}

.product-label.product-stars {
  display        : flex;
  justify-content: center;
  top            : 15px;
  position       : relative;
}

.product-label.product-stars-product {
  display        : flex;
  justify-content: start;
  bottom         : 15px;
  position       : relative;
}

i.far.fa-star.empty-stars {
  color: #0082cb;
}


span.star-count-label {
  color: #0082cb;
}