.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.header-container .header-logo {
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.header-container .header-search-content {
  width: 54%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.header-container .header-account-menu {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .5rem;
}

.header-container .header-logo > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-container .header-logo > a > img {
  margin: 0;
  max-width: 100%;
}

.header-container .header-search-content #search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  position: relative;
}

.header-container .header-search-content #search .search-input-wrapper {
  justify-content: center;
}

.header-container .header-search-content #search .search-input-wrapper > input#quick-search {width: calc(100% - 75px);padding: 1rem;border: none;background: #EEEEEE;border-radius: 25px;font-size: 12px;}

.header-container .header-account-menu .header-account-box {
  display: flex;
  align-items: center;
  width: 33.3%;
  justify-content: flex-end;
  /* gap: .5rem; */
  cursor: pointer;
  position: relative;
}

.header-container .header-account-menu .header-account-box .header-account-box-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  padding-left: .5rem;
}

.header-container .header-account-menu .header-account-box .header-account-box-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}

.header-container .header-account-menu .header-account-box .header-account-box-icon > i {
  font-size: 20px;
}

.header-container .header-account-menu .header-account-box:not(:first-child) .header-account-box-icon > i {
  font-size: 18px;
}

.header-container .header-account-menu .header-account-box .header-account-box-text > a:nth-child(1) {
  font-size: 11px;
  font-weight: 600;
}

.header-container .header-account-menu .header-account-box .header-account-box-text > a:nth-child(1) span.cart-count {
  position: absolute;
  top: -2px;
  left: 25px;
  font-size: 10px;
  background: #0C315D;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.header-container .header-account-menu .header-account-box .header-account-box-text > a:nth-child(2) {
  font-size: 10px;
}
.header-container .header-account-menu .header-account-box:hover .header-account-box-icon {
  background: #0C315D;
}

.header-container .header-account-menu .header-account-box:hover .header-account-box-icon > i {
  color: #fff;
}

.header-menu-content {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4F4F4;
  box-shadow: 0 2px 3px #ccc;
  /* padding: .1rem 0; */
  z-index: 99;
  position: relative;
}

.header-menu-content .megamenu-nav {
  width: 100%;
  justify-content: center;
}


.header-menu-content .megamenu-nav .container-megamenu.horizontal {
  width: 100%;
  justify-content: center;
}

.header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper {
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
  width: 100%;
  justify-content: center;
}

.header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container > ul.megamenu {
  width: 100%;
  justify-content: center;
  /* padding: .7rem 0; */
}

.header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container > ul.megamenu > li > .sub-menu {
  overflow: hidden;
}

.search-result-wrapper {
  position: absolute;
  top: 50px;
  z-index: 10;
  width: 100%;
}

.home-slider span.swiper-pagination-bullet {
  background: #0c315d;
  width: 15px;
  height: 15px;
  opacity: 1;
}

.home-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #0c315d;
}

.home-shopping-info-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.home-shopping-info-container .home-shopping-info-box {
  border: 1px solid #0C315D;
  padding: 30px 5px 13px;
  position: relative;
  font-size: 11px;
  font-weight: 600;
  color: #0C315D;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  width: 25%;
  transition: .3s ease;
}

.home-shopping-info-container .home-shopping-info-box .shopping-info-text {
  display: flex;
  flex-direction: column;
  height: 53px;
  justify-content: space-evenly;
}

.home-shopping-info-container .home-shopping-info-box .shopping-info-icon {
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -29px;
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
}

.home-shopping-info-container .home-shopping-info-box .shopping-info-text > span:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}

.home-shopping-info-container .home-shopping-info-box .shopping-info-icon > i {
  font-size: 30px;
}




.image-div > img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.home-gallery {
  margin-bottom: 3rem;
}

.featured-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.featured-title > span {
  font-size: 24px;
  color: #0C315D;
  font-weight: 600;
}

.home-gallery.lights-off.container {
  margin-top: 2rem;
}




/*home-blog*/
.home-blog {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  background: #f5f5f5;
  padding-bottom: 40px;
}

.home-blog-container {}

.home-blog-container .home-blog-content {
  display: flex;
  width: 100%;
  gap: 2rem;
}

