/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom
  
==============================================*/
.no-margin {
  margin: 0 !important;
}
body {
  overflow-x: hidden;
}
.alert-success {
  font-family: "Ubuntu", sans-serif;
}
.fa-trash-o:before {
    content: "\f014";
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
#content .so-groups-sticky.right {
  display: none;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/*EFFECT jumpping*/
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.jump {
  animation: jumpping 6s infinite linear;
}
/*===============================================
    [SASS DIRECTORY ]
    
    [1] BLOCK HEADER

    
==============================================*/
.common-home #content {
  clear: both;
}
.common-home .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.home > a:before {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.typeheader-43 {
  position: relative;
  z-index: 9999;
}
.typeheader-43 .setting {
  float: right;
  position: relative;
  padding-right: 0;
  margin-top: 6px;
}
.typeheader-43 .setting .fa {
  margin: 6px 0;
  cursor: pointer;
  margin-left: 5px;
}
.typeheader-43 .setting:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin: 0;
  display: block !important;
}
.typeheader-43 .setting .account {
  clear: both;
  padding-top: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;letter-spacing: 0.5px;
}
.typeheader-43 .setting .account .dropdown-menu, .typeheader-43 .setting .box-lang-cunrent .dropdown-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  box-shadow: none;
}
.typeheader-43 .setting .dropdown-menu {
  padding: 10px;
  transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
}
.typeheader-43 .setting .dropdown-menu .dropdown, .typeheader-43 .setting .dropdown-menu .dropdown-menu {
  padding: 0;
  padding-left: 20px;
}
.typeheader-43 .setting > .dropdown-toggle {
  cursor: pointer;
  margin-bottom: 0px;
  color: #262626;
  padding: 0;
  height: 35px;
  position: relative;
  padding-left: 40px;
}
.typeheader-43 .setting > .dropdown-toggle:before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(../../images/account.png) no-repeat left top;
  left: 0;
  top: -2px;
}
.typeheader-43 .setting span.dropdown-toggle {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.typeheader-43 .setting .btn-link {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
  padding: 5px 0;
  padding-bottom: 0;
}
.typeheader-43 .setting .btn-link img {
  margin-right: 5px;
  margin-top: -2px;
}
.typeheader-43 .setting .btn-link span {
  display: inline-block !important;
}
.typeheader-43 .setting ul.dropdown {
  padding-left: 15px;
  margin-bottom: 10px;
}
.typeheader-43 .block-cart {
  float: right;
  position: relative;
  padding-left: 0;
}
.typeheader-43 .block-cart .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
}
.typeheader-43 .block-cart .handle {
  background: url(../../images/icon-image.png) no-repeat -13px -13px;
  width: 36px;
  height: 34px;
}
.typeheader-43 .block-cart .total-shopping-cart {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: -9px;
}
.typeheader-43 .block-cart .shoppingcart-box {
  min-width: 450px;
  top: 110% !important;
  position: absolute;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.typeheader-43 .block-cart .shoppingcart-box:before {
  content: "";
  display: block;
  background: transparent;
  height: 25px;
  position: absolute;
  top: -25px;
  width: 100%;
}
.btn-checkout:hover, .btn-view-cart:hover {
  color: white !important;
}
.typeheader-43 .block-cart .shoppingcart-box p.empty {
  padding-top: 15px;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.5px;
}
.typeheader-43 .block-cart .shoppingcart-box .minicart-title {
  background: #666666;
  padding: 0 25px;
}
.typeheader-43 .block-cart .shoppingcart-box .minicart-title span {
  font-size: 12px;
  color: #fff;
  line-height: 41px;
}
.typeheader-43 .block-cart .shoppingcart-box .minicart-title span.price-title {
  float: right;
}
.typeheader-43 .block-cart .shoppingcart-box li.content-item {
  background: #fff;
  margin-bottom: 15px;
  padding: 0 15px;
}
.typeheader-43 .block-cart .shoppingcart-box li.content-item table {
  margin-bottom: 0;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: none;
}
.dropdown-menu.shoppingcart-box .table .btn-danger {
  font-size: 1rem;
}
.dropdown-menu.shoppingcart-box .table button:focus:not(:focus-visible) {
  outline: 0 !important;
}
.typeheader-43 .block-cart .shoppingcart-box li.content-item .table-striped > tbody > tr {
  border-bottom: 1px solid #dee2e6;
}
.btn-shopping-cart .dropdown-menu .col-product-name a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.typeheader-43 .block-cart .shoppingcart-box .checkout {
  padding: 0 15px;
  margin-bottom: 15px;
}
.typeheader-43 .block-cart .shoppingcart-box .table > tbody > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > tbody > tr > th, .typeheader-43 .block-cart .shoppingcart-box .table > tfoot > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > tfoot > tr > th, .typeheader-43 .block-cart .shoppingcart-box .table > thead > tr > td, .typeheader-43 .block-cart .shoppingcart-box .table > thead > tr > th {
  border: none;
}
.typeheader-43 ul.top-link {
  list-style: none;
  margin: 0;
  float: right;
}
.typeheader-43 ul.top-link > li {
  float: left;
  position: relative;
  list-style: outside none none;
  padding-left: 20px;
  margin-left: 20px;
  padding-right: 0;
  border-left: 1px solid #333;
  font-size: 12px;
}
.typeheader-43 ul.top-link > li i {
  padding-right: 5px;
}
.typeheader-43 ul.top-link > li.language {
  min-height: 23px;
}
.typeheader-43 ul.top-link > li .fa-caret-down {
  font-size: 12px;
}
.typeheader-43 ul.top-link > li > a {
  font-size: 12px;
  color: #898989;
  line-height: 40px;
}
.typeheader-43 ul.top-link > li > a:hover {
  color: #fff;
}
.typeheader-43 ul.top-link > li.account:hover ul.dropdown-link {
  top: 34px;
  z-index: 9999;
  opacity: 1;
  border-top: 1px solid rgba(200, 199, 199, 0.3);
}
.typeheader-43 .welcome-msg {
  line-height: 40px;
}
.typeheader-43 .lang-curr {
  float: right;
}
.typeheader-43 .lang-curr > li {
  float: left;
  padding: 0;
  position: relative;
  padding-left: 18px;
  margin-left: 18px;
}
.typeheader-43 .lang-curr > li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #818181;
  top: 14px;
  left: 0;
}
.typeheader-43 .lang-curr > li.currency:before {
  display: none;
}
.typeheader-43 .lang-curr > li .btn-group {
  padding: 0;
}
.typeheader-43 .lang-curr > li .btn-group .btn-link {
  padding: 0;
  line-height: 40px;
  padding-right: 0;
  border: none;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 400;
}
.typeheader-43 .lang-curr > li .dropdown-menu {
  left: auto;
  right: 0;
}
ul.megamenu {
  display: flex;align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .typeheader-43 .lang-curr > li .dropdown-menu img {
    position: relative;
    top: -2px;
  }
}
.typeheader-43 .help-icon {
  margin-right: 48px;
  float: left;
}
.typeheader-43 .help-icon span {
  color: #262626;
  margin-left: 6px;
}
.typeheader-43 div.banner15 {
  float: left;
}
.typeheader-43 .searchbox {
  position: absolute;
  top: -22px;
  left: -9em;
  margin-right: 0;
  padding: 0;
  width: 150px;
  border: none;
}
.typeheader-43 .searchbox .search {
  display: none;
}
.typeheader-43 #sosearchpro .dropdown-menu .media-body .box-price span {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
}
.typeheader-43 .search-header-w {
  float: left;
  padding: 0px 0;
  margin-top: 2px;
  position: relative;
  /*=====SEARCH ======*/
}
.typeheader-43 .search-header-w .icon-search {
  cursor: pointer;
}
.typeheader-43 .search-header-w .icon-search i {
  font-size: 19px;
  margin-right: 8px;
}
.typeheader-43 .search-header-w .icon-search span {
  color: #262626;
  text-transform: capitalize;
}
.typeheader-43 .search-header-w #sosearchpro {
  padding: 0;
  width: 100%;
}
.typeheader-43 .search-header-w #sosearchpro .search {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 3px;display: block !important;
}
.typeheader-43 .search-header-w #sosearchpro .search .select_category {
  border: none;
  border-right: 1px solid #d7d7d7;
  background-color: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 22%;
}
.typeheader-43 .search-header-w #sosearchpro .search .select_category select {
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 12px;
  padding: 0 15px;
}
.typeheader-43 .search-header-w #sosearchpro .search .select_category select:hover {
  cursor: pointer;
}
.typeheader-43 .search-header-w #sosearchpro .search .select_category.icon-select:after {
  color: #999;
  background-color: #f5f5f5;
  font-size: 16px;
  line-height: 30px;
  right: 0;
  left: auto;
}
.typeheader-43 .search-header-w #sosearchpro .search button {
  position: absolute;
  top: 0px;
  right: 11rem;
  height: 40px;
  text-align: center;
  line-height: 39px;
  padding: 0px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.typeheader-43 .navbar-logo {
    padding-left: 5px;
}
.typeheader-43 .search-header-w #sosearchpro .search button i {
  font-size: 16px;
  color: #444;
}
.typeheader-43 .search-header-w #sosearchpro .search button span {
  display: none;
}
.typeheader-43 .search-header-w #sosearchpro .search input {
  padding: 0 35px 0 45px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
  z-index: 0;
  height: 40px;
  font-size: 13px;
  width: 85%;
  color: #000;
  border-radius: 23px;letter-spacing: 0.5px;
  font-family: "Urbanist", sans-serif;
}
.search-engine {
  width: 85%;
}
.layout-43.common-home #content .module h3.modtitle:after {
  display: none;
}
header #sosearchpro .dropdown-menu {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.5px;
}
#sosearchpro .dropdown-menu .media-body a {
  color: #000;
}
#sosearchpro .dropdown-menu .media {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.layout-43 #sosearchpro .dropdown-menu .media-left {
  width: 35px;
}
.typeheader-43 .search-header-w #sosearchpro .search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typeheader-43 .search-header-w #sosearchpro .search input:-ms-input-placeholder {
  color: #999;
}
.typeheader-43 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
  color: #7e7e7e;font-weight: 400;
  font-family: "Inter", sans-serif;font-size: 13px;
}
.typeheader-43 .search-header-w #sosearchpro .search input:focus {
  z-index: 0;
}
.typeheader-43 .main-menu-w {
  text-align: center;
  display: flex;
  align-items: center;padding: 0;
}
.typeheader-43 .shopping_cart {
  float: right;
  position: relative;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart {
  position: relative;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
  font-size: 18px;
  color: #252525;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
  float: left;
  height: 40px;
  line-height: 40px;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
  font-size: 14px;
  color: #262626;
  margin: 0;display: none;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart {
  font-size: 12px;
  float: left;
  line-height: 100%;
  font-weight: 700;display: none;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts, .typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
  display: none;
}
.typeheader-43 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: -1px;
  left: 20px;
  font-size: 12px;
  color: #fff;
}
.typeheader-43 .shopping_cart .dropdown-menu {
  top: 100%;
  right: -15px;
  left: auto;
  color: #666;
}
.typeheader-43 .shopping_cart .shoppingcart-box:before {
  right: 50px;
}
.typeheader-43 .megamenu-style-dev .navbar-default {
  background: transparent;
}
.typeheader-43 .megamenu-pattern .container {
  width: auto;
}
.typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a {
  line-height: 100%;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}
.typeheader-43 .container-megamenu.horizontal ul.megamenu > li.gradient-text a {
  background: linear-gradient(90deg, #ff5f6d, #ffc371, #6dd5ed, #2193b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}
.header-bottom {
  padding: 10px 0;
}
.navbar-logo .logo img {
  max-height: 40px; 
}
.header-right {
  gap: 15px;
}
.common-home .typeheader-43 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 99;
    border: none;
}
.module.sohomepage-slider .so-homeslider img {
    width: 100%;
}
.about-inner {
  border-radius: 55px;
  border: 1px solid #0000001A;
  box-shadow: 0px 0px 15px 0px #00000026;
}
.about-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6em 5em;
}
.about-left {
  position: relative;
  width: 60%;text-align: center;
}
.about-left img.main-images {
  position: relative;
  width: 70%;
  z-index: 2;
}
.about-right {
  width: 38%;
  background: #fff6f6;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.about-right h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 300;
}
.about-right h2 {
  font-size: 38px !important;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Rajdhani", sans-serif;
  text-transform: capitalize !important;
  margin-top: 0 !important;color: #202223 !important; 
}
.about-right p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.author .avatar {
  width: 90px;
  height: 90px;
  margin-right: 15px;
}
.author-text {
font-family: "Ubuntu", sans-serif;
line-height: 22px;
}
.author-text em {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.author-text strong {
  font-weight: 600;
}
.author-text span {
  display: block;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3px;margin: 5px 0 0;
}
.author-text small {
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.5px;
}
.btn-start {
  font-size: 21px;
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  margin-top: 20px;
  padding: 9px 30px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.btn-start:hover {
  background: #c70000;color: #fff !important;
}
.layout-43.common-home #content .module .modtitle {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 15px;
    text-transform: capitalize;
    text-align: center;
}
.testimonial-section {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}
.contentslider.testimonial .testimonial {
    padding: 30px 0 0;
    line-height: 1.6;
    position: relative;
    margin: 0 auto;
    width: 85%;
}
.testimonial-section h5 {
  font-size: 11px;
  color: #333;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}

.testimonial-section h2 {
  font-size: 82px;
  font-weight: 800;
  margin: 0px 0 0.3em;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  color: #202223;
  font-family: "Rajdhani", sans-serif;
}

.testimonial-section h2 img {
  width: 70px;
  height: auto;
}

.testimonial-section .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.testimonial-section .slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial-section .sliders-test {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}


.testimonial img.quote {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  opacity: 0.9;
  z-index: 0;
}
.testimonial p {
color: #000000;
    font-family: "Rajdhani", sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 1;margin-top: 25px;
    line-height: 24px;
}
    .testimonial-section .customer {
      margin-top: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 0px;
    }

    .testimonial-section .customer img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;margin-bottom: 10px;
    }

    .testimonial-section .customer h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 0.5px;
    }

    .testimonial-section .customer p {
      margin: 0;
      font-size: 9px;
      color: #000000;
      text-transform: uppercase;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
    }

    .testimonial-section .owl2-carousel .owl2-dots {
      margin-top: 30px;text-align: center;bottom: unset;
    }

    .testimonial-section .owl2-carousel .owl2-dots .owl2-dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ccc;
      margin: 0 5px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .testimonial-section .owl2-carousel .owl2-dots .owl2-dot.active {
      width: 20px;
      border-radius: 10px;
      background: #ff4d4d;
    }
    .testimonial-section .owl2-carousel .owl2-dots .owl2-dot span {
      display: none !important;
    }
  .brands-section {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 30px 0 50px;
  background: #fff;
}
.brands-label {
    color: #fff;
    font-size: 76px;
    font-weight: bold;
    padding: 4rem 15rem 4rem 6rem;
    border-radius: 40px;
    line-height: 1.3;
    min-width: 180px;
    text-align: left;
    font-family: "Rajdhani", sans-serif;
}
.brands-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  padding: 6rem;
  position: absolute;
  left: 50rem;
  right: 0;
}
.brands-track {
  display: flex;
  gap: 40px;
  animation: scrollBrands 5s linear infinite;
}
.brands-track img {
  height: 80px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.brands-track img:hover {
  transform: scale(1.1);
}
@keyframes scrollBrands {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.video-section {
  display: flex;
  justify-content: center;
  padding: 40px 0 10px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/7;
  border-radius: 50px;
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-controls {
  position: absolute;
  top: 50px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.video-controls button {
  background: rgba(0,0,0,0.6);
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 2px 7px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.video-controls button:hover {
  background: rgba(0,0,0,0.9);
}
.so-categories {
    display: flex;
    align-items: center;
    padding: 4em 0 7.3em;
    margin-top: 0;
    position: relative;margin-bottom: 0;
}
.so-categories .owl2-carousel .owl2-stage {
    overflow: visible !important;
    margin: 0;
    display: flex;
    align-items: stretch;
    transition: transform 0.6s ease !important;
    will-change: transform;
}
.so-categories .owl2-carousel .owl2-item {
    overflow: visible;
    /* width: 470px !important; */
    /* margin: 0 0 0 auto !important; */
}
.so-categories .item {
  display: block;
  width: 800px;
}
.so-categories .side-part {
  position: absolute;
  top: 28em;
  left: 0;width: 50%;
}
.so-categories .cat-wrap.theme2 .content-box img, .so-categories .cat-wrap.theme3 .content-box img {
  border: 0;    
}
.so-categories .post_text {
  position: absolute;
  top: -5px;
  right: 6rem
}
.so-categories .top-rocket {
  width: 80%;
}
.so-categories .cat-wrap .content-box .cat-title a {
  font-weight: 700;
  font-size: 45px;
  font-family: "Rajdhani", sans-serif;
  position: absolute;
  bottom: 6.7rem;
  left: 40%;color: white;
  text-align: center;text-transform: uppercase;
  transform: translateX(-30%) rotate(-12deg);
}
.so-categories .cat-wrap img:hover {
  transform: unset;
}
.layout-43.common-home #content .module.so-categories h3.modtitle {
  font-family: "Rajdhani", sans-serif;text-align: left;
  padding-top: 0;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span {
    font-size: 85px;
    color: #202223;
    font-weight: 700;
    text-transform: uppercase;padding: 0 15px;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span span {
  background-color: #DDF1FF66;
  border: 1px solid #0099FF33;padding: 0 15px;
  border-radius: 9px;
}
.top-pro {
    font-family: "Ubuntu", sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    text-align: left;font-weight: 300;
}
.layout-43.common-home .products-list .product-grid .product-item-container {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 32px;overflow: visible;
    transform: translateY(-14px);
}
.night-crackers h3 {
  text-align: left !important;
  padding-left: 8rem;
}
.night-crackers h3 span {
    font-size: 90px !important;
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.night-crackers .product-layout.product-grid.style1 {
  position: relative;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  padding: 15px;
  overflow: visible; 
  z-index: 1;
}

.night-crackers .product-layout.product-grid.style1:hover {
  transform: scale(1.15);
}
.night-crackers .product-layout.product-grid.style1:hover .product-item-container {
  transform: translateY(-34px);
}
.night-crackers .product-item-container .left-block .product-image-container {
  overflow: visible !important; 
  position: relative;
  z-index: 2;
}
.night-crackers .owl-stage-outer {
    overflow: visible !important;
}

.night-crackers .owl-item {
    position: relative;
    z-index: 1;
}
.so-extraslider .item {
  margin-top: 15rem;
}
.night-crackers .owl-item:hover {
    z-index: 10;
}
.night-crackers .product-item-container .left-block .product-image-container img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.night-crackers .products-list .product-layout .product-item-container .left-block {
  overflow: visible;
}
.night-crackers .product-item-container .left-block .product-image-container img {
  width: 70%;
  height: auto;
  transition: transform 0.4s ease;
  z-index: 3;position: relative;transform: scale(2);
}

.night-crackers .products-list .product-grid .product-item-container .right-block {
  margin-top: 8rem;padding: 0px 12px 0px 12px;
  border-radius: 32px;  
}

.layout-43.common-home #content .product-item-container .price {
  color: #e60000;
  font-weight: bold;
  margin: 10px 0;font-family: "Rajdhani", sans-serif;
}
.layout-43.common-home #content .product-item-container .price .price-new {
font-size: 21px;font-weight: 600;
}
.layout-43.common-home .price .price-old {
    font-size: 1.5rem;padding-left: 0;
}
.layout-43.common-home .products-list .product-grid .product-item-container .right-block h4 a {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
}
.layout-43.common-home .products-list .product-grid .product-item-container .right-block h4 a {
    font-size: 25px;
    color: #000;
}
.product-item-container .rating {
  color: #FFD700;
  margin-bottom: 10px;
}

.product-item-container .add-to-cart {
  background: #e60000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.product-item-container .add-to-cart:hover {
  background: #c40000;
}
.cracker-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF6DD; 
  padding: 2.5rem 35rem 1.5rem 3rem;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  margin: -40px auto 20px auto;
  box-shadow: 0px 26px 38px 0px #0000001A;float: right;
  position: relative;
}
.night-rock {
    position: absolute;
    top: 2rem;
    left: 71rem;width: 5%;
}
.banner-text {
  flex: 1;font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.banner-img img {
  max-width: 340px;
  height: auto;
  position: absolute;
  top: -7rem;
}
.layout-43.common-home .fa-stack {
  width: 28px;
}
.layout-43.common-home .fa-stack .fa-stack-2x {
    font-size: 16px;
}
.testimonial-section-ui .right-curl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13%;padding: 0;
}
.testimonial-section-ui .left-curl {
    position: absolute;
    top: 5em;
    left: -4em;
    width: 15%;
    padding: 0;
}
.so-page-builder section.top-categories-ui, section.video-section-ui, section.newarrival-ui,
section.best-ui, section.about-us, section.testimonial-section-ui,section.brands-ui,
section.footer-news  {
    padding: 0 5em !important;
}
section.testimonial-section-ui {
  position: relative;
  padding-top: 2em !important;
}
section.about-us {
  background-color: #fff;
  padding-top: 5em !important;
}
section.brands-ui {
  padding-right: 0 !important;
}
.so-page-builder section.top-categories-ui {
  padding: 0 !important
}
section.night-ui {
  padding-top: 12rem;
}
.night-ui .container-fluid {
  padding: 0;position: relative;
}
section.night-ui .so-extraslider {
  padding: 0 6.5rem;margin: 0;
}
.nyt1 {
  position: absolute;
  top: -5em;
  left: 0.5em;
}
.theme-43 {
  padding: 0 0 0 4em;
}
@media (min-width: 992px) {
    .typeheader-43 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 30px;
    float: none;
    display: inline-block;
    text-align: left;
  }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
  }
}
.typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a .caret {
  display: none;
}
.typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a strong {
  font-weight: 500;
}
.typeheader-43 .container-megamenu.horizontal ul.megamenu > li > a strong img {
  display: none;
}
@media (min-width: 992px) {
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li:hover > a:after, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.active > a:after, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
    width: 100%;
  }
  .typeheader-43 .container-megamenu.horizontal ul.megamenu > li:hover > a:before, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.active > a:before, .typeheader-43 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:before {
    width: 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}
.typeheader-43 .header-top {
    min-height: 0px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc;
}
.typeheader-43 .header-top .top-left {
    margin-top: 0px;
    font-family: "Mali", cursive;
}
.typeheader-43 .header-top .top-left {
    flex: 1;
}
.typeheader-43 .header-top .top-left {
    color: #fff;
    font-weight: 500;padding: 5px;
    font-size: 13px;display: flex;align-items: center;
}
.typeheader-43 .header-top .top-left {
    position: relative;
}
.common-home .typeheader-43 .header-bottom {
  border-bottom: none;padding: 4rem 5rem;
}
.typeheader-43 .header-bottom .container.background {
    background: #F5F5F5CC;
    box-shadow: 0px 0px 50px 0px #00000014;
    backdrop-filter: blur(90px);
    border: 1px solid #FFFFFFCC;
    border-radius: 30px;width: 90%;
    padding-right: 30px;
}
/****************Home page new arrival section css***********/
.newslider-container {
    width: 100%;
    overflow: hidden;
  }

 .newslider-container .slider {
  display: flex;
  transition: transform 0.5s ease;
}


  .newslider-container .slide {
    position: relative;
    flex: 0 0 25%;  
    max-width: 25%;  
    height: 800px;
    background: #fff;
    border-right: 1px solid #A9A9A9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
  box-sizing: border-box;
  }
.newslider-container .slide:last-child {
  border-right: 1px solid #A9A9A9 !important;
}
   .newslider-container .slide .content {
    position: absolute;
    top: 41%;
    text-align: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 2;
  }

   .newslider-container .slide .number {
    font-size: 27px; position: absolute;
    font-weight: 600;
    color: #767676;
    top: 7px;
    left: 16px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    font-family: "Rajdhani", sans-serif;
  }
 .newslider-container .slide .title h3
  { font-size: 52px; font-weight: 700;opacity: 0.8;color:#202223;font-family: 'Rajdhani', sans-serif;margin-top:0 !important}
  .newslider-container  .slide .title p{
    margin-bottom:0 !important;
    font-family: "Ubuntu", sans-serif;
    font-size: 12px !important;
    letter-spacing: 1.5px;color: #767676 !important;
  }
  .newslider-container  .slide .image {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 1;
  }

  .newslider-container .slide:hover .number,
  .newslider-container  .slide.active .number { transform: translateY(130px); opacity: 0; }
  .newslider-container .slide:hover .title h3,
  .newslider-container .slide.active .title h3 {
    color:#fff !important;
    opacity: 1;
    border-bottom: 5px solid white;
  }
  .newslider-container  .slide:hover .title p,
  .newslider-container  .slide.active .title p {color:#fff!important}
  .newslider-container .slide:hover .image,
  .newslider-container .slide.active .image { bottom: 0; opacity: 1; }

 .newslider-container .arrow {
  position: absolute;
  top: 67%;
  font-size: 2rem;
  border: none;
  cursor: pointer;
  z-index: 10;
}

 .newslider-container .arrow-left { right: -21px; top:63%;background:none; }
 .newslider-container .arrow-right {
  right: -20px;
  background: none;
 }
 .arrow-text {
  display: none;
}
.arrow-img {
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
}
#best-sellback{
position:relative;margin-bottom: 5rem;
}
#best-sellback .right-curl{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 11%;
    padding: 0;
}
#best-sellback .left-curl{
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 16%;

}
#best-sellback .center-curl{
    top: 10%;
    left: 3%;
    width: 15%;
    position:absolute;
    opacity: 0.7;
}
.best-sellslide h2{
font-size: 85px !important;
text-align:center;
font-family: "Rajdhani", sans-serif;
margin-top: 0 !important;line-height: 55px;
color: #202223 !important;opacity: 0.9;
}
.best-sellslide h2 span {
  color: #000;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
.best-sellslide h2 img {
  width: 80px;
  vertical-align: sub;
}
.anime-slide h2{
    font-size: 24rem !important;
    text-align: center;
    background: linear-gradient(180deg, #EBEBEB 1.89%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: bold;color: transparent;
    font-family: "Rajdhani", sans-serif;
    text-transform: capitalize !important;
    margin-top: 0 !important;
}
.ytp-chrome-top, .ytp-impression-link {
  display: none;
}
/***************Best selling css*************/
.slider-containerbest {
  position: relative;
  width: 100%;
  overflow: hidden;margin: auto;
}

.sliderbest {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 700px;transition: transform 1s ease;
}

.slidebest {
  position: absolute;
  transition: unset;
  opacity: 0.6;transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center bottom;
}

.slidebest img {
  width: 230px;
  height: auto;
  border-radius: 12px;
  box-shadow: 4px 4px 32px 0px #00000029;
}

.slidebest.active {
  opacity: 1;
  z-index: 10;
}

.prev,
.next {
  position: absolute;
  top: 88%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 10px;
  cursor: pointer;
  z-index: 20;

}

.prev {
  left: 40%;
}

.next {
  right: 40%;
}

.slide-info {
  text-align: center;
  margin-top: 20px;
  position: absolute;
  top: 82%;
  left: 44%;
  width: 13%;
  font-family: "Rajdhani", sans-serif;
}

.slide-info .price {
  font-weight: 600;
  font-size: 24px !important;
}

.slide-info .name {
  font-size: 28px;
  margin: 5px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 10px;
  overflow: hidden;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.slide-info .stars {
  color: gold;
  font-size: 20px;
}
.container-megamenu ul.megamenu li .sub-menu .content {
    background-color: unset;
    box-shadow: none;border: 0;padding: 0;
}
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 750px;
  background: #FFFBEE;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;border-radius: 10px;
}

.mega-header {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 15px;
}

.mega-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.mega-header a {
  font-size: 12px;
  text-decoration: underline;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.5px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mega-item {
  text-align: center;
}

.mega-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 5px;
}

.mega-item h4 {
  margin: 0 0;
  font-size: 13px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.mega-item h4 a {
 color: #202223;
}
ul.megamenu > li.categories > a strong::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'><path d='M11.1304 0.495003L6.13037 5.495L1.13037 0.495003' stroke='%23646464' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
  transition: filter 0.3s ease, transform 0.3s ease;
  vertical-align: middle;
}

ul.megamenu > li.categories:hover > a strong::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'><path d='M11.1304 0.495003L6.13037 5.495L1.13037 0.495003' stroke='%23FF004E' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center;
  background-size: contain;
}
.products-list .product-grid .product-item-container .right-block .cartinfo--left.so-quickview .quickview,
.products-list .product-grid .product-item-container .right-block .button-group .addToCart.btn-button .fa {
  display: none;
}
.products-list .product-grid .product-item-container .right-block .button-group .addToCart.btn-button span {
    display: block !important;visibility: visible;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 22px;text-transform: none;
    color: #fff;
}
.products-list .product-grid .product-item-container .right-block .button-group .btn-button:hover span {
  text-indent: 0;transform: unset;
}
.products-list .product-grid .product-item-container .right-block .cartinfo--left .btn-button {
    transform: unset;opacity: 1;width: 80%;height: unset;
    margin-top: 10px;
    margin-bottom: 3rem;
    padding: 1.8rem 2rem;
    border-radius: 42px;
}
.night-ui .products-list .product-grid .product-item-container .left-block {
  height: 150px;
}
.so-categories.preset01-2 .cat-wrap .content-box {
  width: 100%;overflow: visible;
}
.so-categories .cat-wrap .image-cat {
    width: 100%;
    position: relative;overflow: visible;
}
div.so-groups-sticky.right {
  display: none;
}

/*====================update opencart4===================*/
.typeheader-43 .setting .box-lang-cunrent .btn-group {
  display: block;
}
.typeheader-43 .setting .box-lang-cunrent .btn-group button {
  border: none;
}
.typeheader-43 .search-header-w #sosearchpro .search .select_category {
  display: none;
}

