/**
 * Custom CSS
 */
.title-home-page {
  color: blue !important;
}

.header.links-custom li {
  float: left;
  margin-left: 30px;
}

.header.links-custom li a {
  display: block;
  padding-left: 35px;
  padding-bottom: 5px;
  background-size: 20px;
  margin-top: 5px;
}

.header.links-custom li.myaccount-link a {
  background: url(../images/account.svg) no-repeat top 1px left;
}

.header.links-custom li.sell-link a {
  background: url(../images/sell.svg) no-repeat top 1px left;
}

.header.links-custom li.checkout-link a {
  background: url(../images/checkout.svg) no-repeat top 1px left;
}

.header.links-custom li.link.wishlist a {
  background: url(../images/wishlist.svg) no-repeat top 1px left;
}

.header.links-custom li.marketplace a {
  background: url(../images/marketplace.svg) no-repeat top 1px left;
}

.header.links-custom li.webtopup-link a {
  background: url(../images/webtopup.svg) no-repeat top 1px left;
}

.header.links-custom li a:before {
  content: none;
}

.page-wrapper .header-style-1 .header-bottom {
  background-color: #68b3e7;
}

.page-wrapper .header-style-1 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu {
  background: #4381a4;
}

.page-wrapper .header-style-1 .header-bottom .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li>.sm_megamenu_head {
  font-weight: bold;
}

.footer-container {
  background: #4381a4;
}

.footer-container .items {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

.footer-container .items span {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.footer-container .items .item-links li {
  margin-bottom: 10px;
}

.item-container {
  color: white;
  padding: 30px 15px;
}

.item-container a {
  color: white;
}

.footer-image {
  height: 40px;
  background: #4381a4;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-wrapper .header-style-1 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a::before {
  content: none;
}

.page-wrapper .header-style-1 .header-bottom .sidebar-megamenu .megamenu-content-sidebar .btn-megamenu a::after {
  content: url(../images/category.svg);
  position: absolute;
  right: 10px;
  margin-top: 5px;
}

.header-minicart .text-left {
  font-weight: bold;
}

.block-minicart .minicart-items .product-item-details .price-container {
  position: inherit;
}

.block-minicart .minicart-items .product-item-details .item-qty {
  border: none;
}

.block-minicart .block-content>.actions a.viewcart {
  float: left;
  border-radius: 5px;
  background: #68b3e7;
  margin: 0 0 15px;
  width: 45%;
  text-align: center;
}

.block-minicart .block-content>.actions a.checkout {
  float: right;
  border-radius: 5px;
  background: #68b3e7;
  margin: 0 0 15px;
  width: 45%;
  text-align: center;
}

.block-minicart .subtotal {
  text-transform: none;
}

.block-minicart .subtotal .label {
  font-weight: normal !important;
}

.block-minicart .minicart-items .product-item-details .product.actions .action.delete:after {
  content: none;
}

.minicart-items .product-item-details .details-qty {
  position: relative;
}

.minicart-items .product-item-details .details-qty span {
  position: absolute;
  top: 6px;
}

.block-minicart .minicart-items .product-item-details .item-qty {
  padding-left: 0;
}

.block-minicart .product-item-photo {
  border: none;
}

.page-wrapper .header-style-1 .header-middle .middle-right-content .minicart-header .minicart-content .cart-wrapper .minicart-wrapper .showcart::before {
  background-image: url(../images/cart.svg);
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: transparent;
}

.minicart-wrapper .block-minicart {
  background: white !important;
}

.page-wrapper .header-style-1 .header-middle .middle-right-content .sm-searchbox .sm-searchbox-content .control #searchbox {
  padding-left: 50px;
  background: url(../images/search.svg) no-repeat top 8px left 10px;
  border: none;
}

.page-wrapper .header-style-1 .header-middle .middle-right-content .sm-searchbox .sm-searchbox-content .actions {
  display: none;
}

.header-style-1 .header-middle {
  background: #f4f4f4;
}

.page-wrapper .header-style-1 .header-middle .middle-right-content .sm-searchbox .sm-searchbox-content .form.minisearch {
  background: white;
}

.swiper-container {
  height: 500px !important;
}

.product-container {
  padding: 15px;
  background: white;
  margin-bottom: 15px;
  border-radius: 10px;
  color: red;
}

.product-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  border-spacing: 10px;
  border-collapse: separate;
}

.product-container ul li {
  display: inline-block;
  width: 15.6%;
  height: 300px;
  margin-right: 11px;
  -webkit-box-shadow: 7px 9px 4px -5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 7px 9px 4px -5px rgba(0, 0, 0, 0.38);
  box-shadow: 7px 9px 4px -5px rgba(0, 0, 0, 0.38);
}

.product-container ul li .image {
  width: 100%;
  height: 200px;
}

.product-container ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-container .product-price {
  margin: 0 15px 15px;
}

.product-container .product-price span {
  color: red;
  font-weight: bold;
}

