html:has(.woocommerce-checkout) {
  overflow: visible;
}

.woocommerce-checkout .page-header,
.woocommerce-cart .page-header {
  display: none;
}

.woocommerce-checkout.woocommerce-order-received main.site-main,
.woocommerce-cart main.site-main {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
}

.woocommerce-checkout main.site-main {
  width: 100% !important;
  max-width: 100% !important;
  border-top: 1px solid #dedede;
}

.woocommerce-checkout.woocommerce-order-received main.site-main {
  max-width: 1320px !important;
  width: 100% !important;
}

.woocommerce .back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #2A85F6;
}

.woocommerce-cart .page-content {
  margin: 0 -15px;
}

.woocommerce-cart .page-content::after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.woocommerce .back-btn svg path {
  fill: #2A85F6;
}

.woocommerce .back-btn span {
  width: 34px;
  height: 34px;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.text-gradient {
  display: block;
}

.text-gradient h2 {
  background: linear-gradient(to right, #2687F7, #8E3CCD, #F57ECE);
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.woocommerce h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.28;
  margin: 0 0 10px;
}

.woocommerce-cart th.product-remove,
.woocommerce-cart td.product-remove {
  display: none;
}

.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border: none !important;
  border-block-start: none !important;
  border-block-end: none !important;
}

.woocommerce .section-title {
  margin-bottom: 40px;
  float: left;
  width: 100%;
  padding: 0 15px;
}

.woocommerce-checkout .woocommerce .section-title,
.woocommerce:has(.wc-empty-cart-message) .section-title {
  float: unset;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  float: left;
  padding: 0 15px;
}

.woocommerce form.woocommerce-cart-form {
  width: 70%;
  float: left;
  padding: 0 15px;
}

.woocommerce .cart-collaterals {
  width: 30%;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  padding: 0 15px;
}

.woocommerce-cart table.shop_table tbody th,
.woocommerce-cart table.shop_table tbody td,
.woocommerce-cart table.shop_table thead th,
.woocommerce-cart table.shop_table thead td {
  font-size: 14px;
  padding: 0 10px 10px;
  padding-top: 0;
  border-bottom: 1px solid #737373;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 1px solid #2687F7 !important;
}

.woocommerce-cart table.shop_table tbody th:nth-child(2),
.woocommerce-cart table.shop_table tbody td:nth-child(2),
.woocommerce-cart table.shop_table thead th:nth-child(2),
.woocommerce-cart table.shop_table thead td:nth-child(2) {
  padding-left: 0;
}

.woocommerce-cart table.shop_table tbody th:last-child,
.woocommerce-cart table.shop_table tbody td:last-child,
.woocommerce-cart table.shop_table thead th:last-child,
.woocommerce-cart table.shop_table thead td:last-child {
  padding-right: 0;
  text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
}

.woocommerce-cart table.shop_table tbody th,
.woocommerce-cart table.shop_table tbody td {
  padding: 20px 10px;
}

.woocommerce-cart table.shop_table tbody td.product-thumbnail a {
  display: flex;
}

.woocommerce-cart table.shop_table tbody td.product-thumbnail img {
  width: 100%;
  max-width: 125px;
}

.woocommerce-cart table.shop_table tbody td.product-name a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  text-decoration: none;
}

.elementor-menu-cart__product-quantity .quantity-wrapper,
.woocommerce .quantity-wrapper {
  display: inline-flex;
  align-items: center;
  border: 1px solid #2687F7;
  border-radius: 3px;
}

.elementor-menu-cart__product-quantity {
  padding: 10px 10px 10px;
}

.elementor-menu-cart__product-quantity .quantity-wrapper input,
.woocommerce .quantity-wrapper input {
  width: 33px !important;
  height: 33px;
  border: 1px solid #2687F7;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  appearance: none;
  border-width: 0 1px;
  outline: none;
}

.elementor-menu-cart__product-quantity .quantity-wrapper input::-webkit-inner-spin-button,
.woocommerce .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.elementor-menu-cart__product-quantity .quantity-wrapper button,
.woocommerce .quantity-wrapper button {
  width: 33px;
  height: 33px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  outline: none;
}