/*********************PRODUCT LIST PAGE CSS*****************/
#content_txt_msg,
.filters-panel .list-view, .filters-panel .product-compare {
  display: none !important;
}
.col-md-3.content-aside {
  font-family: "Urbanist", sans-serif;
}
ul.breadcrumb li a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.product-category .products-list .product-layout,
.product-search .products-list .product-layout {
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px #00000026;
  border-radius: 32px;
  width: 18%;
  display: flex;
  flex-direction: column;
  background-color: #fff !important;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 8px 8px 30px;
  padding: 0;justify-content: center;
}
.product-category .products-list .product-layout {
  box-shadow: none;width: 23%;
}
.product-category .title-category {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;font-size: 2.8rem;
}
.short-by-show {
  font-family: "Rajdhani", sans-serif;
}
.filters-panel label, .filters-panel .form-group select.form-control {
  color: #000;font-weight: 600;
}
.product-category .label-new, .product-category .label-sale,
.product-search .label-new, .product-category .label-sale {
  height: 25px;
  line-height: 28px;border-radius: 5px
}
.product-category .products-list .product-grid .product-item-container .right-block,
.product-search .products-list .product-grid .product-item-container .right-block  {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;padding: 12px 12px 0px 12px;
}
.product-category .products-list .product-grid .product-item-container .right-block h4 a,
.product-search .products-list .product-grid .product-item-container .right-block h4 a {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.product-category span.fa-stack,
.product-search span.fa-stack {
  width: 28px;
}
.product-category .fa-stack-1x,
.product-search .fa-stack-1x {
  font-size: 16px;
}
.price .price-new, .price span.price {
  font-size: 21px;font-weight: 600;
}
.price .price-old {
  font-size: 1.5rem;padding-left: 0;
}
.product-category .products-list .product-grid .product-item-container .right-block .price,
.product-search .products-list .product-grid .product-item-container .right-block .price {
  margin: 10px 0;
}
.product-search .products-list {
  justify-content: center;gap: 15px
}
.product-category .product-listing,
.product-search .container {
  width: 95%;
  padding: 0 5rem;
}
.product-search #content {
    font-family: "Rajdhani", sans-serif;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.product-category .products-list .product-grid .product-item-container .left-block,
.product-search .products-list .product-grid .product-item-container .left-block {
    height: 250px;display: flex;
    align-items: center;
    justify-content: center;
}
.product-category .cartinfo--left,
.product-search .cartinfo--left {
  text-align: center;
}
.product-category .cartinfo--left span,
.product-search .cartinfo--left span {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: none;
    color: #fff;
}
.product-category .fa-shopping-basket,
.product-search .fa-shopping-basket {
    display: none;
}
.product-category .addToCart,
.product-search .addToCart {
    width: 65%;
    height: unset;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0.5em 1em;
    border-radius: 42px;border: 0;
}
.filters-panel.product-filter-bottom {
  font-family: "Rajdhani", sans-serif;
  color: #000;
  font-weight: 500;
}
/**************PRODUCT DETAIL PAGE CSS********************/
.product-product .product-detail, .breadcrumbs .container {
  width: 100%;
  padding: 0 6.5em;
}
.product-product .product-detail {
  font-family: "Rajdhani", sans-serif;
  color: #000;
  font-weight: 500;
}
.product-product .product-view .content-product-right .title-product h1 {
  font-size: 5.2rem;font-weight: 600;
}
.product-product span.fa-stack {
  width: 23px;
}
.product-product .fa-stack-1x {
  font-size: 17px;
}
.product-product .product-view .content-product-right .box-review a {
  color: #202223;
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
}
.product-product .product_page_price {
  font-family: "Urbanist", sans-serif;
}
.product-product .price .price-new, .price span.price {
  font-size: 25px;
}
.product-product .inner-box-desc {
  font-family: "Urbanist", sans-serif;
  font-size: 15px;
}
.product-product #product .control-label {
  font-family: "Urbanist", sans-serif;
  font-size: 13px;
}
.product-product .product-view .content-product-right .box-info-product .quantity .input-group {
  font-family: "Urbanist", sans-serif;
}
.product-product .product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
  border: 0;
}
.product-product .product-view .content-product-right .box-info-product .cart .btn {
  font-family: "Mali", cursive;
  text-transform: capitalize;text-transform: capitalize;
  width: 250px;
}
.product-product .product-view .content-product-right .box-info-product .quantity .quantity-control span {
  color: #202223;
}
.product-product .product-view .content-product-right .box-info-product .add-to-links,
.product-product .product-view .social-share, .product-product .social_media_detail {
  display: none;
}
#tab-tags a {
    background-color: #a10f291a !important;
    font-family: "Urbanist", sans-serif;
    font-weight: 600;
    padding: 0.5em 3em;
    border-radius: 9px;
}
.product-product #productAccordion .accordion-button {
    background-color: #fff;
    color: #202223;
    border: 0;font-size: 18px;
    box-shadow: unset;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
} 
.product-product .product-detail-wrapper {
  display: flex;
  align-items: flex-start;
}

