@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap");

body {
  font-family: "Inter", sans-serif;
}

::-webkit-scrollbar-thumb {
  background-color: RGB(19, 19, 19);
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #bbb;
  border-left: 1px solid #bbb;
}

.sticke {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 10000;
  width: 100%;
  border: none !important;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  /* margin-top: 0 !important; */
  align-items: center !important;
}
body.common-home.modaal-noscroll-active {
  overflow: hidden;
}


.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: RGB(19, 19, 19);
  position: relative;
  z-index: 9;
  padding: 10px 0 0;
  flex-direction: column;
}

.header-top-content {
  display: flex;
  justify-content: space-between;
}

.header-top-content > a {
  width: 50%;
  display: flex;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.header-top-content > a:nth-child(2) {
  justify-content: flex-end;
}

.header-top-content > a:nth-child(1) > i {
  color: #0f3;
}

.header-top-content > a > i {
  margin-right: 0.5rem;
}

.header-container .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.header-container .header-content .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.header-container .header-content > div {
  width: 33.3%;
}

.header-container .header-content .logo-container > a {
  display: flex;
  align-items: center;
  width: 100%;
  /* justify-content: center; */
}

.header-container .header-content .logo-container > a > img {
  width: 150px;
}
.header-container .header-content .header-account-container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-container .header-content .header-search-container {
  width: 40.7%;
}

.header-container .header-content .header-search-container #search {
}

.header-container
  .header-content
  .header-search-container
  #search
  .search-input-wrapper {
  width: 100%;
  position: relative;
}

.header-container
  .header-content
  .header-search-container
  #search
  .search-input-wrapper
  #quick-search {
  width: 100%;
  padding: 0.3rem 0.5rem;
  background: none;
  border: 1px solid #333;
  color: #bbb;
}
.header-container
  .header-content
  .header-search-container
  #search
  .search-input-wrapper
  #quick-search:focus {
  border-color: #bbb;
}
#search .search-input-wrapper > button.search-remove {
  display: none;
}

#search .search-input-wrapper > button.search-search {
  position: absolute;
  right: 0;
  opacity: 1;
  color: #bbb;
}

#search .search-input-wrapper > button.search-clear {
  position: absolute;
  right: 35px;
  top: 6px;
  color: #bbb;
}
.header-container .header-content .header-account-container .header-quick-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-container
  .header-content
  .header-account-container
  .header-quick-menu
  > li {
  width: 30%;
  display: flex;
  align-items: center;
}

.header-container
  .header-content
  .header-account-container
  .header-quick-menu
  > li
  > div {
  width: auto;
}

.header-container
  .header-content
  .header-account-container
  .header-quick-menu
  > li:not(:last-child) {
  margin-right: 1rem;
}

.header-container
  .header-content
  .header-account-container
  .header-quick-menu
  > li
  > div
  > a {
  color: #fff !important;
}

.header-container
  .header-content
  .header-account-container
  .header-quick-menu
  > li
  > div
  > a
  > i {
  color: #fff !important;
}