.elementor-menu-cart__product-quantity .quantity-wrapper button path,
.woocommerce .quantity-wrapper button path {
  fill: #2687F7;
}

.elementor-menu-cart__product-quantity .quantity-wrapper button:focus,
.elementor-menu-cart__product-quantity .quantity-wrapper button:hover,
.woocommerce .quantity-wrapper button:focus,
.woocommerce .quantity-wrapper button:hover {
  background-color: #2687F7;
  color: #fff;
}

.elementor-menu-cart__product-quantity .quantity-wrapper button:focus path,
.elementor-menu-cart__product-quantity .quantity-wrapper button:hover path,
.woocommerce .quantity-wrapper button:focus path,
.woocommerce .quantity-wrapper button:hover path {
  fill: #fff;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  border: 1px solid #2687F7;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 10px 20px !important;
  width: 170px;
  height: 44px;
  color: #000;
}

.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce form.checkout_coupon button[name="apply_coupon"],
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button,
.woocommerce .cart input.button {
  background-color: #2687F7;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px !important;
  height: 44px;
  line-height: 24px;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
  outline: none !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
  background-color: #2687F7;
  color: #fff;
  opacity: 0.8;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #2687F7;
  color: #fff;
  opacity: 0.8;
}

.woocommerce .cart-collaterals h2 {
  display: none;
}

.woocommerce .cart-collaterals-inner {
  border: 1px solid #2687F7;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 10px 10px;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  padding: 10px;
}

.woocommerce .cart_totals table.shop_table tbody tr td {
  padding-right: 0 !important;
}

.woocommerce .cart_totals table.shop_table tbody tr th {
  padding-left: 0 !important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding-left: 0;
}

.product-subtotal-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.product-subtotal-inner svg {
  width: 18px;
}

.woocommerce a.remove {
  transition: all 0.3s ease;
  float: right;
  margin: 7px 0 -7px;
}

.woocommerce a.remove:hover {
  background-color: transparent;
  transform: scale(1.1);
  color: var(--wc-red) !important;
}

.woocommerce-cart .wc-empty-cart-message {
  display: none;
}

.woocommerce:has(.wc-empty-cart-message) p {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  padding: 0 15px;
}

.woocommerce:has(.wc-empty-cart-message) p a {
  font-size: 14px;
  line-height: 1.2;
  background-color: #2687F7;
  padding: 10px 20px;
  color: #fff;
}

.woocommerce-info {
  border-top-color: #2687F7;
  font-size: 15px;
  color: #000;
}

.woocommerce-info::before {
  color: #2687F7;
}

.woocommerce-info a {
  color: inherit;
}

.woocommerce form.checkout_coupon {
  border: 1px solid #2687F7;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
  display: flex;
}

.woocommerce form.checkout_coupon p {
  margin: 0;
  width: auto;
}

.woocommerce form.checkout_coupon p.form-row-first {
  flex-grow: 1;
}

.woocommerce .select2-container .select2-dropdown,
.woocommerce .select2-container .select2-selection,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10.5px 10px;
  border-radius: 3px;
  border: 1px solid #dedede;
  color: #000;
  outline: none;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 21px;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

form.woocommerce-checkout .col2-set {
  width: 50%;
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
}

form.woocommerce-checkout .col2-set-inner,
.order-review-wrapper-inner {
  width: 100%;
  max-width: 580px;
  padding: 30px;
}

.order-review-wrapper {
  width: 50%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-start;
}

.woocommerce-checkout div.woocommerce>.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .col2-set h3,
.woocommerce-billing-fields h3 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px;
}

.woocommerce-checkout form .form-row {
  padding: 0;
  margin: 0 0 10px;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin: 20px 0 0;
}