.product-product .product-gallery-wrap {
  width: 100%;
}
.product-product .product-left-sticky {
  position: relative; 
}

.product-product .product-right-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;         
  align-self: flex-start;
  z-index: 3;
}

.product-product .product-right-content {
padding-left: 20px;
}
.product-product .content-product-right {
  width: 100%;
}
.product-product .accordion-item {
  border: 0;
}
.product-product .accordion-body {
  font-family: "Mali", cursive !important;
}
.product-product .accordion-button {
  font-size: 18px;font-family: "Urbanist", sans-serif;
}
.product-product .content-product-left {
  width: 100%;
}
.product-product .product-view .content-product-left .large-image {
  border: 0;width: 100%;
}
.product-product .product-view .content-product-left .full_slider .thumbnail {
  border-color: unset;
  border: 0;
}
.product-product .product-view .content-product-left .full_slider .owl2-stage {
  width: 100% !important;
}
.product-product .owl2-carousel .owl2-item img {
  width: 80%;
}
.product-product .product-view .content-product-left .full_slider.owl2-carousel .owl2-item {
  min-width: 100%;
}
.product-product .gallery-grid .thumbnail img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}
.product-product .product-view .thumbnail {
  border-radius: 5px;
}
.gallery-button {display: none;}
/**************NEW ARRIVAL PAGE CSS***************/
.extension-so_theme-custom-newarrivals .cracker-banner {
  display: none;
}
.extension-so_theme-custom-newarrivals .so-extraslider-ltr {
  padding: 3em 6.5em 0;
}
.extension-so_theme-custom-newarrivals .so-extraslider .item {
  margin-top: 0;
}
.extension-so_theme-custom-newarrivals #content .module h3.modtitle span {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
}
.extension-so_theme-custom-newarrivals .products-list .product-layout {
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    background-color: #fff !important;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 8px 8px 30px;
    padding: 0;
    justify-content: center;
}
.extension-so_theme-custom-newarrivals .products-list .product-grid .product-item-container .right-block {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    padding: 12px 12px 0px 12px;
}
.extension-so_theme-custom-newarrivals .products-list .product-grid .product-item-container .right-block .cartinfo--left .btn-button {
    margin-bottom: 0;
}
.extension-so_theme-custom-newarrivals .products-list .product-grid .product-item-container .right-block h4 a {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}
.layout-43 .fa-stack .fa-stack-2x {
    font-size: 16px;
}
.extension-so_theme-custom-newarrivals .products-list .product-grid .product-item-container .left-block {
  height: 200px;
}
.extension-so_theme-custom-newarrivals .addToCart {
    width: 65%;
    height: unset;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0.5em 1em;
    border-radius: 42px;
    border: 0;
}
.extension-so_theme-custom-newarrivals .cartinfo--left span {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: none;
    color: #fff;
}
.extension-so_theme-custom-newarrivals span.fa-stack {
    width: 28px;
}
.extension-so_theme-custom-newarrivals .night-rock {
    display: none;
}
/*************Quickshopping css*************/
.otherThemeQS#quick-shop .grouped_total {
    font-family: "Rajdhani", sans-serif;
    font-size: 17px;
    color: white;
    line-height: 24px;
    font-weight: 600;
}
.otherThemeQS#quick-shop #quick_shop_product tbody tr.tabhead th {
    font-family: "Rajdhani", sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.otherThemeQS#quick-shop #quick_shop_product .quick-cat-name span {
  font-family: "Urbanist", sans-serif;
}
.otherThemeQS#quick-shop #quick_shop_product tbody td {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.otherThemeQS#quick-shop .cls1 {
  font-family: "Rajdhani", sans-serif;
}
@media (min-width: 1200px) and (max-width: 1700px) {
.so-categories .cat-wrap .content-box .cat-title a {
  bottom: 4.7rem;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span,
.night-crackers h3 span, .best-sellslide h2 {
  font-size: 75px !important;
}
.night-rock {
  top: 2rem;left: 62rem;
}
.cracker-banner {
  margin: -10px auto 20px auto;
}
.common-home .typeheader-43 .header-bottom .container.background {
  width: 80%;
}
.so-categories .side-part {
  top: 25em;
}
.testimonial-section-ui .left-curl {
  left: -3em;
}
}
 @media (min-width: 1370px) and (max-width: 1480px)  {
.nyt1 {
  top: -7em;
}
}
@media (min-width: 1230px) and (max-width: 1300px)  {
.typeheader-43 .searchbox {
  left: -8em;
}
.anime-slide h2 {
  font-size: 22rem !important;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span, .night-crackers h3 span, .best-sellslide h2 {
  font-size: 65px !important;
}
.top-pro {
  font-size: 11px;
}
.so-categories .post_text {
  right: -8rem;
}
.so-categories .top-rocket {
    width: 65%;
}
.newslider-container .slide .title h3 {
  font-size: 45px;
}
.nyt1 {
  top: -6em;
}
.night-rock {
  left: 39em;
}
.products-list .product-grid .product-item-container .right-block .cartinfo--left .btn-button {
  width: 90%;
}
.sliderbest {
  height: 550px;
}
.about-right h2 {
  font-size: 30px !important;
}
.about-left img.main-images {
  width: 85%;
}
.about-section {
  padding: 6em 2em 6em 5em;
}
.testimonial-section h2 {
  font-size: 65px;
}
.testimonial-section h2 img {
  width: 55px;
}
}
 @media (min-width: 1200px) and (max-width: 1430px) {
.common-home .typeheader-43 .header-bottom .container.background {
  width: 90%;
}
.about-right h2 {
  font-size: 33px !important;
}
.slidebest img {
  width: 195px;
}
}
@media (max-width: 768px) {
.common-home .typeheader-43 .header-bottom {
  padding: 2rem 1rem;
}
.typeheader-43 .header-bottom .container.background {
  padding-right: 0;
}
.testimonial-section .sliders-test {
  flex-direction: column;
  gap: 20px;
}
.layout-43 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
  right: 0;bottom: unset;
  width: 100%;max-height: unset;  
  background: #F5F5F5CC !important;
  transform: unset;top: 4em;
}
.layout-43.common-home .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper {
top: 0;
}
.layout-43 .container-megamenu.horizontal .megamenu-pattern > .container {
  margin-top: 4em;
}
.typeheader-43 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li > a {
  color: #646464 !important;
  background-color: transparent !important;
}
.layout-43 .mega-menu {
position: unset;
width: 100%;padding: 5px;
}
.layout-43 .mega-item h4 {
  font-size: 7.5px;
}
.mega-item img {
  margin-bottom: 0;height: 80px;
}
.layout-43 .megamenu-style-dev.responsive ul.megamenu > li a {
  line-height: 12px;
}
.layout-43 .responsive ul.megamenu .sub-menu .content .row > div {
  padding: 0;
}
.layout-43 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.active > a {
  padding: 0 !important;
}
.layout-43 .megamenu-style-dev.responsive .navbar-default .horizontal .megamenu-wrapper ul.megamenu li .sub-menu .content {
  height: auto !important;border: 0;
}
.mega-grid {
  gap: 8px;
}
.typeheader-43 .search-header-w #sosearchpro .search input::-webkit-input-placeholder {
  font-size: 12px;
}
header #sosearchpro .dropdown-menu {
  width: 90%;box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.07);
}
.layout-43 .megamenu-style-dev.responsive ul.megamenu > li.click:before, .layout-43 .megamenu-style-dev.responsive ul.megamenu > li.hover:before,
.layout-43 .megamenu-style-dev.responsive ul.megamenu > li.active .close-menu {
text-indent: -9999px;
background: transparent;border: 0;width: 100%;
}
.layout-43 .mega-header a {
  font-size: 10px;
}
.layout-43 .megamenu-style-dev.responsive ul.megamenu > li {
  width: 100%;
  box-sizing: border-box;
}
.layout-43 .megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu > li.gradient-text > a {  
  box-shadow: 0px 0px 50px 0px #00000014;
  backdrop-filter: blur(30px);
  background: linear-gradient(80deg, #ff5f6d, #ffc371, #6dd5ed, #2193b0) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
}
.typeheader-43 .search-header-w #sosearchpro .search button {
  top: 0px;
  right: unset;
  left: 1em;line-height: 35px;
}
.typeheader-43 .search-header-w #sosearchpro .search button img {
  width: 80%;
}
.typeheader-43 .search-header-w #sosearchpro .search input {
  border-radius: 10px;height: 40px;
}
.typeheader-43 .search-header-w #sosearchpro .search {
  margin: 0 auto;
  width: 90%;
}
.typeheader-43 #sosearchpro {
  display: none;
}
.layout-43 .megamenu-style-dev.responsive .so-megamenu-active #remove-megamenu {
  color: black;
}
.typeheader-43 .search-header-w {
  position: unset;
}
.typeheader-43 .searchbox {
  left: -12em;z-index: 99999999;
  width: 380px;top: 7em;
}
ul.megamenu {
  display: block;
}
.layout-43.common-home .typeheader-43 .searchbox {
  top: 3.5em;left: -11.7em;
}
ul.breadcrumb li, .product-search #content {
  z-index: -1;
}
.typeheader-43 .setting, .typeheader-43 .block-cart {
  display: none;
}
.layout-43 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle .icon-bar {
  background: #000;
}
.typeheader-43 .main-menu-w {
  justify-content: end;
}
.so-page-builder section.top-categories-ui, .so-page-builder section.video-section-ui, 
.so-page-builder section.newarrival-ui, .so-page-builder section.best-ui, 
.so-page-builder section.about-us, .so-page-builder section.testimonial-section-ui, .so-page-builder section.brands-ui {
    padding: 0 1em !important;
}
.video-controls {
  top: 20px;
}
.anime-slide h2 {
  font-size: 6rem !important;margin-top: 0;
}
.so-categories {
  display: block;height: auto;
  padding: 1em 0 2em;
}
.so-categories .side-part {
  top: 20em;width: 17%;
}
.video-section {
  padding: 15px 0;
}
.nyt1 {display: none;}
.products-list .product-grid .product-item-container .right-block .cartinfo--left .btn-button {
  width: 65%;padding: 1.5rem 2rem;
}
.products-list .product-grid .product-item-container .right-block .button-group .addToCart.btn-button span {
  font-size: 20px;
}
.night-ui .products-list .product-grid .product-item-container .left-block {
  height: 100px;
}
.about-right h2 {
  font-size: 25px !important;
}
.about-right h4 {
  font-size: 10px;
}
.about-right p {
  font-size: 13px;
}
.author-text em {
  font-size: 13px;
}
.author-text small {
  position: relative;
  top: -2em;
  left: 9em;font-size: 10px;
}
.layout-43.common-home #content .module h3.modtitle {
  font-size: 28px;
}
.layout-43.common-home #content .night-crackers .module h3.modtitle {
  margin-bottom: 1.5rem;
}
.theme-43 {
  padding: 0;
  width: 100%;
}
.layout-43.common-home #content .module.so-categories h3.modtitle,
.top-pro {
  text-align: center;
}
.top-pro {
  font-size: 10px;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span br {
  display: none
}
.layout-43.common-home #content .module.so-categories h3.modtitle span {
  font-size: 25px;
}
.so-page-builder section.top-categories-ui, section.video-section-ui, 
section.newarrival-ui, section.best-ui, section.about-us, section.testimonial-section-ui, section.brands-ui {
    padding: 0 1.5em !important;
}
.newslider-container .slide {
    flex: 0 0 100%;
    max-width: 100%;
    height: 500px;
}
.arrow-text {
    display: inline-block;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
  }
  .arrow-img {
    display: none; 
  }
  .newslider-container .slide .number {
    font-size: 20px;
  }
  .newslider-container .slide .title p {
    font-size: 12px !important;
  }
  .newslider-container .slide .title h3 {
    font-size: 35px;
  }
  .newslider-container .slide:hover .title h3, .newslider-container .slide.active .title h3 {
    border-bottom: 3px solid white;
  }
  .newslider-container .arrow-left {
    left: -50px;right: unset !important;
    transform: translateX(50%) rotate(-95deg);
  }
  .newslider-container .arrow-right {
    right: 0px;
    transform: translateX(50%) rotate(90deg);
  }
  .newslider-container .arrow {
    top: 55%;
  }