.home-blog-container .home-blog-content .home-blog-box {
  display: flex;
  flex-direction: column;
  /* background: #fff; */
  border-radius: 5px;
  position: relative;
  transition: all ease-in-out 0.3s;
  margin-bottom: 35px;
  width: 33.3%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-image {}

.home-blog-container .home-blog-content .home-blog-box .home-blog-image>img {
  width: 100%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content {
  float: left;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title {
  margin-bottom: 10px;
  width: 100%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title>span {
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #0C315D;
  /* height: 52px; */
  display: flex;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text>span {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #8a9aa0;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text {
  margin-bottom: 10px;
  width: 100%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link {
  width: 100%;
  display: flex;
  /* justify-content: center; */
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link>a {
  width: 50%;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  background: #0C315D;
  border-radius: 5px;
  font-size: 11px;
  padding: 9px 22px;
  color: #fff;
  font-weight: 700;
  transition: .5s ease;
  border: 2px solid;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link>a:hover {
  background: #fff;
  border-style: solid;
  border: 2px solid #0C315D;
  color: #000;
}

.home-blog-header-content {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  gap: .5rem;
  position: relative;
}

.home-blog-header-content > i {
  font-size: 26px;
  color: #0C315D;
}

.home-blog-header-content > span {text-transform: uppercase;font-weight: 800;font-size: 19px;color: #0C315D;}

.home-blog-header-content > span:nth-child(3) {
  color: red;
}

.home-blog-header-content::after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 12%;
  background: black;
  height: 1px;
}
/*home-blog-end*/

.footer-bottom-text {
  flex-direction: column;
}

.footer-bottom-text > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12%;
  margin-bottom: .5rem;
}

.footer-bottom-text > a > img {
  width: 100%;
}

.footer-wave {
  position: absolute;
  top: -15px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  background: url(/image/catalog/paulmartin/footer_wave.png);
}

.currency-div .pull-left > form .btn-group > button {
  text-decoration: none;
}

.currency-div .pull-left > form .btn-group > ul > li {
  width: 100%;
}

.currency-div .pull-left > form .btn-group > ul > li > button {
  width: 100%;
  border-radius: 0;
}

.home-footer-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.home-footer-box-container .home-footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 16.6%;
  border-right: 1px solid #d0d0d0;
}

.home-footer-box-container .home-footer-box .home-footer-box-icon {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-footer-box-container .home-footer-box .home-footer-box-icon > i {
  font-size: 35px;
  color: #0C315D;
}

.home-footer-box-container .home-footer-box .home-footer-box-text {
  width: 60%;
  margin-top: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-footer-box-container .home-footer-box .home-footer-box-text > span {
  font-size: 14px;
  display: flex;
  text-align: center;
  height: 40px;
}

.home-footer-box-container .home-footer-box:first-child {
  border-left: 1px solid #d0d0d0;
}

/*category-page*/
.categorypage-container {
  display: flex;
  width: 100%;
}

.categorypage-container .category-filter-content {
  width: 20%;
  display: flex;
}

.bf-buttonclear-box {
  display: none !important;
}

.bf-form > [class^="bf-attr-"] {
  width: 100% !important;
}

.categorypage-container .category-filter-content .bf-form {
  padding: 1rem 2rem !important;
  width: 100%;
}

.categorypage-container .category-product-content {
  width: 80%;
  display: flex;
}

.categorypage-container .category-filter-content .bf-form .bf-attr-block {
  width: 90% !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}


.categorypage-container .category-filter-content .bf-form .bf-attr-block .bf-sliding-cont .ui-slider-range {
  background: #0c315d;
  height: 6px;
}


.categorypage-container .category-filter-content .bf-form .bf-attr-block .bf-sliding-cont .bf-attr-block-cont .box-content {
  width: 100%;
}

.categorypage-container .category-filter-content .bf-form .bf-attr-block .bf-sliding-cont .bf-attr-block-cont .box-content .bf-price-slider-container {
  margin-top: 1rem;
}

.categorypage-container .category-product-content .product-layout {
  padding-top: 1rem;
}

.product-card .product-caption .product-name-wrapper > a .product-name {
  font-size: 14px;
  color: #0c315d;
  height: 34px;
  line-height: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 1rem;
}

.product-card .product-caption .product-price-wrapper .product-new-price {
  font-size: 14px;
  color: #0c3167;
  margin-top: 5px;
  font-weight: 700;
  margin-right: 8px;
}
.product-card .product-card-buttons .product-fav-btn > i {
  color: #0c315d;
  font-size: 1.4rem;
}

/*category-page-end*/
/*product-page*/
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#collapsedescription .card-body {
  border: none;
}

.collapse-description {
  border-bottom: 1px solid;
}

.collapse-description.collapsed {
  border-bottom: none;
}
.product-related-header {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3rem;
}

.gallery-thumbs {
  margin-top: .3rem;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  cursor: pointer;
}

.product-description-tab-container {
  background: #ffffff;
  border-radius: 10px;
  margin-top: 4rem;
  padding: 25px;
  margin-bottom: 4rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.product-description-tab-container .product-tab-wrapper {
}

.product-description-tab-container .product-tab-wrapper .tab-content {
  padding: 25px;
}

.product-description-tab-container .product-tab-wrapper .nav-pills {
  display: flex;
  gap: 2rem;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li:nth-child(1) {
  /* border: 0; */
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button {
  display: inline-block;
  padding: 15px 30px;
  /* border-right: 1px solid #e6e6e6 !important; */
  position: relative;
  cursor: pointer;
  background: none;
  color: #969696;
  border-radius: 0;
  border-bottom: 0 !important;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button.active::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-description-tab-container
  .product-tab-wrapper
  .nav-pills
  > li
  > button.active {
  color: #323232;
  background-color: #0c315d;
  color: #fff;
  border-color: #0c315d;
}
.product-rating-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.product-rating-container .tab-review-product-name {
}

.product-rating-container .tab-review-product-name > span {
  font-size: 18px;
  font-weight: 800;
}

.product-rating-container .tab-rating-container {
  display: flex;
  width: 100%;
  /* align-items: center; */
  justify-content: center;
  /* align-items: center; */
  margin-top: 2rem;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}
.product-rating-container .tab-rating-container::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.product-rating-container .tab-rating-container .rating-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-items: center;
  /* margin-top: 2rem; */
}

.product-rating-container .tab-rating-container .rating-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

.product-rating-container .tab-rating-container .rating-result {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 180px;
  margin-bottom: 1rem;
}

.product-rating-container .tab-rating-container .rating-content .rating-item {
  display: flex;
  width: 95%;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-stars-wrapper {
  display: flex;
  width: 100%;
}

.rating-stars-wrapper .rating-stars {
  width: 20%;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}

.rating-stars-wrapper .rating-info {
  width: 20%;
  display: flex;
  font-size: 15px;
  align-items: center;
}

.rating-stars-wrapper .rating-stars > i {
  font-size: 23px;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-info
  > span {
  color: #c8c8c8;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress
  .progress {
  width: 100%;
  background: #f5f5f5;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-progress
  .progress
  .progress-bar {
  background: #ffb928;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-title {
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-title
  > span {
  font-size: 20px;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap {
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap
  .result-rating--stars {
  margin: 10px 0;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-stars-wrap
  .result-rating--stars
  > i {
  font-size: 20px;
}

.product-rating-container
  .tab-rating-container
  .rating-result
  .rating-result-rating {
  font-size: 17px;
}
.input-rating label::before {
  margin-right: 5px;
  content: "\F588";
  font-family: "bootstrap-icons";
  display: inline-block;
  font-size: 22px;
  color: #ccc;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.input-rating input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}

.input-rating {
  display: flex;
  position: relative;
  display: inline-block;
  border: 0;
  margin-left: 20px;
}

.input-rating label {
  position: relative;
  float: right;
  color: #c8c8c8;
  cursor: pointer;
  display: flex;
  align-items: center;
  left: -5px;
}
.rating-new-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rating-new-area .new-area-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating-new-area .new-area-top .new-area-text {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #646464;
}

.rating-new-area .new-area-top .new-area-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-new {
  display: none;
  padding: 30px 0;
  position: relative;
}

.rating-new::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.rating-new-title {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 25px;
}

.product-rating-container .tab-rating-container::before {
  content: "";
  background: #f5f5f5;
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -30px;
}

.input-rating input:checked ~ label:before {
  color: #ffc107;
  content: "\F586";
}

.input-rating label:hover:before {
  color: #ffc107;
  content: "\F586";
}

.wrating-review {
  display: flex;
  flex-direction: column;
  margin-bottom: .5rem;
}

.wrating-review > input {
  font-size: 14px !important;
  color: #555 !important;
  padding: 0 20px;
  width: 100% !important;
  max-width: 100% !important;
}

.wrating-review > textarea {
  padding: 20px;
  border: 0;
  border-radius: 5px;
  max-width: 100%;
  min-height: 150px;
  resize: vertical;
  margin-top: 25px;
  background: #f5f5f5;
  font-size: 16px !important;
}

.rating-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.rating-actions .rating-buttons {
  display: flex;
}

.rating-actions .rating-buttons .rating-button {
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
  border: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #0c315d;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
}

.rating-actions .rating-buttons .rating-button > i {
  margin-right: 0.5rem;
}

.product-rating-container
  .tab-rating-container
  .rating-content
  .rating-item
  .rating-stars-wrapper
  .rating-stars
  > i:not(:last-child) {
  margin-right: 0.3rem;
}

.input-rating label:hover ~ label:after {
  color: #ffdb70;
}

.input-rating label:hover ~ label:before {
  color: #ffdb70;
  content: "\F586";
}
.rating-send {
  width: 100%;
}

.rating-send .buttons {
}

.rating-send .buttons .pull-right {
  display: flex;
  width: 100%;
  justify-content: end;
}

.rating-send .buttons .pull-right > button {
  border: 0;
  border-radius: 5px;
  padding: 0 60px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  background: #0c315d !important;
  border: 1px solid #0c315d !important;
  border-radius: 5px !important;
}

.rating-send .buttons .pull-right > button:hover {
  background: #fff !important;
  color: #000 !important;
}

.product-tab-comments {
  display: flex;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta {
  flex: 1;
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  justify-content: space-between;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata {
  font-size: 15px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata
  > span {
  font-weight: 800;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom {
  margin-left: 20px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom
  .product-tab-comment__text {
  border-radius: 5px;
  padding: 20px;
  line-height: 1.4;
  background: #f5f5f5;
  color: #646464;
  font-size: 15px;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper {
  width: auto;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i:not(:last-child) {
  margin-right: 0.3rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i {
  font-size: 20px;
}
.rating-new > span {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 200;
}
.product-description-tab-container .product-tab-wrapper .nav-pills > li {
  width: calc(33.3% - (2rem * 3) / 3);
  background-color: #fbfbfb;
  border: 1px solid #ececec;
}
.product-related-wrapper .product-wrap {
  width: 100%;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .product-fav .add_favori.favorited .bi.bi-star-fill {
  color: #EBEB1A;
}
.product-rating-container div#review {
  padding-top: 1rem;
}

.product-rating-container div#review > p {
  font-size: 15px;
}
.product-attribute .attribute-table {max-width: 100%;}

.product-tab-comments {
  display: flex;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-tab-comments .product-tab-comments--list .product-tab-comment {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner {
  display: flex;
  flex-direction: column;
  width: 75%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head {
  display: flex;
  align-items: center;
  width: 100%;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta {
  flex: 1;
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  justify-content: space-between;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata {
  font-size: 15px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .product-tab-comment__metadata
  > span {
  font-weight: 800;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom {
  margin-left: 20px;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__bottom
  .product-tab-comment__text {
  border-radius: 5px;
  padding: 20px;
  line-height: 1.4;
  background: #f5f5f5;
  color: #646464;
  font-size: 15px;
}
.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper {
  width: auto;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i:not(:last-child) {
  margin-right: 0.3rem;
}

.product-tab-comments
  .product-tab-comments--list
  .product-tab-comment
  .product-tab-comment--inner
  .product-tab-comment__head
  .product-tab-comment__meta
  .rating-stars-wrapper
  .rating-stars
  > i {
  font-size: 20px;
}
/*product-page-end*/

.contact-wrapper .contact-form > form fieldset legend {
  width: 100%;
}

#account-content .account-left .account-settings > form fieldset legend, #register-content .register-right .register-form > form fieldset legend, .contact-wrapper .contact-form > form fieldset legend {
  width: 100%;
}

.contact-wrapper .contact-form {
  width: 50%;
}

.hero-video {
    display: flex;
    justify-content: space-evenly;
}

/*mobile-css*/
@media screen and (min-width:992px){
  .content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
      display: none;
  }

  ul.megamenu > li > .sub-menu > .content .static-menu {
    width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
    width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li {
    width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > a {
    font-size: 16px;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li > ul > li > a {
    font-size: 14px;
}

ul.megamenu > li{
  position: relative;
}

ul.megamenu > li > .sub-menu {
  width: 200px !important;
  max-width: 200px !important;
  left: 0;
}
}
/*mobile-css-end*/