.order-review-wrapper-sticky {
  position: sticky;
  top: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table,
.woocommerce-checkout table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td {
  border: none !important;
  background-color: transparent;
}

.order-items {
  margin: 0 -10px;
  display: flex;
  flex-direction: column;
}

.order-item-inner {
  display: flex;
  align-items: center;
}

.order-item .product-thumbnail-inner {
  border-radius: 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 1.75px 0 #0000001f, 0 -.5px 1.5px 0 #00000017, 0 3px 4px 0 #00000008;
}

.order-item .product-thumbnail img {
  border-radius: 12px;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border: 2px solid #ffffff;
  background-color: #dedede;
}

.order-item .product-qty {
  position: absolute;
  border: 2px solid #ffffff;
  width: 24px;
  height: 24px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  top: -8px;
  right: -8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 1px 1.75px 0 #0000001f, 0 -.5px 1.5px 0 #00000017, 0 3px 4px 0 #00000008;
}

.order-item .product-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  padding: 0 0 0 14px;
}

.woocommerce-checkout-payment .woocommerce-info,
.woocommerce-terms-and-conditions-wrapper p,
.order-item .product-total,
.order-item .product-name p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0;
  color: #000000;
}

.woocommerce-terms-and-conditions-wrapper p a {
  color: #2687F7;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
  display: none;
}

.woocommerce-terms-and-conditions-wrapper p,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td strong {
  font-weight: 400 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: 400 !important;
  padding-right: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  font-weight: 700 !important;
  padding-left: 0;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-checkout-payment .woocommerce-info {
  padding: 0;
  border: none;
  margin: 0;
  font-weight: 400;
  color: #000000;
}

.woocommerce-checkout-payment .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout #payment div.form-row {
  padding: 10px 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin: 20px 0 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-radius: 3px;
  padding: 0;
  background-color: #f4f4f4;
  border: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment ul.payment_methods li>label,
.woocommerce-cart #payment ul.payment_methods li>label,
.woocommerce-checkout #payment ul.payment_methods li>label {
  display: block;
  background-color: #f5f6ff;
  border: 1px solid #005bd1;
  padding: 14px;
  border-radius: 7px 7px 0 0;
  font-weight: 600;
  margin: 0 -1px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  margin: 0;
  padding: 14px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  box-shadow: 0 0 2px rgb(0 0 0 / 15%);
  overflow: hidden;
}

#add_payment_method #payment div.payment_box fieldset,
.woocommerce-cart #payment div.payment_box fieldset,
.woocommerce-checkout #payment div.payment_box fieldset {
  border: none;
  padding: 0;
}

#add_payment_method #payment div.payment_box fieldset p.form-row,
.woocommerce-cart #payment div.payment_box fieldset p.form-row,
.woocommerce-checkout #payment div.payment_box fieldset p.form-row {
  display: flex;
  align-items: flex-start;

}

.woocommerce [type=checkbox],
.woocommerce [type=radio] {
  width: 15px;
  height: 15px;
  margin: 2px 8px 0 0 !important;
  outline: none;
  border-radius: 3px;
  overflow: hidden;
  min-width: 15px;
}

.woocommerce .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
}

.woocommerce [tyoe=checkbox]:checked,
.woocommerce [type=radio]:checked {
  box-shadow: 0 0 0 .7142857142857143em #005bd1 inset;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: none;
}

p.testmode-info {
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
}

p.testmode-info a {
  color: #005bd1;
}

.woocommerce .wc_payment_method .form-row label {
  line-height: 1.5;
}

.woocommerce-message {
  border-top-color: #2687F7;
}

.woocommerce-message::before {
  color: #2687F7;
}

.woocommerce-shipping-destination {
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
}

.shipping-calculator-button {
  color: #000000;
  text-transform: none;
  font-weight: 500;
}

.order-review-wrapper #order_review_heading {
  display: none;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
  border-bottom: 1px solid #dedede;
  background-color: #f6f5f8;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  border: none;
}

.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before {
  display: none;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce-order h2 {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px;
}

button[name="update_cart"] {
  opacity: 0;
  visibility: hidden;
}

.woocommerce-additional-fields__field-wrapper {
  margin: 0 0 20px;
}

.woocommerce-shipping-fields h3#ship-to-different-address {
  /*   display: none; */
}

.woocommerce-cart .return-to-shop,
.woocomemrce-checkout .return-to-shop {
  display: none;
}

#wc-stripe-express-checkout-button-separator,
#wc-stripe-express-checkout-element {
  width: 100%;
}

#wc-stripe-express-checkout-element>div {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

#wc-stripe-express-checkout-button-separator {
  margin: 10px 0 20px !important;
  padding: 0 30px;
}

.woocommerce.single-product div.product div.images .flex-control-thumbs li {
    width: 20% !important;
}

.woocommerce.single-product div.product div.images .flex-control-thumbs {
    gap: 16px !important;
    display: flex;
    padding: 0 25px;
	margin-top: 15px;
}

.woocommerce.single-product div.product div.images .flex-control-thumbs li img {
    border-radius: 8px;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery {
    width: 54%;
}

.woocommerce.single-product div.product div.summary {
    width: 46%;
	padding-left: 31px;
}

.single-product .dv-save-percent {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    align-items: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: #9C45CD;
    border-radius: 4px;
    padding: 4px 8px;
    font-family: "Manrope", sans-serif;
}

.single-product .regular-price {
    text-decoration: line-through;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: #6D6D6D;
    margin-left: -1px;
}

.single-product .entry-summary .product_title {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.36;
    letter-spacing: -0.02em;
    color: #171717;
	margin-bottom: -2px;
}

.single-product .reg-label {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: #6D6D6D;
}

.single-product .sale-price {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: -0.02em;
    color: #9C45CD;
    display: inline-block;
    padding-right: 5px;
}

.single-product .summary .price {
    margin-bottom: 21px;
}

.single-product .summary .woocommerce-product-details__short-description p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.02em;
    color: #171717;
    margin-bottom: 7px;
}

.single-product .summary .dv-shipping-availability {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.357;
    letter-spacing: -0.02em;
    color: rgba(23, 23, 23, 0.6);
}

.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image {
    border-radius: 16px;
}

.single-product .dv-product-slots {
    display: flex;
    gap: 9px;
    padding-bottom: 20px;
    border-bottom: 0.8px solid #DADADA;
    margin-bottom: 20px;
    padding-top: 4px;
}

.single-product .dv-slot-item {
    width: max-content;
    padding: 16px 24px 16px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(23, 23, 23, 0.024);
    border-radius: 10px;
}

.single-product .dv-slot-info p {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #171717;
    margin: 0 0 -3px;
}

.single-product .dv-slot-info span {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: rgba(23, 23, 23, 0.6);
}

.single-product .entry-summary input[type=number]::-webkit-outer-spin-button,
.single-product .entry-summary input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .entry-summary input[type=number] {
    -moz-appearance: textfield;
}

.single-product .summary .quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 18px;
    gap: 16px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    border-radius: 60px;
    margin-right: 16px !important;
}

.single-product .summary .quantity button,
.single-product .summary .quantity input {
    border: none;
    padding: 0;
    color: #616161;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    color: #171717;
    width: 2;
    max-width: 20px;
}

.single-product .summary .quantity button {
    font-size: 26px;
    color: #616161;
    line-height: 1;
}

.single-product .summary .single_add_to_cart_button,
section.related.products .add_to_cart_button {
    padding: 16px 20px !important;
    background: #9C45CD !important;
    border-radius: 60px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 0.89;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    height: 52px !important;
    max-width: 316px;
    width: 100%;
}

section.related.products .add_to_cart_button {
    text-align: center;
    text-transform: none !important;
    font-family: "Manrope", sans-serif;
    font-weight: 600 !important;
    font-size: 18px !important;
    letter-spacing: -0.02em !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
	max-width: 100%;
    margin-top: 12px !important;
}

.single-product .summary .quantity button:hover,
.single-product .summary .quantity button:focus {
    background: transparent !important;
    color: #171717;
}

.single-product .summary .dv-product-perks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-product .summary .dv-product-perks ul li {
    display: flex;
    align-items: self-start;
    gap: 8px;
    margin-bottom: 8px;
}

.single-product .summary .dv-product-perks p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: #393939;
    margin: 0;
}

.single-product .summary .dv-product-perks {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.8px solid #DADADA;
}

.single-product .summary .product_meta .sku_wrapper,
.single-product .summary .product_meta .posted_in {
    display: none;
}

.single-product .custom-product-gallery {
    width: 54%;
    float: left;
}

.single-product span.onsale {
    display: none;
}

.single-product .rst-image-product-thumb-container {
    padding: 0 25px;
	position: relative;
}

.single-product .rst-item-image-product-thumb-img img {
    border-radius: 8px;
}

.single-product .rst-image-product-big img {
    display: block;
    border-radius: 16px;
}

.single-product .rst-image-product-big {
    margin-bottom: 15px;
}

.single-product .swiper button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    z-index: 1;
    border: none;
    cursor: pointer;
    border-radius: 50%;
}

.single-product .rst-image-product-thumb-container .slider-button--prev1,
.single-product .rst-image-product-thumb-container .slider-button--next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
    left: -20px;
    border: none;
}

.single-product .rst-image-product-thumb-container .slider-button--next1 {
    right: -20px;
	left: unset;
}

.single-product .rst-image-product-big.swiper button.slider-button--prev1 {
    left: 0;
}

.single-product .rst-image-product-big.swiper button.slider-button--next {
	right: 0;
}

.product--thumbnail_slider .swiper-button-lock {
    display: block;
}

.dv-game-list {
    display: flex;
    gap: 16px;
}

.dv-game-item {
    width: calc(100%/3);
    border: 1px solid rgba(23, 23, 23, 0.2);
    border-radius: 20px;
}

.dv-game-item-content h4 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #171717;
    margin: 0 0 6px;
}

.dv-game-item-content {
    padding: 21px 24px 24px;
}

.dv-game-item-content p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -0.02em;
    color: #171717;
    margin: 0;
}

.dv-game-item-img img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 332px;
    border-radius: 20px 20px 0 0;
}

.woocommerce .dv-tab-title {
    margin: 40px 0 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.375;
    letter-spacing: -0.01em;
    color: #171717;
	text-transform: none;
}

.dv-game-subtitle,
.dv-components-des {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #000000;
    margin: 0 0 16px;
}

.dv-more-item .dv-item-des p a {
    color: #000000;
    text-decoration: underline;
}

.single-product .woocommerce-tabs {
    padding-top: 53px;
}

.single-product div.product .woocommerce-tabs ul.tabs li a {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #000000;
    padding: 7.5px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #ECECEC;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700;
    color: #000;
}

.single-product div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 40px;
}

.dv-player-testimonial-list {
    display: flex;
    gap: 32px;
}

.dv-player-testimonial-item {
    width: calc((100% - 64px)/3);
}

.dv-player-testimonial-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: center;
}

.dv-player-testimonial-info .dv-name {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.357;
    color: #171717;
    margin: 0;
}

.dv-player-testimonial-info .dv-job,
.dv-player-testimonial-info .dv-address {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.357;
    letter-spacing: -0.02em;
    color: rgba(23, 23, 23, 0.6);
    margin: 0;
}

.dv-player-testimonial-info .dv-job {
    display: block;
}

.dv-player-testimonial-content p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.38;
    letter-spacing: -0.02em;
    color: #000000;
}

.dv-more-content-tab {
    max-width: 960px;
    margin: 0 auto;
}

.dv-how-video iframe {
    width: 100%;
    border-radius: 30px;
    height: 540px;
}

.dv-game-components {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.dv-game-components-left {
    width: 54%;
}

.dv-components-video {
    width: 28%;
}

.dv-components-grid li {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
}

.dv-components-grid ul {
    margin: 0;
    padding-left: 30px;
}

.dv-components-grid {
    display: flex;
}

.dv-components-grid .dv-components-left,
.dv-components-grid .dv-components-right {
    width: 50%;
}

.dv-more-item .dv-item-title {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    color: #5C5C5C;
	margin: 0;
}

.dv-more-item .dv-item-des p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33;
    color: #000000;
	margin: 0;
}