.night-crackers h3 span {
  font-size: 25px !important;
}
.so-categories .top-rocket {
    width: 30%;
}
.so-categories .post_text {
    top: 0;
    right: 30px;
}
.layout-43.common-home #content .module.so-categories h3.modtitle span span {
  padding: 0 2px;
  margin: 0 5px;
}
.so-categories .cat-wrap .image-cat {
  width: 100%;
}
.so-categories .modcontent {
  width: 100%;
}
.so-page-builder section.top-categories-ui {
  padding: 0 !important;
}
.so-categories .cat-wrap .content-box .cat-title a {
  font-size: 15px;bottom: 0.8em;
}
.so-categories .owl2-carousel .owl2-item {
    width: 140px !important;
}
.so-categories .cat-wrap {
  padding: 0;
}
.product-category .product-listing, .product-category .container,
.product-search .container {
  padding: 0 2rem;
}
.product-category .products-list .product-grid .product-item-container .right-block h4 a,
.product-search .products-list .product-grid .product-item-container .right-block h4 a {
  font-size: 20px;
}
.product-category span.fa-stack,
.product-search span.fa-stack {
    width: 20px;
}
.product-category .products-list .product-layout,
.product-search .products-list .product-layout {
  box-shadow: none;border-radius: 10px;
  border: 1px solid #dedede;margin-bottom: 20px;
  width: 45%;
}
.product-category .addToCart,
.product-search .addToCart {
  margin-bottom: 0;width: 90%;
  padding: 0.5em 1em;
}
.product-category .cartinfo--left span,
.product-search .cartinfo--left span {
  font-size: 15px;
}
.night-crackers .product-layout.product-grid.style1 {
  padding-left: 0px;padding-bottom: 0;
}
.night-crackers .product-layout.product-grid.style1:hover {
  transform: unset
}
.price .price-new, .price span.price {
    font-size: 18px;
}
.product-category .products-list,
.product-search .products-list {
  gap: 0;
}

