.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.grid-wrap img.fr-fic, .grid-wrap .grid-img {
  margin-bottom: 15px !important; }
.grid-wrap .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% + 10px);
  margin-bottom: 15px; }
.grid-wrap .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.set-block1322 .setrow {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.set-block1322 img {
  max-width: 100%; }
.set-block1322 .hero-logo {
  margin-bottom: 16px;
  transform: translateX(-64px);
  max-width: 88px;
  margin-left: 4px; }
.set-block1322 .row-head {
  font-size: 2.25rem; }
.set-block1322 .shop-now {
  width: 100%;
  padding: 16px 32px;
  font-weight: bold; }

@media all and (max-width: 767px) {
  .set-block1322 .hero-logo {
    display: none; }
  .set-block1322 .row-head {
    margin-top: 1.5rem;
    font-size: 1.5rem; }
  .set-block1322 .colsecond {
    text-align: center; } }
.grid-wrap img.fr-fic, .grid-wrap .grid-img {
  margin-bottom: 15px !important; }
.grid-wrap .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% + 10px);
  margin-bottom: 15px; }
.grid-wrap img {
  width: 100%; }
.grid-wrap .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.insidecontainer {
  border: 1px solid #CECECE;
  border-radius: 20px;
  position: relative;
  margin: 40px 0; }
  .insidecontainer .title-border {
    margin-bottom: 15px;
    position: relative;
    position: absolute;
    bottom: calc(100% - 10px);
    background: #fff;
    padding: 0 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 99; }
  .insidecontainer h3 {
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .insidecontainer p {
    margin-bottom: 0; }
  .insidecontainer .countdown-inner {
    padding-left: 10px; }

.see-all {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
  padding: 0 10px; }
  .see-all:after {
    display: block;
    content: '';
    border-bottom: solid 3px;
    transform: scaleX(0);
    border-color: inherit;
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%; }
  .see-all:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%; }

.title-border h3 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px; }
  .title-border h3 p {
    margin: 0; }

.cat-info .product-title {
  text-align: center; }

.brand-wrap .product-title {
  font-weight: normal;
  text-align: center; }

body .selectors.MagicScroll .mcs-item {
  width: auto !important;
  margin: 0 5px; }

.tablist .cms-tab-data {
  font-size: 0.875rem;
  border-radius: 0;
  margin-right: 8px; }
.tablist .nav-tabs {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-y: auto;
  white-space: nowrap; }
  .tablist .nav-tabs::-webkit-scrollbar {
    display: none; }

.main-title.order-payment {
  margin-top: 30px; }

.product-item-info .review-wrap, .product-item-info .prod-desc, .product-item-info .addtocart-btn {
  display: none; }
.product-item-info .product-title {
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }
