/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
body{
  font-family: 'Noto Sans', sans-serif;
}
::-webkit-scrollbar-thumb {
  background-color: #bf1f1f;
  
  
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #000;
  border-left: 1px solid #000;
}
.sticke {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 10000;
  width: 100%;
  border: none !important;
  left: 0;
  background: #fff;
  right: 0;
  z-index: 9999;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.mobile-header {
  display: none !important;
}
.mobil-nav-container {
  display: none;
}
.header-top-content {
  display: flex;
  justify-content: end;
  align-items: center;
  background: #000;
  padding: 5px;
  padding-right: 25px;
}

.header-top-content .header-top-account {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.header-top-content .header-top-account > i {
  color: #fff;
  margin-right: .2rem;
  font-size: 22px;
}

.header-top-content .header-top-account > span {
  color: #fff;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans', sans-serif;
}

.header-top-content .header-top-account > span > a {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}

.header-top-content .header-top-account > span > a:nth-child(1) {
  margin-right: .3rem;
}

.header-top-content .header-top-account > span > a:nth-child(2) {
  margin-left: .3rem;
}
.header-top-content .header-top-account > span > a:hover{
  color: #df1a1a;
}
.header-top-content .header-top-account:hover .user-submenu {
  opacity: 1;
  visibility: visible;
}
.header-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 15px;
}

.header-bottom-content .header-left {
  width: 80%;
  margin: 0;
}

.header-bottom-content .header-right {
  width: 20%;
  justify-content: end;
}

.header-bottom-content .header-left .header-logo {
  width: 15%;
  margin: 0;
}
.header-bottom-content .header-left .header-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom-content .header-left .header-logo > a > img {
  width: 100%;
  margin: 0;
}

.header-bottom-content .header-left .header-menu {
  width: 80%;
  display: flex;
  padding-left: 20px;
}

.header-bottom-content .header-right .header-search-container {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
  cursor: pointer;
}

.header-bottom-content .header-right .header-shopping-cart {
  display: flex;
  justify-content: center;
  position: relative;
}
.header-bottom-content .header-right .header-shopping-cart > a {
  display: flex;
  align-items: center;
}

.header-bottom-content .header-right .header-shopping-cart > a .account-icon {
  display: flex;
  justify-content: center;
}

.header-bottom-content .header-right .header-shopping-cart > a .account-icon > img {
  width: 75%;
  display: flex;
  align-items: center;
}
.header-search {
  position: absolute;
  top: 97px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease-in-out;
}

.header-search .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.header-search .search-form #search {
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto !important;
  background: #EBEBEB;
  padding: 19px;
  width: 90%;
}

.header-search .search-form #search > input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  width: 90%;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 0;
  border-right: 1px solid #000;
  box-shadow: none;
}

.header-search .search-form #search .input-group-btn {
  width: 5%;
  display: flex;
  justify-content: center;
}

.header-search .search-form #search .input-group-btn > button {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
}
.header-bottom-content .header-right .header-search-container > i {
  font-size: 20px;
}

.header-bottom-content .header-right .header-shopping-cart > a .account-icon > i {
  font-size: 22px;
}

.header-bottom-content .header-right .header-shopping-cart > a .account-icon .cart-count {
  display: flex !important;
  background: #df1919;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  position: absolute;
  right: -8px;
  color: #fff;
  font-size: 10px;
  top: -2px;
}
.header-search.active-search {
  visibility: visible;
  opacity: 1;
}
.megamenu-wrapper {
  width: 100% !important;
}

.megamenu-pattern {
  width: 100% !important;
}

.megamenu-container > ul {
  width: 100%;
}

nav.megamenu-nav {
  width: 100% !important;
}

.container-megamenu {
  width: 100%;
}
.megamenu-container {
  width: 100%;
}