section.video-section-ui {
  padding-right: 0 !important;
}
section.video-section-ui .container-fluid {
  padding-left: 0;
}
.video-wrapper {
  border-radius: 15px;aspect-ratio: 10 / 7;
}
section.video-section-ui .col-12 {
  padding-right: 30px;
}
.night-crackers h3 {
  text-align: center !important;
  padding-left: 0;
}
.night-rock {
  top: 2rem;
  left: 29rem;
  width: 8%;
}
.so-extraslider .item {
  margin-top: 7rem;
}
.common-home.layout-43 .products-list .owl2-item {
  width: 270px !important;
}
.night-crackers .products-list .product-grid .product-item-container .right-block {
  margin-top: 6rem;
}
.night-crackers .product-item-container .left-block .product-image-container img {
  width: 50%;
}
.layout-43.common-home #content .product-item-container .price .price-new {
  font-size: 20px;
}
.layout-43.common-home .products-list .product-grid .product-item-container .right-block h4 a {
  font-size: 25px;
}
.layout-43.common-home .fa-stack {
    width: 25px;
}
section.night-ui {
  padding-top: 2rem;
}
.cracker-banner {
  padding: 2rem 1.5rem;
  float: unset;margin: 0px 15px;
  background: #FFF6DD;border-radius: 11px;
  box-shadow: 0px 16px 20px 0px #0000000D;
}
.banner-text {
  font-size: 12px;
}
.banner-text p {
  width: 100%;margin-bottom: 0;
}
.banner-img img {
  top: 25px;
  right: 0;
  width: 28%;
}
.testimonial-section {
  padding: 25px 0px 50px;
}
.testimonial-section .owl2-carousel .owl2-dots {
  left: 40%;bottom: -30px;
}
.testimonial-section .owl2-carousel .owl2-dots .owl2-dot {
  width: 5px;
  height: 5px;
}
.testimonial p {
  font-size: 13px;
}
.testimonial-section .customer h4 {
  font-size: 14px;
}
.testimonial-section-ui .right-curl {
  top: 0;width: 15%;
}
.testimonial-section-ui .left-curl {
  top: 22em;width: 20%;left: 0;
}
section.night-ui .so-extraslider {
  padding: 0;
}
#best-sellback .center-curl {
  display: none;
}
#best-sellback .left-curl {
  bottom: 0;width: 30%
}
#best-sellback .right-curl {
  top: -20px;
  right: 3px;
  width: 20%;
}
.best-sellslide h2 {
  font-size: 30px !important;
}
.best-sellslide h2 img {
  width: 40px;
}
#best-sellback {
  margin-bottom: 0rem;
}
.best-sellslide h2 span {
  font-size: 12px;
}
.slide-info {
  width: 100%;left: 0;top: 80%;
  margin-top: 0;
}
.slider-containerbest .prev {
  left: 0;
}
.slider-containerbest .next {
  right: 0;
}
.sliderbest {
  height: 600px;
}
.prev, .next {
  top: 83%;font-size: 22px;padding: 5px 13px;
}
 .slidebest {
    position: absolute;
    left: 25%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    z-index: 0;
  }
  .slidebest.active {
    transform: translateX(15%) scale(1.8) !important;
    opacity: 1 !important;
    z-index: 10 !important;margin-top: 3em;
  }
  .slidebest img {
    width: 65%;box-shadow: unset;
    display: none;
  }
  .slidebest.active img {
    display: block !important;
  }
  .slide-info .price {
    font-size: 20px !important;
  }
  .slide-info .name {
    font-size: 25px;
  }
  .slide-info .stars {
    font-size: 22px;
  }