.product-container .product-name {
  margin: 15px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cms-index-index main {
  background: #f4f4f4;
}

.product-container h2 {
  font-weight: bold;
  color: #336c86;
  text-indent: 10px;
}

.product-container .title {
  position: relative;
}

.product-container .title a {
  position: absolute;
  right: 21px;
  font-size: 14px;
  top: 0;
}

.page-footer {
  padding-top: 15px;
  background: #f4f4f4;
}

.page-footer .item-container a {
  color: white;
}

.banner-bg {
  height: 500px;
  position: absolute;
}

.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-item {
  height: 605px;
  padding: 20px;
}

.slick-slide {
  height: 565px;
  border-radius: 15px;
}

.slick-slide img {
  height: 100%;
  margin: auto;
  border-radius: 15px;
}

.banner-footer {
  margin-top: 20px;
}

.banner-footer .coupon,
.banner-footer .download-link {
  display: inline-block;
  width: 47%;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  color: white;
  font-weight: bold;
}

.banner-footer .coupon {
  float: left;
  background: url(../images/coupon.svg) no-repeat;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  background-size: contain;
}

.banner-footer .coupon span span {
  color: #bb2c40;
}

.banner-footer .download-link {
  float: right;
  background: url(../images/download_app.svg) no-repeat;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  background-size: contain;
  cursor: pointer;
}

.home-page-1 .col-xl-9 {
  padding-left: 0;
}

.minicart-content-wrapper .block-minicart .header-minicart {
  background-color: #d5040f;
}

.page-wrapper .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  border: none;
}

.page-wrapper .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li>a::before,
.page-wrapper .sambar-inner::before {
  background-color: #68b3e7;
}

.page-wrapper .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li.parent-item:hover>a:after {
  color: #68b3e7;
}

.page-wrapper .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li.sm_megamenu_actived>a,
.page-wrapper .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu>li:hover>a {
  color: inherit;
}

.page-title {
  color: #4482a4;
}

.page-title-wrapper .page-title::before {
  background-color: transparent;
}

#maincontent {
  background: #f4f4f4;
}

.login-container .block-customer-login,
.login-container .block-new-customer {
  background: white;
  border: none;
}

.login-container .block .block-title strong {
  font-weight: bold;
  color: #4482a4;
  text-transform: uppercase;
}

.page-wrapper .block .block-title::before {
  background: transparent;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 5px;
  border: 1px solid #dbdbdb;
}

a.action.primary,
button {
  background: #68b3e7;
}

a.action.primary:disabled,
button:disabled {
  background: #bbbbbb;
}

a.action.primary span,
.action.login.primary span {
  font-weight: bold;
}

a.action.primary {
  border-radius: 5px;
}

.action.login.primary {
  width: 100%;
  border-radius: 5px;
}

.action.remind {
  color: #68b3e7;
  font-size: initial;
  font-weight: 400;
}

.fieldset>.field.required>.label:after {
  color: #646868;
}

.login-container .fieldset:after {
  color: #646868;
}

.page-wrapper .cart.table-wrapper .actions-toolbar>.action {
  padding: 10px 15px;
  border-radius: 5px;
  background: white;
  font-weight: bold;
  font-size: 1.2rem;
  color: #68b3e7;
  border: 1px solid #68b3e7;
}

.page-wrapper .cart.table-wrapper .actions-toolbar>.action:hover {
  background: #d5040f;
}

.page-wrapper .cart-container .cart.main.actions .action {
  padding: 15px;
  border-radius: 5px;
  background: #d5040f;
  font-weight: bold;
  color: white;
  height: 37px;
  line-height: 37px;
}

.page-wrapper .cart.table-wrapper .item-actions td {
  border-top: 0;
  padding-left: 15px;
  padding-bottom: 15px;
}

.page-wrapper .cart-container .cart.table-wrapper .product-item-photo {
  display: inline-block;
  width: 51%;
}

.page-wrapper .cart.table-wrapper .product-item-details {
  display: inline-block;
  width: 46%;
  font-size: 14px;
}

.page-wrapper .cart-container .cart.table-wrapper .product-item-photo .product-image-photo {
  width: 100%;
  padding: 10px;
  height: 175px;
  object-fit: contain;
}

.page-wrapper .cart-container .cart-summary .block .title {
  padding: 10px;
}

.page-wrapper .table th,
.table td {
  border: none;
}

.page-wrapper .cart-totals .mark {
  padding: 10px 10px 10px 0;
}

.page-wrapper .cart-container .checkout-methods-items {
  border-top: 0;
  background: white;
}

.page-wrapper .cart-container .checkout-methods-items {
  padding-top: 0;
}

.page-wrapper .cart-container .checkout-methods-items .action.primary.checkout {
  padding: 15px;
  border-radius: 5px;
  background: #68b3e7;
  font-weight: bold;
  color: white;
  height: 37px;
  line-height: 37px;
}

.page-wrapper .cart-container .checkout-methods-items .action.primary.checkout:hover {
  background: #d5040f;
}

.page-wrapper .cart-totals .mark,
.page-wrapper .cart-totals .amount,
.page-wrapper .opc-block-summary .table-totals .amount {
  font-size: 14px;
}

.page-wrapper .cart-summary>.title {
  margin-bottom: 3rem;
}

.cart-container .cart-summary {
  border: none;
}

.page-wrapper .cart-container .cart-summary .summary.title {
  text-transform: capitalize;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: center;
}

.cart.table-wrapper .col {
  text-transform: initial;
  font-size: 14px;
}

.cart.table-wrapper .col.item:first-child {
  padding-top: 0;
  padding-bottom: 15px;
}

.cart-container .cart.table-wrapper .product-item-name {
  font-weight: 700;
  text-transform: none;
}

.cart-container .cart-summary,
.page-wrapper .cart-container .cart-summary .block .title,
.cart-container .form.form-cart {
  background: white;
  border-radius: 5px;
}

.cart-container .form.form-cart {
  padding: 0;
}

.cart.table-wrapper .items thead+.item {
  border-top: 5px solid #f4f4f4;
}

.cart.table-wrapper .items>.item {
  border-bottom: 5px solid #f4f4f4;
}

.cart-container .cart.table-wrapper .item .col.item,
.page-wrapper .cart.table-wrapper .item-actions td {
  padding-left: 15px;
}

.cart-container .form-cart .actions {
  background: #f4f4f4;
  padding-top: 20px;
}

#shopping-cart-table {
  margin-bottom: 0;
}

.cart.table-wrapper #shopping-cart-table.items {
  margin-bottom: 0;
}

.cart.table-wrapper {
  margin-bottom: 0;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  padding-bottom: 15px;
  padding-top: 15px;
}

.cart-container .cart.main.actions .action:hover,
.cart-container .checkout-methods-items .action.primary.checkout:hover {
  background-color: #db2a33 !important;
}

.cart-totals .grand .amount {
  padding-top: 10px;
  color: #db2a33;
  font-weight: 700;
  font-size: 14px;
}

.price-including-tax .price,
.price-excluding-tax .price {
  font-size: 14px;
}

.cart-container .cart-summary .coupon .actions-toolbar .primary .apply.primary {
  border-radius: 5px;
  background: #68b3e7;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
}

select {
  height: 40px;
  border-radius: 5px;
}

.myaccount-link {
  position: relative;
}

.myaccount-popup {
  position: absolute;
  z-index: 999999;
  background: white;
  padding-top: 20px;
  top: 30px;
  left: 0px;
}

.header.links-custom .myaccount-popup li {
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.myaccount-popup li button,
.hero-btn {
  width: 250px;
  background: transparent;
  border: 1px solid #68b3e7 !important;
  border-radius: 5px;
  color: #68b3e7 !important;
  font-weight: bold;
}

.myaccount-popup li.fb button {
  background: url(../images/fb.svg) no-repeat top left 5px;
  background-size: 25px 33px;
}

.myaccount-popup li.google button {
  background: url(../images/google.svg) no-repeat top left 5px;
  background-size: 25px 33px;
}

.myaccount-popup li.fb button:hover {
  background: url(../images/fb.svg) no-repeat top left 5px #68b3e7;
  background-size: 25px 33px;
}

.myaccount-popup li.google button:hover {
  background: url(../images/google.svg) no-repeat top left 5px #68b3e7;
  background-size: 25px 33px;
}

.myaccount-popup li button:hover,
.hero-btn:hover {
  background: #68b3e7 !important;
  color: white !important;
}

.myaccount-popup {
  display: none;
}

.myaccount-link:hover>.myaccount-popup {
  display: block;
}

.slick-slide {
  display: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent !important;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  content: "•";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
}

#slick-slide {
  text-align: center;
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.slick-dots li.slick-active button:before {
  color: #68b3e7;
}

.new-customer {
  z-index: 99;
  width: 440px;
  height: 270px;
  background: white;
  position: absolute;
  top: -480px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: 0px 2px 15px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 15px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 15px -6px rgba(0, 0, 0, 0.5);
}

.new-customer h3 {
  text-align: center;
  margin: 60px 30px;
  color: #4a86a7;
  font-weight: bolder;
}

.account .block {
  padding: 15px;
  background: white;
}

.new-customer {
  font-weight: bold;
}

.new-customer .content {
  margin: 0 30px 35px;
  border-radius: 5px;
  padding: 15px;
  background: #d8ebf9;
  color: #5a6063;
}

.new-customer .content .content-notice span {
  font-size: 16px;
}

.new-customer a {
  display: block;
  margin: 0 30px;
  background: #68b3e7;
  border-radius: 5px;
}

.new-customer .coupon {
  padding: 20px;
  background: #90c7ed;
  border-radius: 5px;
  color: #4482a4;
}

.new-customer .coupon span span {
  color: #ca2030;
}

.new-customer .content-notice {
  color: #5a6063;
  margin-bottom: 15px;
}

.new-customer .btn {
  text-align: center;
  height: 40px;
  line-height: 33px;
  color: white;
  font-weight: bold;
  font-size: large;
  text-transform: uppercase;
}

.account-nav .item.current {
  color: #4482a4;
  font-weight: bold;
}

.account-nav .item {
  text-transform: uppercase;
  background: white;
  font-weight: bold;
  margin: 0;
}

.account .account-nav .content {
  padding-top: 0;
  padding-bottom: 0;
}

.account .page-wrapper .account-nav .item.current strong {
  font-weight: bold;
}

.account .form-edit-account,
.account .form-address-edit,
.account .account-billing-agreements {
  padding: 15px;
  background: white;
}

.wishlist-index-index.account.page-layout-2columns-left .column.main,
.review-customer-index.account.page-layout-2columns-left .column.main,
.vault-cards-listaction.account.page-layout-2columns-left .column.main,
.sales-order-history.account.page-layout-2columns-left .column.main {
  background: white;
  padding: 15px;
}

.wishlist-index-index .form-wishlist-items {
  margin: 0;
}

.block-new-customer .actions-toolbar .primary a.action {
  width: 100%;
}

.csorder-shipment-new #agent-id {
  min-width: 200px;
  margin-right: 10px;
}

.home-page-products .block-content .products-grid .owl-carousel {
  z-index: 0;
}

.recommendation {
  margin-left: 0px !important;
  background-color: #c5daebba;
}

.recommendation .product-item {
  background-color: white;
}

.catalog-product-view #maincontent .container {
  padding-top: 20px;
}

.catalog-product-view .main {
  padding-top: 30px;
}

.catalog-product-view .product.data.items {
  background: white;
}

.catalog-product-view #product-addtocart-button {
  width: auto;
}

.block-minicart .minicart-items .product-item-details .item-qty {
  height: 35px;
}

.block-minicart .block-content>.actions a {
  font-size: 100%;
}

.catalog-product-view .page-bottom {
  background: #f4f4f4;
}

.page-wrapper {
  background: #f4f4f4;
}

.slick-arrows {
  width: 35px;
  height: 50px;
  background: red;

  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-arrows.slick-prev {
  left: 20px;
  background: url(../images/banners/right-arrow.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}

.slick-arrows.slick-next {
  right: 20px;
  background: url(../images/banners/right-arrow.png) no-repeat;
  background-size: contain;
  z-index: 0;
}

.cms-index-index .owl-item .product-item-info .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog-product-view #maincontent .container {
  padding-top: 20px;
}

.catalog-product-view .main {
  padding-top: 30px;
}

.catalog-product-view .product.data.items {
  background: white;
}

.catalog-product-view #product-addtocart-button {
  width: auto;
}

.block-minicart .minicart-items .product-item-details .item-qty {
  height: 35px;
}

.block-minicart .block-content>.actions a {
  font-size: 100%;
}

.catalog-product-view .page-bottom {
  background: #f4f4f4;
}

.page-wrapper {
  background: #f4f4f4;
}

.products-grid .product-image-photo,
.owl-carousel .owl-item img,
.wishlist-index-index .custom-product-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.csmarketplace-vendors-grid .vendor-logo-image img,
.csmarketplace-vendors-list .vendor-logo-image img {
  height: 135px;
  object-fit: contain;
}

.sales-order-view .table:not(.cart):not(.totals)>thead>tr>th,
.sales-order-view .table:not(.cart):not(.totals)>thead>tr>td {
  padding-bottom: 15px;
  padding-top: 15px;
}

.shipping-title,
.total-title {
  display: block;
}

.shipping-title {
  position: absolute;
  bottom: -25px;
}

/* .shipping-title.shipping-title-international {
  bottom: -10px;
} */

.total-title {
  position: absolute;
  bottom: -60px;
}

.price.shipping-title,
.price.total-title {
  right: 0;
}

.custom-checkout-cart .custom-table-wrapper .custom-cart-table .col.price {
  padding-left: 0;
}

.checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table th.col.qty {
  text-align: left !important;
  text-indent: 35px;
}

.checkout-cart-index .price-including-tax .price,
.checkout-cart-index .price-excluding-tax .price {
  color: #6e6e6e;
}

.checkout-cart-index .price-excluding-tax .price.total-title {
  color: #db2a33;
}

.cart-totals .grand .amount {
  color: #6e6e6e;
}

.cart-totals .grand.totals .amount {
  color: #db2a33;
}

button:focus {
  background: #68b3e7;
}

.no-hover:hover {
  cursor: auto;
}

#vendor-return-policy {
  color: #68b3e7;
}

.wishlist-index-index .price-box .old-price .price {
  font-size: 95%;
}

.icon-wishlist-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 83px;
}

.icon-wishlist-container .label-product {
  position: initial;
  display: inline-block;
  margin-bottom: 5px;
}

.wishlist-index-index .product-item-info .wishlist {
  position: relative;
  top: 0;
  float: right;
  width: 38px;
  height: 38px;
}

.clear {
  clear: both;
}

.wishlist-index-index .product-item-info .wishlist a.action.delete {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #ef2d1e;
  border-radius: 5px;
  color: red;
}

.wishlist-index-index .product-item-info .wishlist a.action.delete:hover {
  color: gray;
  border: 1px solid gray;
}

.wishlist-index-index .product-item-info .wishlist a.action.delete:before {
  content: "\f004";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-stretch: normal;
  font-kerning: auto;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  display: block;
}

.customer-account-confirmation .secondary a {
  outline: none;
  border: none;
  overflow: visible;
  display: inline-block;
  background: #68b3e7;
  width: auto;
  margin: 0;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.customer-account-confirmation .secondary a:hover {
  background: #ef2d1e;
}

.order-items-container .item-container .product-image,
.order-items-container .item-container .product-details {
  display: inline-block;
  float: left;
}

.order-items-container .item-container .product-image {
  max-width: 100px;
  margin-right: 15px;
  height: 100px;
  width: 35%;
}

.order-items-container .item-container .product-details {
  width: 60%;
}

.order-items-container .item-container .product-image img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.order-items-container .item-container {
  padding: 30px 0;
}

.order-items-container .vendor-name {
  display: block;
  margin-bottom: 10px;
}

.order-items-container .shipping-method {
  display: block;
}

.order-items-container ul li {
  margin-bottom: 15px;
}

.delivery-address {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
}

.delivery-address h3 {
  margin-bottom: 10px;
  color: #4482a4;
}

.order-items-container h3 {
  margin-bottom: 15px;
  color: #4482a4;
}

.order-items-container .items:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.order-items-container .items {
  border-top: 1px solid #d1d1d1;
  padding-top: 15px;
}

.order-items-container .product-price {
  color: #e74c3c;
}

.sales-order-view .col-right-main .order-items-container a:not(.product-item-link) {
  color: black;
}

.customer-address-form .col-right-main a:not(.product-item-link) {
  outline: none;
  border: none;
  overflow: visible;
  display: inline-block;
  width: auto;
  margin: 0;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  background: #68b3e7;
  border-radius: 5px;
}

.customer-address-form .col-right-main a:not(.product-item-link):hover {
  background: rgb(239, 45, 30);
}

.customer-address-index .actions-toolbar,
.customer-address-index .actions-toolbar .secondary,
.customer-address-index .actions-toolbar .secondary a {
  margin-top: 0;
}

#remove-profile {
  width: 110px;
  height: 35px;
  margin-top: 10px;
  border-radius: 5px !important;
  background: white;
  font-weight: bold;
  font-size: 1.2rem !important;
  color: #68b3e7 !important;
  border: 1px solid #68b3e7 !important;
  line-height: 35px;
  text-align: center;
}

#remove-profile:hover {
  background: rgb(239, 45, 30);
  color: white !important;
}

@media (max-width: 768px) {
  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table tr td {
    display: table-cell;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table tr td.col .price {
    margin-left: 0 !important;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table tr td.col.qty {
    padding-top: 15px !important;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table .col.subtotal {
    padding-right: 0;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table .item-actions {
    float: left;
  }

  .customer-account-confirmation .secondary a {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .checkout-cart-index .cart.table-wrapper thead .col:not(.item) {
    display: table-cell;
  }

  .checkout-cart-index .cart.table-wrapper .col.qty,
  .checkout-cart-index .cart.table-wrapper .col.price,
  .checkout-cart-index .cart.table-wrapper .col.subtotal,
  .checkout-cart-index .cart.table-wrapper .col.msrp {
    float: none;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper {
    overflow: auto;
  }

  .checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before,
  .checkout-cart-index .cart.table-wrapper .col.price[data-th]:before,
  .checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before,
  .checkout-cart-index .cart.table-wrapper .col.msrp[data-th]:before {
    content: none;
  }

  .checkout-cart-index .cart-container .cart.table-wrapper .item .col.item {
    width: 150px !important;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 2px;
    min-height: 175px ;
    justify-content: flex-end;
  }

  .checkout-cart-index .page-wrapper .cart-container .cart.table-wrapper .product-item-photo {
    width: 100%;
    position: unset;
  }

  .page-wrapper .cart.table-wrapper .product-item-details {
    width: 100%;
  }

  .custom-checkout-cart .custom-table-wrapper .custom-cart-table tr td a.product-item-photo {
    max-width: none !important;
  }

  .checkout-cart-index .cart.table-wrapper .col.price {
    padding-left: 10px !important;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table .item-actions {
    width: inherit !important;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table .col.qty {
    padding: 15px !important;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table th.col.qty {
    text-indent: 45px;
  }

  .checkout-cart-index .custom-checkout-cart .custom-table-wrapper .custom-cart-table .col.subtotal {
    padding-right: 15px !important;
  }

  .price.shipping-title,
  .price.total-title {
    right: 15px;
  }
}

.socials-horizontal {
  color: white;
  padding-bottom: 30px;
  min-width: 180px;
}

.socials-horizontal .links {
  display: inline-block;
  width: 24%;
  vertical-align: middle;
}

.socials-horizontal .links .title {
  font-weight: bold;
  color: white;
}
.socials-horizontal .links .icon-social {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials-horizontal .links span {
  display: block;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 18px;
}

.socials-horizontal ul {}

.socials-horizontal ul li {
  float: left;
  padding: 10px 12px;
  border: 1px solid white;
  background: white;
  border-radius: 4px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials-horizontal ul li a span {
  font-size: initial;
  margin-bottom: 0px;
}

.footer-container .items span .payment-horizontal ul {}

.payment-horizontal ul li {
  float: left;
  padding: 2px;
  border: 1px solid white;
  background: white;
  border-radius: 4px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  display: flex;
  justify-items: center;
  align-items: center;
}

.payment-horizontal ul li img {
  width: 100%;
}

.quantity-button svg:hover {
  fill: #ef2d1e;
}

.banner-container {
  background-image: url(../images/pattern.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.oos-product-icon {
  color: #cb1829;
}

/**Subscribe module**/
.subscribe-container {
  width: 100%;
  background: #1E1E1E;
  position: relative;
}

.subscribe-item-container {
  display: flex;
  padding-top: 32px;
  color: white;
  justify-content: space-around;
}

.subscribe-title {
  text-transform: uppercase;
  font-size: 20px;
}

.subscribe-form {
  position: relative;
  z-index: 10;
  display: flex;
  width: 80%;
}

.subscribe-email {
  border-radius: 0px !important;
}

.subscribe-button {
  border-radius: 0px !important;
  font-weight: 600 !important;
}

.subscribe-notes {
  margin-top: 5px;
  font-weight: 300;
}

/** //Subscribe module **/
.out-of-stock-container {
  display: flex;
  align-items: center;
  gap: 4px;
}

.out-of-stock-container .out-of-stock-image {
  width: 15px;
  height: 15px;
  position: relative;
}

.out-of-stock-container .out-of-stock-icon {
  width: 15px;
  height: 15px;
  position: absolute;
}

.tiktok-icon {
  background-image: url(../images/tiktok_icon_gray.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.tiktok-icon:hover {
  background-image: url(../images/tiktok_icon_red.svg);
}

.subscribe-alert {
  display: flex;
  justify-content: center;
  align-items: center;

}

.subscribe-alert .modal-inner-wrap {
  max-width: 450px;
}

.subscribe-alert .modal-footer .action-accept {
  background: #68b3e7;
}

.web-top-up .page-title::before {
  background-color: transparent;
}


#vodafone .amountLabels {
  border-radius: 42px;
  border: 4px solid #68b3e7;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 18px;
  width: 65px;
  height: 65px;
  padding: 15px 0px;
  text-decoration: none;
  font-weight: 400;
  margin-right: 12px;
  text-align: center;
}

#vodafone .amountLabels span {
  font-size: 18px;
}

#vodafone .amountLabels:hover {
  outline: none;
  background-color: #cc1c0e;
  border: 4px solid #fa0000;
  color: #FFFFFF !important;
}

#vodafone input[name='selectedVodafoneAmount'] {
  visibility: hidden;
  display: none;
}

#vodafone input[name='selectedVodafoneAmount']:checked+i {
  position: relative;
  background-color: #E60000;
  border: 4px solid #FFFFFF;
  color: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(255, 105, 105, 0.5), 0 0 0 1.5px rgba(255, 105, 105, 0.5);
}

#inkk .amountLabels {
  border-radius: 42px;
  border: 4px solid #68b3e7;
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 18px;
  width: 65px;
  height: 65px;
  padding: 15px 0px;
  text-decoration: none;
  font-weight: 400;
  margin-right: 12px;
  text-align: center;
}

#inkk .amountLabels span {
  font-size: 18px;
}

#inkk .amountLabels:hover {
  outline: none;
  background-color: #015D01;
  border: 4px solid #037303;
  color: #FFFFFF !important;
}

#inkk input[name='selectedInkkAmount'] {
  visibility: hidden;
  display: none;
}

#inkk input[name='selectedInkkAmount']:checked+i {
  position: relative;
  background-color: #008000;
  border: 4px solid #FFFFFF;
  color: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(2, 175, 2, 0.5), 0 0 0 1.5px rgba(2, 175, 2, 0.8);
}

.tabs-icon {
  width: 200px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-icon {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 25px;
  width: 110px;

}

.vodafone .tab-icon {
  background-image: url(../images/vodafone_logo.svg);
}

.inkk .tab-icon {
  background-image: url(../images/inkk_icon.png);
}

#webtopup .nav-tabs,
#webtopup .nav-link {
  border: none;
}

#webtopup .vodafone.nav-link.active {
  border-top: 3px solid red;
}

#webtopup .inkk.nav-link.active {
  border-top: 3px solid #008000;
}

#webtopup .nav-link {
  background: #D9D9D9;
}

#webtopup .nav-link.active {
  background: white;
}

#webtopup .tab-content {
  background: white;
  padding: 32px;
  min-height: 420px;
}

.back-button {
  padding: 10px 15px;
  border-radius: 5px;
  background: white;
  font-weight: bold;
  font-size: 1.2rem;
  color: #68b3e7 !important;
  border: 1px solid #68b3e7 !important;
}

.back-button:hover {
  background: #ef2d1e;
  color: white !important;
  border: none !important;
}

.web-top-up-email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  #webtopup .nav-item {
    width: 50%;
  }

  #webtopup .nav-item .nav-link {
    width: 100%;
  }

  .web-top-up .text-large {
    font-size: 14px;
  }

  #vodafone .amountLabels,
  #inkk .amountLabels {
    margin: 8px;
    font-size: 14px !important;
    width: 50px !important;
    height: 50px !important;
    padding: 10px 4px !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
  }

  #vodafone .amountLabels span,
  #inkk .amountLabels span {
    font-size: 14px;
  }
}

.errorWebtoupContent {
  background: #fae5e5;
  display: block;
  padding: 10px;
}

.errorWebtopup {
  color: #e02b27;
}

.errorWebtopup::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  width: 40px;
  text-align: center;
}

.wrap-text {
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.international-shipping::before {
  content: url(../images/international_shipping.svg);
  position: relative;
  top: 2px;
}

.international-shipping_text {
  font-size: small;
  color: #007600;
  letter-spacing: -0.1px;
}

.mi-ct .close {
  color: #000 !important;
  padding: 0 10px !important;
  height: 15px;
}

.subscribe-christmas-theme {
  background: linear-gradient(#123, #111);
}

.header-middle{
  position: relative;
}

.header-middle .christmas {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  overflow: hidden;
}

.snowflake-blue {
  color: #76bff1;
}

.snowflake-white {
  color: #ffffff !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 1);
}

.header-middle .searchbox-header{
  position: relative;
}

.header-middle .search-wrapper{
  position: relative;
  z-index: 10;
}

.christmas_hat {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 50%;
  z-index: 5;
}

.christmas_socks {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 20;
}

.snowflake_background {
  height: 140px;
  position: absolute;
  top: -50px;
  left: 0;
}

.snowman-img {
  margin: 0 20px;
  height: 100px;
  position:absolute;
  top:-30px;
  right:0;
}

.header-middle .christmas .snowflake {
  animation-name: fall, shake;
  animation-duration: 7s, 5s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;

  position: absolute;
  left: 50px;
  top: -100px;
  scale: 1;
  animation-delay: 5s, 2s;
  /* filter: blur(0.5px); */
}

@keyframes fall {
  0% {
      top: -25px;
  }

  100% {
      top: 200px;
  }
}

@keyframes shake {
  0% {
      transform: translate3d(0, 0, 0);
  }

  50% {
      transform: translate3d(50px, 0, 0);
  }

  100% {
      transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .snowman-img {
    right: -25px;
  }
}

@media (max-width: 991px){
  .christmas_hat,
  .christmas_socks,
  .snowflake_background {
     display:none;
  }

  .snowman-img {
      height: 80px;
      margin: 0;
      right: -10%;
  }
  @media (max-width: 768px) {
    .snowman-img {
      top: 5px;
    }
  }
  @media (max-width: 420px) {
    .snowman-img{
      height: 50px;
      top: 20px;
    }
  }
}



.footer-wrapper{
  position:relative;
  overflow: hidden;
}

.footer-wrapper .christmas{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.footer-wrapper .christmas .snow-item {
  color: white;
  position: absolute;
  top: -50px;
}

.footer-wrapper .christmas .snow-item:nth-child(2n) {
  filter: blur(1.5px);
  font-size: 0.6rem !important;
}

.footer-wrapper .christmas .snow-item:nth-child(6n) {
  filter: blur(1px);
  font-size: 1rem !important;
}

.footer-wrapper .christmas .snow-item:nth-child(10n) {
  filter: blur(0.5px);
  font-size: 2rem !important;
}
@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }

  100% {
    transform: translate3d(var(--left-end), 620px, 0);
  }
}

.form-register-custom {
  background-color: white;
}

.form-register-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-register-container .fieldset.create.info {
  min-height: 0px !important;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.form-register-container .fieldset.create.account {
  width: 100%;
}

.form-register-custom .actions-toolbar {
  border: none;
  background-color: white;
}

.vendor-social-profile-container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 6px;
  justify-content: center;
}

.vendor-social-profile-container img {
  width: 22px;
  height: 22px;
}

.page-wrapper {
  overflow: visible;
}
.cms-home-demo-01 .col1-layout {
  display: flex;
}

.sidebar.sidebar-left,
.sidebar.sidebar-right {
  display: none;
}

.cms-home-demo-01 .sidebar.sidebar-left,
.cms-home-demo-01 .sidebar.sidebar-right {
  padding: 0px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  position: sticky;
  top: 0px;
  height: fit-content;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cms-home-demo-01 .sidebar-left-banner-container a,
.cms-home-demo-01 .sidebar-right-banner-container a {
    display: block;
    height: 100%;
}

@media (min-width: 1700px) {
  .cms-home-demo-01 .col1-layout .container {
    margin-left: 0;
    margin-right: 0;
    width: auto !important;
    max-width: 1200px !important;
  }
  .cms-home-demo-01 .sidebar.sidebar-left,
  .cms-home-demo-01 .sidebar.sidebar-right {
    width: 260px;
  }
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
  .cms-home-demo-01 .sidebar-left-banner-container,
  .cms-home-demo-01 .sidebar-right-banner-container {
    position: sticky;
    width: 260px;
    height: 993px;
  }
  .cms-home-demo-01 .sidebar-left-banner-container img,
  .cms-home-demo-01 .sidebar-right-banner-container img {
    height: 100%;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .cms-home-demo-01 .col1-layout .container {
    width: auto !important;
    max-width: 1100px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home-demo-01 .sidebar.sidebar-left,
  .cms-home-demo-01 .sidebar.sidebar-right {
    width: 250px;
  }
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
  .cms-home-demo-01 .sidebar-left-banner-container,
  .cms-home-demo-01 .sidebar-right-banner-container {
    position: sticky;
    width: 250px;
    height: 955px;
  }
  .cms-home-demo-01 .sidebar-left-banner-container img,
  .cms-home-demo-01 .sidebar-right-banner-container img {
    height: 100%;
  }
}
@media (min-width: 1480px) and (max-width: 1600px) {
  .cms-home-demo-01 .col1-layout .container {
    width: auto !important;
    max-width: 1000px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home-demo-01 .sidebar.sidebar-left,
  .cms-home-demo-01 .sidebar.sidebar-right {
    width: 230px;
  }
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
  .cms-home-demo-01 .sidebar-left-banner-container,
  .cms-home-demo-01 .sidebar-right-banner-container {
    position: sticky;
    width: 230px;
    height: 878px;
  }
  .cms-home-demo-01 .sidebar-left-banner-container img,
  .cms-home-demo-01 .sidebar-right-banner-container img {
    height: 100%;
  }
}
@media (min-width: 1320px) and (max-width: 1479px) {
  .cms-home-demo-01 .col1-layout .container {
    width: auto !important;
    max-width: 900px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home-demo-01 .sidebar.sidebar-left,
  .cms-home-demo-01 .sidebar.sidebar-right {
    width: 200px;
  }
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1319px) {
  .cms-home-demo-01 .col1-layout .container {
    width: auto !important;
    max-width: 780px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .cms-home-demo-01 .sidebar.sidebar-left,
  .cms-home-demo-01 .sidebar.sidebar-right {
    width: 200px;
  }
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
}
@media (max-width: 1200px) {
  .cms-home-demo-01 .col1-layout .related-upsell-wrapper {
    margin-left: 0px !important;
  }
}
@media (max-width: 768px) {
  .cms-home-demo-01 .col1-layout .home-style .banner-container {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cms-home-demo-01 .col1-layout .container {
    max-width: 990px;
  }
}
@media (max-width: 1199px) {
  .cms-home-demo-01 .sidebar-left-banner-container,
  .cms-home-demo-01 .sidebar-right-banner-container {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1479px) {
  .cms-home-demo-01 .sidebar-left-banner-container,
  .cms-home-demo-01 .sidebar-right-banner-container {
    position: sticky;
    width: 200px;
    height: 780px;
  }
  .cms-home-demo-01 .sidebar-left-banner-container img,
  .cms-home-demo-01 .sidebar-right-banner-container img {
    height: 100%;
  }
}

button.button-view-360 {
  border-radius: 0px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #4381a4 !important;
  background-color: white;
  border: 1px solid #4381a4 !important;
  z-index: 100;
}

button.button-view-360:hover {
  background-color: #f8f9fa;
}

@media (min-width: 769px) {
  .media{
    position: relative;
  }
  #view-3d-btn-wrap{
    position: absolute;
    top: 0;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .media{
    margin-bottom: 20px !important;
  }
  #view-3d-btn-wrap{
    text-align: center;
  }
  button.button-view-360 {
    margin-top: 10px;
    border-radius: 18px !important;
    color: #4381a4 !important;
    background-color: white;
    text-align: center;
    border: 1px solid #4381a4 !important;
    z-index: 100;
  }
}

.model-3d-preview-modal .modal-inner-wrap{
    border-radius: 18px;
    max-width: 1052px;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

.model-3d-preview-modal .modal-title{
    font-size: 24px;
    margin-top: 2px;
    color: #2e2f32;
    font-weight: bold;
    border: none;
    padding-bottom: 0;
}

.model-3d-preview-modal .page-main-actions{
    display:none;
}

.model-3d-preview-modal .modal-content{
    border-radius: 18px;
    padding: 0 24px 24px;
}

.model-3d-preview-modal .action-close{
    top: 5px;
    padding: 2rem !important;
}

.model-3d-preview-modal .action-close:before{
    font-size: 42px;
    color: #666666;
}

.model-3d-preview-modal model-viewer {
    width: 100%;
    height: 60vh;
}

.model-3d-preview-modal .modal-header {
    padding: 22px 16px 22px 24px;
}

.model-3d-preview-modal .drag-to-rotate-section {
    margin-top: 5px;
    font-size: 14px;
    color: #2e2f32;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.model-3d-preview-modal .rotate-icon {
    width: 30px;
    height: 30px;
}

.model-3d-error-message{
    display: none;
    color: red;
    text-align: center;
}

@media (max-width: 768px) {
  .model-3d-preview-modal{
    left: 0 !important;
  }
  .model-3d-preview-modal .modal-inner-wrap{
    border-radius: unset;
    transform: unset !important;
    background-color: #ffffff !important;
    height: 100vh !important;
    /* height: calc(var(--vh, 1vh) * 100) !important; */
    /* margin: 0 auto; */
  }
  .model-3d-preview-modal .modal-header {
    padding: 20px;
  }
  .model-3d-preview-modal .modal-content{
    padding: 0 20px 20px;
  }

  .model-3d-preview-modal .model-3d-modal-content{
    height: calc((var(--vh, 1vh) * 100) - 72px) !important;
    position: relative;
  }
  .model-3d-preview-modal .modal-title{
    font-size: 20px;
  }
  .model-3d-preview-modal model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc((var(--vh, 1vh) * 100) - 152px);
  }
  .model-3d-preview-modal .drag-to-rotate-section {
    padding-top: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
  }
}