ul.megamenu > li {
  width: auto;
}
ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul {
  display: flex;
  align-items: baseline;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li {}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li > a {
  font-size: 13px;
  transition: .1s ease-in;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul {
  align-items: baseline;
}
ul.megamenu > li:first-child {
}
li.with-sub-menu > a {
  margin-right: 0 !important;
}
ul.megamenu > li.active > a, ul.megamenu > li.home > a, ul.megamenu > li:hover > a, ul.megamenu > li > a:hover {
  color: #bf1f1f !important;
}

ul.megamenu > li > a strong:hover {
  color: #df1919 !important;
}

ul.megamenu > li > a::after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .2s ease-in-out;
  width: 0;
  margin: 0 auto;
}

ul.megamenu > li:hover > a::after {
  background: #df1919;
  width: 35px;
}

ul.megamenu > li.with-sub-menu > a {
  position: relative;
  color: #000 !important;
}
ul.megamenu > li:last-child > a {
  /* line-height: unset !important; */
}
ul.megamenu > li > a {margin-right: 1rem;}

ul.megamenu > li > a > strong {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif !important;
    letter-spacing: 2px;
    padding-bottom: 5px;
    color: #000 !important;
}
ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li::before {
  content: "\F280";
  font-family: 'bootstrap-icons';
  color: red;
  font-weight: 600;
}

ul.megamenu li .sub-menu .content.slide .categories .row {}

ul.megamenu li .sub-menu .content.slide .categories .row .static-menu {
  width: 33.3% !important;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li:hover a {
  font-weight: 700;
}
.home-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-banner-content .banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

.home-banner-content .banner-container .banner-content {
  display: flex;
  width: 33.3%;
  align-items: center;
  justify-content: center;
}

.home-banner-content .banner-container .banner-content > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.home-banner-content .banner-container .banner-content > a > img {
  width: 100%;
}
.home-banner-content .banner-container .banner-content:not(:last-child) {
  margin-right: 20px;
}
.box-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 3rem;
}

.box-container .box-content {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-container .box-content .box-content-toptext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-container .box-content .box-content-toptext > i {
  font-size: 22px;
  margin-left: 15px;
}

.box-container .box-content .box-content-toptext > .bi-cash {
  font-size: 27px;
  display: flex;
}

.box-container .box-content .box-content-bottomtext {
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-container .box-content .box-content-bottomtext > span {
  width: 100%;
  display: flex;
  font-size: 14px;
  font-weight: 800;
}

.box-container .box-content .box-content-toptext > span {
  font-size: 14px;
  font-weight: 800;
}
.home-container {
  margin-bottom: 3rem;
}

.tab-featured-container {
  margin-bottom: 4rem;
  width: 100%;
}

.tab-featured-container .vertical-tab {}

.tab-featured-container .vertical-tab .nav-tabs {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.tab-featured-container .vertical-tab .nav-tabs > li {display: flex;justify-content: center;align-items: center;margin-bottom: 0 !important;}

.tab-featured-container .vertical-tab .nav-tabs > li > a {
  background: #DDDDDD;
  color: #000;
  border-radius: 5px !important;
  border-bottom: unset !important;
  padding: 10px 32px;
  border: none !important;
}

.tab-featured-container .vertical-tab .nav-tabs > li.active > a {
  background: #000;
  color: #fff;
}
.tab-featured-container .vertical-tab .nav-tabs > li:not(:last-child) {
  margin-right: .5rem;
}
.tab-featured-container .vertical-tab .tab-content {
}

.catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d7d7d7;
}

.catalog .catalog-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog .catalog-container .catalog-style {
    display: flex;
}

.catalog .catalog-container .catalog-style .catalog-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.catalog .catalog-container .catalog-style .catalog-visual .images {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.catalog .catalog-container .catalog-style .catalog-visual .images > a {
    width: 100%;
    display: flex;
    align-items: center;
}

.catalog .catalog-container .catalog-style .catalog-visual .images > a > img {
    width: 90%;
    display: flex;
}
.categori-product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100px;
  width: 100%;
}

.categori-product-info .product-name {
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.product-price-container .product-price {
  width: 90%;
  font-weight: 600;
}

.product-price-container .product-card-buttons {
  width: 25%;
}

.product-price-container .product-card-buttons > button {
  border: none;
  background: none;
  font-size: 17px;
}
.module-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modul-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.modul-title > span {
  font-size: 25px;
  position: relative;
  font-weight: 700;
  background: rgb(255, 255, 255);
  padding: 0px 5vw !important;
  line-height: 45px;
  z-index: 1;
  border: 0;
  display: flex;
  justify-content: center;
}

.modul-title::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  z-index: 0;
  background: rgb(215, 215, 215);
}

.home-gallery {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.container .home-banner-content .banner-container {
  padding: 0;
}
.footer-container {
  background-color: #000 !important;
  display: flex;
  /* align-items: center; */
  padding-bottom: 2rem;
}
.footer-logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-social-icon {
  width: 20%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-barcode {
  width: 20%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-barcode > img {
  width: 45%;
}
.footer-link {
  width: 35%;
  display: flex;
  margin-top: 2rem;
  height: 25px;
}

.footer-link > ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-link > ul > li {
  width: 50%;
  display: flex;
  /* justify-content: center; */
  margin-bottom: 1rem;
}

.footer-logo > a {
  display: flex;
  align-items: baseline;
  /* justify-content: flex-start; */
  width: 60%;
}

.footer-social-icon > ul {
  width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-social-icon > ul > li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
.footer-social-icon > ul > li:not(:last-child) {
  margin-bottom: 2rem;
}
.footer-social-icon > ul > li > a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.footer-social-icon > ul > li > a:hover {
  color: #df1919;
}
.footer-link > ul > li > a {
  color: #fff;
  display: flex;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s ease-in-out;
}
.footer-social-icon > ul > li > a .bi-facebook {
  /* color: blue; */
  font-size: 20px;
  margin-right: 0.5rem;
}

.footer-social-icon > ul > li > a .bi-instagram {
  /* color: #b54d82; */
  font-size: 20px;
  margin-right: 0.5rem;
}

.footer-social-icon > ul > li > a .bi-youtube {
  /* color: red; */
  font-size: 20px;
  margin-right: 0.5rem;
}
 .footer-link > ul > li > a:hover {
  font-size: 15px;
  color: #df1919;
}  

.footer-social-icon > ul > li > a:hover {
  /* font-size: 15px; */
}
.footer-logo > a > img {
  width: 100%;
}



/*banner-efekt-css*/
/* :root {
  --size: 60vmin;
  --space: 8vmin;
  --duration: 300ms;
  --ease-out: cubic-bezier(0.25, 1, 0.5, 1);
  --bounce-out: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-banner-content .banner-container .banner-content:hover > a > img {
    transform: translateX(0%);
}

.home-banner-content .banner-container .banner-content:hover a {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    transform: translateX(1%);
    transition-timing-function: var(--bounce-out);
}

.home-banner-content .banner-container .banner-content:hover {}

.home-banner-content .banner-container .banner-content > a > img::after {}

.home-banner-content .banner-container .banner-content > a > img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    mix-blend-mode: multiply;
    opacity: 0;
    transform: translateZ(0);
    transition: opacity var(--duration) var(--ease-out);
}



.banner-content {
    position: relative;
    cursor: pointer;
}

.home-banner-content .banner-container .banner-content > a {
    overflow: hidden;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    transition: transform var(--duration) var(--ease-out), -webkit-clip-path var(--duration) var(--ease-out);
    transition: transform var(--duration) var(--ease-out), clip-path var(--duration) var(--ease-out);
    transition: transform var(--duration) var(--ease-out), clip-path var(--duration) var(--ease-out), -webkit-clip-path var(--duration) var(--ease-out);
}

.home-banner-content .banner-container .banner-content > a > img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    transform: translateX(0%);
    transition: transform var(--duration) var(--ease-out);
}

.home-banner-content .banner-container .banner-content:hover .banner-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    z-index: 9;
    opacity: .5;
    align-items: center;
    justify-content: center;
}

.overlay-text{
  display:flex;
  justify-content: center;
  align-items: center;
  opacity:0;
  position: absolute;
  z-index: 99;
  left: 0;
  transition: var(--duration) var(--ease-out);
}
.banner-content:hover .overlay-text {
    opacity: 1;
    left: 77%;
}
.overlay-text > span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
}

.banner-overlay {
    position: absolute;
}



.overlay-text::after {
    content: "";
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    height: 49px;
    width: 82px;
    color: #fff;
    background: #fff;
}

.container .home-banner-content .banner-container .banner-content:hover .overlay-text {
    left: 70%;
} */
/*banner-efekt-css-end*/


/*category-page*/
.content-wrapper .sogo-content .filter-sort {
  display: none;
}
.category-content-wrapper {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
  /* width: 100%; */
  margin-top: 3rem;
}

.category-content-wrapper .category-list--container {
  width: 18%;
  display: flex;
  flex-direction: column;
}

.category-content-wrapper .product-layout {
  width: 100% !important;
  flex-wrap: wrap;
  padding: 0 !important;
  padding-top: 2rem !important;
}

.category-content-wrapper .product-layout .product-card {width: calc(25% - 1rem);margin-left: 0.5rem;margin-right: 0.5rem;margin-bottom: 0.5rem;padding: 5px;}

.category-content-wrapper .category-list--container .bf-form {
  flex-direction: column;
  width: 100%;
  padding: 0 !important;
}

.category-content-wrapper .category-list--container .bf-form .bf-attr-block {
  width: 90% !important;
  margin: 0 !important;
  border-bottom: 1px solid #d7d7d7;
}
.product-list-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-left: 1rem; */
}

.category-content-wrapper::after {
  content: none !important;
}

.category-content-wrapper::before {
  content: none !important;
}
.bf-cascade-1 {
  /* display: none !important; */
  background: none !important;
}

.bf-form > .bf-buttonclear-box {
  display: none !important;
}
.sort-wrapper-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #d7d7d7;
}

.sort-wrapper-container .sort-wrapper-select-container {
  display: flex;
  width: 100%;
  /* justify-content: space-evenly; */
  align-items: center;
  flex-wrap: wrap;
}

.sort-wrapper-container .sort-wrapper-select-container > a {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 10px;
  flex-wrap: wrap;
  margin-bottom: .5rem;
  font-size: 13px;
  transition: .3s ease-in;
}

.sort-wrapper-container .sort-wrapper-select-container > a:not(:last-child) {
  margin-right: .5rem;
}

.sort-wrapper-container .sort-wrapper-select-container > a:hover {
  background: #df1919;
  color: #fff;
  border-color: #df1919;
}
.sort-wrapper-container .sort-wrapper-select-container > a.active {
  background: #df1919;
  color: #fff;
  border-color: #df1919;
}
.bf-slider-range.ui-slider-horizontal {
  background: #000 !important;
  height: 3px;
}

.bf-slider-container.ui-slider .ui-slider-handle, .bf-slider-range.ui-slider .ui-slider-handle {
  background: #000;
  border-radius: 2px;
}

.bf-price-slider-container {
  /* padding: 0px 11px 15px; */
  margin-bottom: 1rem;
}

.bf-attr-header.bf-w-line.bf-clickable {
  margin-bottom: 2rem;
}
.bf-slider-range.ui-slider-horizontal {
  background: #000 !important;
  height: 3px !important;
}

.bf-slider-container.ui-slider .ui-slider-handle, .bf-slider-range.ui-slider .ui-slider-handle {
  background: #000 !important;
  border-radius: 2px !important;
  width: 9px !important;
  height: 9px !important;
}

.bf-price-slider-container {
  /* padding: 0px 11px 15px; */
  margin-bottom: 1rem;
  width: 85%;
}

.bf-attr-header.bf-w-line.bf-clickable {
  margin-bottom: 1rem;
}

.category-content-wrapper .category-list--container .bf-form .bf-attr-block:not(:last-child) {
  margin-bottom: 1rem !important;
}

.bf-attr-header.bf-clickable {
  margin-bottom: 1rem;
  font-size: 15px;
}
.sogo-breadcrumb {
  border: none;
  padding-left: 0 !important;
}

.sogo-breadcrumb > li > span {
  font-size: 14px !important;
}


.bf-slider-range.ui-slider .ui-slider-range {
  top: 0 !important;
  bottom: 0 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -3px !important;
  margin: 0 !important;
}

.bf-attr-block-cont {
  display: block !important;
  width: 100% !important;
  max-height: 250px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}


.bf-cur-symb {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 14px !important;
}
.bf-cell > label {
  font-size: 13px;
}

.bf-attr-block-cont::-webkit-scrollbar {
  width: 5px !important;
  background-color: #efefef;
  border-left: 1px solid #efefef;
}

.product-card .product-image-wrapper {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.product-card .product-image-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.product-card .product-image-wrapper > a > .product-image {
  width: 85% !important;
}

.product-card .product-caption .product-name-wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 10px;
}


.product-card .product-caption .product-name-wrapper > a > span {
  font-size: 13px !important;
}
.product-card:hover {box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}

.sogo-pagination > span {
  font-size: 12px;
}
/*category-page-end*/
.sogo-breadcrumb::-webkit-scrollbar {
  height: 2px;
  background-color: #ede6e6;
  border-left: 1px solid #ede6e6;
}

.sogo-breadcrumb::-webkit-scrollbar-thumb {
  background-color: #cacaca;
}
/*product-page*/
.product-swiper-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.sogo-product-container .product-left {
  position: relative;
}

.product-swipers {
  border: 2px solid #eff4fa;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  width: 100%;
}

img {
  max-width: 100%;
}

.thumbs-product-swiper {
  display: flex;
  width: 30%;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper {
  flex-direction: column;
  align-items: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide {
  height: unset !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images {
  width: 70%;
  display: flex;
  border: 2px solid #eff4fa;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}

.swiper-slide-thumb-active .product-images {
  border: 2px solid !important;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images > img {
  cursor: pointer;
  border-radius: 6px;
}
.sogo-product-container .product-right .product-details-upper .name-fav .product-name span {
  font-weight: 500;
  color: #000 !important;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li {
  color: #000;
}

.sogo-product-container .product-right .product-details-upper .product-info .detail-info > li > a, .sogo-product-container .product-right .product-details-upper .product-info .detail-info > li > div {
  color: #000 !important;
}

.sogo-product-container .product-right .product-details-upper .product-info .product-price {
  position: relative;
}

.card.card-body {
  color: #000 !important;
}

.product-related-header > span {
  color: #000 !important;
}

.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-header > span {
  color: #000 !important;
}

.collapse-description > i, .collapse-review > i, .collapse-delivery > i {
  color: #000 !important;
}
.sogo-product-container .product-right .product-details-middle .product-options {
  flex-direction: column;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option {
  margin-top: 1rem !important;
}

.product-cart-buttons {
  flex-direction: column;
  align-content: flex-start !important;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons {
  justify-content: flex-start !important;
  margin-bottom: 1rem;
  margin-right: 0 !important;
  width: 100% !important;
}

.add-cart-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.add-cart-content .product-fav {
  position: unset;
}

.add-cart-content .product-fav .product-fav {
  border: none;
  background: none;
}

.add-cart-content #button-cart {
  margin-right: 2rem;
  height: 43px;
}

.add-cart-content .product-fav .product-fav > i {
  font-size: 19px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper {
  height: 40px !important;
  width: 14% !important;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > button {
  width: 40px !important;
  height: 40px !important;
}
.sogo-product-container .product-right .product-details-lower .social-share-buttons .share-buttons ul > li {
  border-radius: 50%;
}
.sogo-product-container .product-right .product-details-middle .product-options .product-option-label {
  margin-bottom: 1rem;
}
.sogo-product-container .product-right .product-details-middle .product-options #colors_pc {
  flex-direction: unset !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
}
.product-desc {
  font-size: 13px;
  line-height: 1.8;
}

.sogo-product-container .product-right .product-details-upper {
  padding-bottom: 0 !important;
}
.product-detail-content-wrap {
  margin-bottom: 3rem;
}

.product-detail-content-wrap .product-review {}

.product-detail-content-wrap .product-review .product-tab-wrapper {}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs {
  border: none;
  margin-bottom: 2rem !important;
}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li {}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li.active {
}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li.active > a {
  border: none;
  border-bottom: 2px solid #df1919;
  color: #df1919;
}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li > a {
  font-weight: 600;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
}

.product-detail-content-wrap .product-review .product-tab-wrapper .nav-tabs > li:not(:last-child) {
  margin-right: 1rem;
}
.tab-content {
  padding: 0 20px;
}
.product-contact-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.product-contact-content > button {
  background: none;
  padding: 8px;
  width: 50%;
  height: 43px;
}

.product-contact-content > button:not(:last-child) {
  margin-right: 1rem;
}

.product-contact-content > button:nth-child(1) {
  border: 1px solid #2eba44;
}

.product-contact-content > button:nth-child(1) > a {
  color: #2eba44;
}

.product-contact-content > button > a > span {
  font-size: 12px;
}

.product-contact-content > button > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-contact-content > button > a > i {
  margin-right: 1rem;
  font-size: 18px;
}

.product-contact-content > button:nth-child(2) {
  border: 1px solid #cc3333;
}

.product-contact-content > button:nth-child(2) > a {
  color: #cc3333;
}
/*product-page-end*/