.about-inner {
  border: 0;
  box-shadow: unset;background: unset !important;
}
.about-section {
  flex-direction: column-reverse;
  padding: 0;
}
.about-right {
  background: transparent;padding: 0;text-align: center;
  box-shadow: unset;width: 100%;
}
.about-left {
  width: 100%;
}
.btn-start {
  display: none;
}
.author-text {
  text-align: left;
}
.testimonial-section .side-left, .testimonial-section .side-right {
  display: none;
}
.testimonial-section h2 {
  font-size: 25px;align-items: center;
}
.testimonial-section h5 {
  font-size: 10px;
}
.testimonial-section h2 img {
  width: 18px;
}
.contentslider.testimonial .testimonial {
  width: 100%;padding: 5px 0 0;
}
.brands-section {
  text-align: center;
  padding: 25px 0 40px;
  background: #fff;display: block;
}
section.brands-ui {
  padding: 0 !important;
}
.brands-label {
  padding: 15px 40px;
  border-radius: 10px 10px 0 0;
  margin: 0 15px 25px;font-size: unset;
  text-align: center;
}
.brands-label span {
    font-size: 20px;color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.brands-label span br {
  display: none;
}
.brands-slider {
  position: unset;
  padding: 0;
  border-radius: unset;
}
.product-product .product-detail, .breadcrumbs .container {
  padding: 0 1.5em;
}
.product-product  .product-right-content {
    padding-left: 0;
}
.product-product  #content {
  margin-bottom: 0;
}
.product-product .content-product-left {
  display: block;
}
.product-product .gallery-grid .thumbnail img {
  height: 250px;
}
.product-product .gallery-grid {
  width: 50%;
}
.night-crackers .product-layout.product-grid.style1:hover .product-item-container {
  transform: none;
}
.extension-so_theme-custom-newarrivals .products-list .product-grid .product-item-container .right-block .cartinfo--left .btn-button {      
  width: 100%;
}
.extension-so_theme-custom-newarrivals .so-extraslider-ltr {
  padding: 3em 2em 0;
}
}

 /**********IPHONE 14 PRO**********/