.header-container .header-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .header-menu .megamenu-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .header-menu .megamenu-nav .container-megamenu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper {
  background: RGB(34, 34, 34) !important;
  align-items: center;
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container
  .megamenu {
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container
  .megamenu
  > li {
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container
  .megamenu
  > li
  > a {
  color: #fff !important;
  transition: 0.3s ease-in-out;
}

.header-container
  .header-menu
  .megamenu-nav
  .container-megamenu
  .megamenu-wrapper
  .megamenu-pattern
  .megamenu-container
  .megamenu
  > li:hover
  > a {
  background: #dc3838;
}
.user-submenu > ul > li > a:hover {
  background: #131313 !important;
}

.home-banner-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.home-banner-group .home-twin-banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home-banner-group .home-twin-banner-container .home-twin-banner-thumb {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.home-banner-group
  .home-twin-banner-container
  .home-twin-banner-thumb:not(:last-child) {
  margin-right: 1rem;
}

.home-banner-group .home-twin-banner-container .home-twin-banner-thumb > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner-group
  .home-twin-banner-container
  .home-twin-banner-thumb
  > a
  > figure
  > img {
  width: 100%;
  height: auto;
}

.home-banner-group > div:not(:last-child) {
  margin-bottom: 20px;
}

.home-banner-group .home-only-banner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-banner-group .home-only-banner-container .home-onyl-banner-thumb {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner-group .home-only-banner-container .home-onyl-banner-thumb > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner-group
  .home-only-banner-container
  .home-onyl-banner-thumb
  > a
  > img {
  width: 100%;
  height: auto;
}

.home-banner-group .home-four-banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-banner-group .home-four-banner-container .home-four-banner-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}

.home-banner-group
  .home-four-banner-container
  .home-four-banner-thumb:not(:last-child) {
  margin-right: 1rem;
}

.home-banner-group .home-four-banner-container .home-four-banner-thumb > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-banner-group
  .home-four-banner-container
  .home-four-banner-thumb
  > a
  > img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
}
.home-banner-group
  .home-four-banner-container
  .home-four-banner-thumb
  > a:hover
  > img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.footerwebsite .footer-middle .middle-heading > u > a {
  color: #bbb;
}

.cbx span > u > a {
  color: #bbb;
}
#f4f4f4.footer-list > ul > li > address {
  color: #fff;
}

.footer-list > ul > li > address {
  margin-bottom: 0;
}

.footer-wrapper .footer-list:not(:last-child) {
  margin-right: 1rem;
}
.footer-list > ul > li > i {
  margin-right: 0.4rem;
}

.footer-list > ul > li address > i {
  margin-right: 0.4rem;
}
.footer-social > a:hover {
  color: #fff;
}

/*effect-apollo*/
.grid {
  position: relative;
  clear: both;
  /* margin: 0 auto; */
  /* padding: 1em 0 4em; */
  /* max-width: 1000px; */
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /* margin: 10px 1%; */
  /* min-width: 320px; */
  /* max-width: 480px; */
  /* max-height: 360px; */
  width: 100%;
  height: auto;
  background: #131313;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  /* min-height: 100%; */
  /* max-width: 100%; */
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* position: absolute; */
  /* top: 0; */
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

figure.effect-apollo {
  background: #131313;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -110%, 0);
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 110%, 0);
}
/*effect-apollo-end*/


/*product-page*/
.sogo-product-container .product-right .product-details-upper .product-info {
  flex-flow: column-reverse;
}

.sogo-product-container .product-right .product-details-upper .product-info .product-price {
  position: unset;
  margin-bottom: 1rem;
  margin-top: .5rem;
}
.sogo-product-container .product-right .product-details-upper .product-info .detail-info {
  position: relative;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info .manufacture-thumb {
  position: absolute;
  width: 25%;
  right: 0;
  top: -15px;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info .manufacture-thumb > a {
  width: 100%;
  display: flex;
  align-items: center;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info .manufacture-thumb > a > img {
  width: 100%;
  height: auto;
}
.sogo-product-container .product-left .gallery-thumbs {
  margin-top: 1rem;
}


.sogo-product-container .product-left .gallery-thumbs .little-image .swiper-slide {
  cursor: pointer;
  border-radius: 15px;
}

.sogo-product-container .product-left .gallery-thumbs .little-image .swiper-slide > img {
  width: 100%;
  border-radius: 15px;
}
.sogo-product-container .product-left .gallery-top {
  border-radius: 20px;
}

.sogo-product-container .product-left .gallery-thumbs .little-image .swiper-slide > a > img {
  width: 100%;
  border-radius: 15px;
}

.sogo-product-container .product-left .gallery-thumbs .little-image .swiper-slide > a {
  display: flex;
  align-items: center;
  width: 100%;
}
.sogo-product-container .product-left .gallery-thumbs .little-image .swiper-slide-thumb-active {
  border: 2px solid #dc3838;
}

.product-options .prod-colors > label {
  font-weight: 600;
  font-size: 18px;
}
.product-package-included {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.product-package-included .product-package-included-title {
  margin-bottom: .5rem;
}

.product-package-included .product-package-included-title > span {
  font-weight: 600;
  font-size: 18px;
}

.product-package-included > table {
  width: 100%;
  margin-bottom: 1rem;
  border-color: #ddd !important;
}

.product-package-included > table > tbody {}

.product-package-included > table > tbody > tr {
}

.product-package-included > table > tbody > tr > td {
  padding: .2rem;
  width: 20%;
}

.product-detail-content-wrap {padding-top: 4rem;padding-bottom: 4rem;}

.product-detail-content-wrap .product-review {}

.product-detail-content-wrap .product-review .product-tab-wrapper {}

.product-detail-content-wrap .product-review > ul {}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul > li.active {
    border: none !important;
}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul > li {}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul {
    border: none !important;
}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul > li > a {
    font-weight: 600;
    border: none !important;
}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul > li.active > a {
    border: none !important;
    border-bottom: 1px solid #dc3838 !important;
    color: #dc3838;
}

.product-detail-content-wrap .product-review .product-tab-wrapper .tab-content {
    margin-top: 2rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 2rem;
}

.product-detail-content-wrap .product-review .product-tab-wrapper > ul > li > a:hover {
    background: none !important;
    border: none;
    border-bottom: 1px solid #dc3838 !important;
}
/*product-page-end*/

img {
  width: 100%;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-image > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-wrapper .cart-side .cart-content .cart-row .cart-product-image > a > img {
  width: 50%;
}

.cart-product-content {
  width: 35%;
}

.cart-product-info.product-card {
  width: 35%;
}