.dv-more-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 60px);
    border-bottom: 1px solid #E7E7E7;
	padding: 1px 0 11px;
}

.dv-more-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 120px;
}

.single-product main#main {
    max-width: 100%;
}

.dv-main-single-wrap,
nav.woocommerce-breadcrumb,
.woocommerce-tabs.wc-tabs-wrapper,
.single-product section.related.products{
    max-width: 1160px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.single-product section.related.products{
    max-width: 954px;
}

.cta-bottom h3 {
    font-family: 'Space Grotesk';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.275;
    color: #FFFFFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    max-width: 797px;
    text-align: center;
    margin: 0 auto;
}

.cta-bottom {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 20px;
	margin: 67px 0 81px;
}

.single-product .related.products h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.357;
    letter-spacing: -0.01em;
    color: #171717;
	margin-bottom: 17px;
}

.dv-more-item:nth-last-child(2),
.dv-more-item:last-child() {
    border-bottom: none;
}

.related .dv-product-card-wrap a.woocommerce-LoopProduct-link {
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 20px;
}

.single-product .related.products .dv-slot-item {
    background: transparent;
	padding: 0;
}

.single-product .related.products h2.woocommerce-loop-product__title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: #171717;
    max-width: calc(100% - 122px);
	padding: 0 !important;
}

.single-product .related.products  .dv-title-price {
	padding: 24px 40px !important;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	align-items: center;
}

.dv-product-slots.dv-product-slots-loop {
    justify-content: space-between;
    padding: 10px 40px 0;
    border: none;
    margin-bottom: 10px;
}

.single-product .related.products .dv-slot-info p {
    font-size: 12px;
    margin-bottom: -4px;
}

.single-product .related.products .dv-slot-info span {
    font-size: 10px;
}

.single-product .related.products .dv-slot-item img {
    margin: 0 0 10px;
}

.related .dv-product-card-wrap span.dv-save-percent,
.related span.reg-label{
    display: none;
}

.single-product.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 28px;
}

.single-product.woocommerce .woocommerce-breadcrumb {
    margin-bottom: 30px
}

nav.woocommerce-breadcrumb {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
	color: #3E3E3E;
    color: #666666;
}

nav.woocommerce-breadcrumb a {
    font-weight: 500;
    font-family: "Manrope", sans-serif;
	color: #666666;
}

.single-product .related .amount {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: -.02em;
    color: #9c45cd;
    display: inline-block;
}

.rst-item-image-product-thumb:hover img,
.swiper-slide-active .rst-item-image-product-thumb-img img,
.swiper-slide-thumb-active .rst-item-image-product-thumb-img img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rst-item-image-product-thumb img {
    transition: all .3s ease;
}

.dv-components-video iframe {
    width: 100%;
    border-radius: 30px !important;
    max-height: 343px;
}

.dv-components-video {
    padding-top: 35px;
}

.woocommerce .related ul.products li.product a img {
    max-height: 438px;
    display: block;
    margin: 0;
}

.single-product .summary .single_add_to_cart_button {
    text-transform: unset !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

@media (min-width: 769px) {

  .woocommerce [type=checkbox],
  .woocommerce [type=radio] {
    margin: 0 8px 0 0 !important;
  }

  #add_payment_method #payment ul.payment_methods li input[type="checkbox"],
  .woocommerce-cart #payment ul.payment_methods li input[type="checkbox"],
  .woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"] {
    margin: 4px 8px 0 0 !important;
  }
}

@media screen and (max-width: 1023px) {
	.related .amount {
		font-family: "Manrope", sans-serif;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.67;
		letter-spacing: -.02em;
		color: #9c45cd;
		display: inline-block;
	}

	.woocommerce.single-product div.product div.summary {
		width: 100%;
	}

	.single-product .custom-product-gallery {
		padding-right: 30px;
	}

	.single-product .dv-slot-item {
		padding: 10px 7px;
	}

	.woocommerce div.product form.cart .button {
		max-width: max-content;
	}

	.dv-more-list {
		gap: 12px 60px;
	}

	.dv-more-item {
		width: calc(50% - 30px);
	}
}