@media (max-width: 431px) {
.newslider-container .arrow-left {
  left: -45px;
}
.layout-43.common-home .typeheader-43 .searchbox {
  width: 430px;left: -13.8em;
}
.slidebest.active {
  transform: translateX(15%) scale(1.7) !important;
  margin-top: 0em;
}
.night-rock {
  left: 32rem;
}
}
 /**********IPHONE XR**********/
 @media (max-width: 415px) {
.newslider-container .arrow-left {
  left: -45px;
}
.layout-43.common-home .typeheader-43 .searchbox {
  left: -13.5em;width: 415px;
}
.night-rock {
  left: 31rem;
}
}

/**********IPHONE 12**********/
@media (max-width: 391px) {
.slidebest.active {
  margin-top: 0em;
  transform: translateX(15%) scale(1.8) !important;
}
.layout-43.common-home .typeheader-43 .searchbox {
  left: -12.8em;width: 400px;
}
.night-rock {
  left: 30rem;
}
}

/**********IPHONE SE**********/
@media (max-width: 376px) {
.layout-43.common-home .typeheader-43 .searchbox {
  left: -12.5em;width: 385px;
}
.slidebest.active {
  transform: translateX(15%) scale(1.9) !important;
}
.night-rock {
  left: 29rem;
}
}

/**********SAMSUNG S8**********/
@media (max-width: 361px) {
.slidebest.active {
  transform: translateX(15%) scale(1.9) !important;
}
.layout-43.common-home .typeheader-43 .searchbox {
  left: -12.2em;width: 375px;
}
.night-rock {
  left: 28rem;
}
}

/**********GALAXY FOLD 5**********/
@media (max-width: 345px) { 
.best-sellslide h2 {
    font-size: 28px !important;
}
.slidebest.active {
    transform: translateX(18%) scale(2) !important;
}
}