@media (max-width: 768px) {

  .woocommerce form.woocommerce-cart-form,
  .woocommerce .cart-collaterals {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  #add_payment_method #payment ul.payment_methods li input[type="checkbox"],
  .woocommerce-cart #payment ul.payment_methods li input[type="checkbox"],
  .woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"] {
    margin: 3px 8px 0 0 !important;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr,
  .woocommerce-cart tr.woocommerce-cart-form__cart-item {
    display: block;
  }

  .woocommerce-cart tr.woocommerce-cart-form__cart-item td {
    display: flex !important;
    justify-content: center;
    width: 100%;
    border: none !important;
  }

  .woocommerce-cart table.shop_table tbody th,
  .woocommerce-cart table.shop_table tbody td,
  .woocommerce-cart table.shop_table thead th,
  .woocommerce-cart table.shop_table thead td {
    border: none !important;
    padding: 0 10px 20px;
    background-color: transparent !important;
  }

  .woocommerce-cart table.shop_table tbody td.product-subtotal {
    border-bottom: 1px solid #2687F7 !important;
    margin: 0 0 20px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before,
  .woocommerce-cart tr.woocommerce-cart-form__cart-item td.product-remove {
    display: none !important;
  }

  .product-subtotal-inner svg {
    width: 13px;
  }

  .woocommerce h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
  }

  .woocommerce .cart-collaterals table.shop_table tbody th,
  .woocommerce-page .cart-collaterals table.shop_table tbody th {
    display: block;
    width: auto;
    text-align: left;
  }

  .woocommerce .cart-collaterals table.shop_table tbody td,
  .woocommerce-page .cart-collaterals table.shop_table tbody td {
    width: auto;
    text-align: right;
    display: table-cell;
  }

  .woocommerce-page .cart-collaterals table.shop_table tr {
    table-layout: fixed;
    display: table;
    width: 100%;
  }

  .woocommerce-cart table.shop_table {
    margin-bottom: 0;
  }

  form.woocommerce-checkout .col2-set {
    width: 100%;
  }

  .order-review-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  form.woocommerce-checkout .col2-set-inner {
    padding: 30px 26px;
  }

  .order-review-wrapper-inner {
    padding: 30px 36px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce ul.order_details li {
    width: 100%;
    margin: 0 0 10px;
  }
	
	.single-product .custom-product-gallery {
		padding-right: 0;
		width: 100%;
	}

	.woocommerce.single-product div.product div.summary {
		padding-left: 0;
	}

	.dv-game-list,
	.dv-player-testimonial-list,
	.dv-game-components,
	.dv-components-grid,
	.dv-more-list {
		flex-wrap: wrap;
	}

	.dv-game-item,
	.dv-player-testimonial-item,
	dv-game-components-left,
	.dv-components-video,
	.dv-components-grid .dv-components-left,
	.dv-components-grid .dv-components-right,
	.dv-more-item {
		width: 100%;
	}

	.cta-bottom h3 {
		font-size: 30px;
	}

	.cta-bottom {
		min-height: 250px;
	}

	.single-product .related.products .dv-title-price {
		padding: 15px !important;
	}

	.single-product .related.products h2.woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.related .amount {
		font-size: 18px;
	}

	.dv-product-slots.dv-product-slots-loop {
		padding: 10px 16px 0;
		flex-direction: column;
	}

	.dv-product-slots.dv-product-slots-loop {}

	section.related.products .add_to_cart_button {
		font-size: 16px !important;
		height: 40px !important;
	}

	.woocommerce .dv-tab-title {
		font-size: 22px;
	}

	.dv-more-item .dv-item-title,
	.dv-more-item .dv-item-des p,
	.dv-components-grid li,
	.dv-game-subtitle,
	.dv-components-des,
	.dv-player-testimonial-content p {
		font-size: 16px;
	}

	.single-product .entry-summary .product_title,
	.single-product .related.products h2 {
		font-size: 26px;
	}
	
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
	
	.dv-components-video {
		padding-top: 0;
	}
}