/***
* All plugin main css here
*/

.dont-show {
  display: none !important;
}
.dont-show-it {
  display: none;
}
header .oxy-header-right .cmit-logout-btn {
  font: normal normal 600 20px/19px Nunito;
  letter-spacing: 0px;
  color: #bcc585;
}

header .oxy-header-right .cmit-logout-btn:hover {
  color: #575e26;
}

header .oxy-header-right .mini-cart {
  position: relative;
}

header .oxy-header-right .mini-cart .min-cart-counter {
  position: absolute;
  right: -7px;
  top: 0;
}

header .oxy-header-right .mini-cart .min-cart-counter .count {
  font: normal normal normal 9px/11px Josefin Sans;
  letter-spacing: 0px;
  background: #bcc585 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 10px #424c8d29;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .oxy-nav-menu-hamburger-wrap {
  margin-right: 10px;
}

.breadcrumb a,
.woocommerce-breadcrumb a {
  color: #133344 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.breadcrumb,
.woocommerce-breadcrumb {
  color: #133344 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  font-family: "Nunito" !important;
}

.breadcrumb span,
.woocommerce-breadcrumb span {
  margin: 0 5px !important;
}

.faq-form-wrapper form p input[type="text"],
.faq-form-wrapper form p input[type="submit"] {
  width: 100%;
}

.faq-form-wrapper form p input[type="text"],
.faq-form-wrapper form p input[type="email"],
.faq-form-wrapper form p textarea {
  padding: 10px;
  border: 1px solid #c4c5d5;
  border-radius: 3px;
  color: #000000;
}
.faq-form-wrapper form p input[type="email"] {
  width: 100%;
}

.faq-form-wrapper form p input[type="text"]::placeholder,
.faq-form-wrapper form p textarea::placeholder {
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  font-family: "Raleway";
  letter-spacing: 0px;
  font-weight: 500;
  opacity: 0.5 !important;
}

.faq-form-wrapper form p input[type="text"]:focus-visible,
.faq-form-wrapper form p textarea:focus-visible {
  outline: #c4c5d5 !important;
}

.faq-form-wrapper form p input[type="submit"] {
  background: #575e26;
  color: #ffffff;
  border-radius: 21px;
  padding: 7px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
  cursor: pointer;
  border: 2px solid #575e26;
}

.faq-form-wrapper form p input[type="submit"]:hover {
  background: #ffffff !important;
  color: #575e26;
}

#div_block-24-15 {
  background-repeat: no-repeat;
  width: 100%;
}

/*#shortcode-15-15 .woocommerce form .form-row input{
	border: 1px solid #C2C5E1;
  border-radius: 2px;
}

#shortcode-15-15 .woocommerce form .form-row input::placeholder{
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #000000;
}

#shortcode-15-15 .woocommerce form .form-row{
	margin-bottom: 8px;
	padding: 3px 0;
}

#shortcode-15-15 .woocommerce form .form-row:nth-child(3){
	margin-bottom: 0;
}

#shortcode-15-15 .woocommerce form .form-row .show-password-input{
	top: unset;
}

#shortcode-15-15 .woocommerce form .form-row:nth-child(2) label{
	display: none;
}

#shortcode-15-15 .woocommerce form .form-row button{
	width: 100%;
    background: #575E26;
    border-radius: 24px;
    border: 1px solid #575e26;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    text-transform: unset;
    padding: 6px;
}

#shortcode-15-15 .woocommerce form .form-row button:hover{
    background: #ffffff;
    color: #575E26;
}

#shortcode-15-15 .woocommerce form p.lost_password{
	margin: 0;
  text-align: center;
}

#shortcode-15-15 .woocommerce form p.lost_password a{
	letter-spacing: 0px;
    color: #000000;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}*/

label.cstm-error-notice,
.notices.error-notice {
  color: #ff0000;
  display: flex;
  margin: 3px 0;
}

.front-login-form-container {
  width: 63%;
  margin: auto;
  padding: 0 1px;
}

.front-login-form-container .woocommerce-notices-wrapper .login-error {
  font-weight: 500;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  text-align: left;
  padding: 0 10px;
}

.front-login-form-container form p.form-row {
  margin-bottom: 20px;
}

.front-login-form-container form p:nth-child(3) {
  margin-bottom: 10px;
}

.front-login-form-container form p input,
.lost-password-form form input[type="email"] {
  width: 100%;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  padding: 10px;
}

.front-login-form-container form p input::placeholder,
.lost-password-form form input[type="email"]::placeholder {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: "Nunito";
  opacity: 0.5 !important;
}

.front-login-form-container form p input:focus-visible,
.lost-password-form form input[type="email"]:focus-visible {
  outline: #575e26;
}

.front-login-form-container form p button.cmit-login-button,
.lost-password-form form input[type="submit"] {
  width: 100%;
  background: #575e26;
  border-radius: 24px;
  border: 1px solid #575e26;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-transform: unset;
  padding: 6px;
  cursor: pointer;
}

.lost-password-form form input[type="submit"] {
  margin-top: 20px;
}

.front-login-form-container form p button.cmit-login-button:hover,
.lost-password-form form input[type="submit"]:hover {
  background: #ffffff;
  color: #575e26;
}

.front-login-form-container form p.lost_password {
  margin-top: 10px;
}

.front-login-form-container form p.lost_password a {
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.order-section {
  width: 100%;
}

table.mine-order-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #c2c5e1;
  margin-bottom: 40px;
}

table.mine-order-table:last-child {
  margin-bottom: 0;
}

table.mine-order-table th {
  font-weight: 800;
  font-size: 12px;
  line-height: 14px;
  font-family: "Nunito";
}

table.mine-order-table thead tr,
table.mine-order-table tbody tr:first-child {
  border: 1px solid #c2c5e1;
}

table.mine-order-table th,
table.mine-order-table tbody tr:first-child td {
  border: 1px solid #c2c5e1;
  padding: 15px 6px;
  width: 8%;
}

table.mine-order-table tbody tr th {
  border: none;
  padding: 15px 6px;
  width: 8%;
}

table.mine-order-table tbody tr td {
  border: none;
  padding: 0 6px;
  width: 8%;
  font: normal normal normal 12px/16px Nunito;
}

table.mine-order-table tbody tr:last-child td {
  padding-bottom: 15px;
}

table.mine-order-table td {
  border-top: 0;
  border-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-family: "Nunito";
}

table.mine-order-table tbody {
  background: #f5f5fa;
}

/*table.mine-order-table tbody tr td{
	width: 9.5%;
}

table.mine-order-table tbody tr td:nth-child(3),
table.mine-order-table tbody tr td:nth-child(4){
	width: 12%;
}*/

table.mine-order-table tbody tr td span.wc-processing {
  display: block;
  background: #c2c5e1;
  border-radius: 5px;
  padding: 7px 5px;
  color: #ffffff;
}

table.mine-order-table tbody tr td span.wc-completed {
  display: block;
  background: #bcc585;
  border-radius: 5px;
  padding: 7px 5px;
  color: #ffffff;
}

#_header_center-26-87 {
  justify-content: flex-end;
}

.mine-data-form-wrapper .error-message {
  margin-bottom: 10px;
  color: #ff0000;
  font: normal normal bold 14px/19px Raleway;
  letter-spacing: 0px;
  font-weight: 500;
}

.mine-data-form-wrapper form,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper {
  margin: 20px 0;
}

.mine-data-form-wrapper form p,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_last_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_postcode_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_first_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_city_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_telephone_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_email_field {
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p {
  margin-bottom: 20px;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  #ship-to-different-address
  .checkbox
  span:before,
#ship-to-different-address .checkbox span:before,
.woocommerce-form-login
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:before,
.oxy-woo-checkout
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  span:before {
  border-color: #bcc585 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  #ship-to-different-address
  .checkbox {
  font: normal normal normal 13px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  text-transform: unset;
  font-weight: 600;
}

.mine-data-form-wrapper form p input,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p
  input,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p
  input {
  width: 100%;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  padding: 0px 8px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 32px;
  font-weight: 500;
}

.mine-data-form-wrapper form p input::placeholder,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p
  input::placeholder,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p
  input::placeholder {
  color: #000000;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Nunito";
  opacity: 0.5 !important;
}

.mine-data-form-wrapper form p#billing_first_name_field,
.mine-data-form-wrapper form p#billing_phone_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_first_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_phone_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_city_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_first_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_city_field,
.mine-data-form-wrapper form p#billing_postcode_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_city_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_telephone_field {
  padding-right: 10px;
}

.mine-data-form-wrapper form p#billing_last_name_field,
.mine-data-form-wrapper form p#billing_email_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_last_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_email_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_last_name_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_postcode_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_postcode_field,
.mine-data-form-wrapper form p#shipping_telephone_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_email_field {
  padding-left: 10px;
}

.mine-data-form-wrapper form p#billing_company_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_company_field,
.mine-data-form-wrapper form p#billing_address_1_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p#billing_address_1_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_company_field,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-shipping-fields
  .woocommerce-shipping-fields__field-wrapper
  p#shipping_address_1_field {
  width: 100%;
}

.mine-data-form-wrapper form .cstm-left-section {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.mine-data-form-wrapper form .cstm-right-section {
  width: 40%;
  padding-left: 10px;
}

.mine-data-form-wrapper form .cstm-right-section p {
  width: 100%;
}

/*.mine-data-form-wrapper form p#billing_city_field span {
  width: 50%;
  display: block;
  padding-right: 10px;
}*/

.mine-data-form-wrapper form p#billing_city_field span input {
  width: 100%;
}

.mine-data-form-wrapper form p input.button {
  max-width: 211px;
  background: #575e26;
  border-radius: 21px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  font-family: "Nunito";
  font-weight: 600;
  padding: 5px 0;
  border: 1px solid #575e26;
  cursor: pointer;
}

.mine-data-form-wrapper .success-message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  font-size: 17px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Nunito";
  margin-bottom: 10px;
  padding: 0 10px;
}

.mine-data-form-wrapper form p input.button:hover {
  background: #ffffff;
  color: #575e26;
}

.mine-data-form-wrapper
  form
  p
  input:focus-visible
  .woocommerce-checkout
  .checkout
  .col2-set
  .col-1
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  p
  input:focus {
  outline: #c2c5e1;
  box-shadow: none;
}

input:focus {
  box-shadow: none !important;
}

input:focus-visible {
  outline: #c2c5e1 !important;
}

#myArts .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#myArts .header-section .art-name {
  letter-spacing: 0px;
  color: #232323;
  font-size: 25px;
  line-height: 29px;
  font-weight: 800;
  font-family: "Raleway";
}

#myArts .header-section .sreach-art form input {
  padding: 6px 10px;
  background: #f6f6f6;
  border: none;
  border-radius: 3px;
  width: 400px;
  color: #000000;
  font-weight: 500;
}

#myArts .header-section .sreach-art form input.search-field {
  margin-right: 0;
}

#myArts .header-section .sreach-art form button {
  padding: 6px 15px;
  background: #bcc585;
  border: none;
  margin-left: -6px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 0;
  font-size: unset;
}

#myArts .header-section .sreach-art form button i {
  font-weight: 100 !important;
  font-size: 12px;
}

#myArts .header-section .sreach-art form input:focus-visible {
  outline: #c2c5e1;
}

#myArts .header-section .sreach-art form input.search-field:focus {
  box-shadow: none !important;
}

#myArts .header-section .sreach-art form input::placeholder {
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Nunito";
  opacity: 0.5 !important;
}

#myArts .arts-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#myArts .arts-container .view-5 {
  width: 20%;
  padding: 0 15px;
  margin-bottom: 20px;
}

#myArts .arts-container .view-5 .art-image img {
  width: 100% !important;
  height: auto !important;
}

#myArts .arts-container .view-5 .art-image p {
  margin: 0;
  font: normal normal bold 14px/19px Raleway;
  letter-spacing: 0px;
  color: #071c1f;
}

#myArts .arts-container .view-5 .art-image p.arts-count {
  font: normal normal 600 11px/21px Josefin Sans;
  letter-spacing: 0px;
  color: #071c1f;
}

#myArts .artists-pagination,
#myArts .art-pagination,
.art-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

#myArts .artists-pagination > a {
  color: #bcc585;
  font-size: 17px;
}

#myArts .artists-pagination > a:hover {
  color: #000000;
}

#myArts .artists-pagination > a.return-disable {
  color: #000000;
}

#myArts .artists-pagination li {
  list-style: none;
}

#myArts .artists-pagination > a,
#myArts .artists-pagination li,
#myArts .art-pagination .page-numbers,
.art-pagination .page-numbers {
  margin-right: 20px;
}

#myArts .artists-pagination > a:last-child,
#myArts .art-pagination .page-numbers:last-child,
.art-pagination .page-numbers:last-child {
  margin-right: 0;
}

#myArts .artists-pagination li a,
#myArts .art-pagination .page-numbers,
.art-pagination .page-numbers {
  height: 40px;
  width: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 16px #3227c114;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 600 16px/32px Nunito;
  letter-spacing: 0px;
  color: #6d708d;
}

#myArts .art-pagination .next.page-numbers,
.art-pagination .next.page-numbers {
  height: unset;
  width: unset;
  background: #ffffff;
  box-shadow: unset;
  border-radius: unset;
  color: #bcc585;
  font-size: 17px;
}

#myArts .art-pagination .next.page-numbers:hover,
.art-pagination .next.page-numbers:hover {
  color: #000000;
  background: #ffffff !important;
}

#myArts .artists-pagination li a:hover,
#myArts .artists-pagination li a.active,
#myArts .art-pagination .page-numbers:hover,
#myArts .art-pagination .page-numbers.current,
.art-pagination .page-numbers:hover,
.art-pagination .page-numbers.current {
  background: #bcc585;
  color: #ffffff;
}

.contact-form-wrapper form {
  display: flex;
  flex-wrap: wrap;
}

.contact-form-wrapper form p {
  width: 50%;
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-form-wrapper form p:nth-child(2) {
  padding-right: 10px;
}

.contact-form-wrapper form p:nth-child(4),
.contact-form-wrapper form p:nth-child(5) {
  width: 100%;
}

.contact-form-wrapper form p input[type="text"],
.contact-form-wrapper form p input[type="email"],
.contact-form-wrapper form p textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c5d5;
  border-radius: 3px;
  color: #000000;
}

.contact-form-wrapper form p textarea {
  height: 100px;
}

.contact-form-wrapper form p input::placeholder,
.contact-form-wrapper form p textarea::placeholder {
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  font-family: "Raleway";
  letter-spacing: 0px;
  font-weight: 500;
  opacity: 0.5 !important;
}

.contact-form-wrapper form p input:focus-visible,
.contact-form-wrapper form p textarea:focus-visible {
  outline: #c4c5d5;
}

.contact-form-wrapper form p input[type="submit"] {
  background: #575e26;
  color: #ffffff;
  border-radius: 21px;
  padding: 7px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
  cursor: pointer;
  border: 2px solid #575e26;
  width: 50%;
}

.contact-form-wrapper form p input[type="submit"]:hover {
  background: #ffffff;
  color: #575e26;
}

.contact-form-wrapper form .wpcf7-response-output.alert-danger,
.faq-form-wrapper form .wpcf7-response-output.alert-danger {
  margin: 0 !important;
  border-color: #ff0000 !important;
  font: normal normal bold 14px/19px Raleway;
  letter-spacing: 0px;
  font-weight: 500;
  border-radius: 2px;
  color: #ff0000;
}

.wpcf7-not-valid-tip {
  color: #ff0000 !important;
}

.contact-form-wrapper form .wpcf7-response-output.alert-success,
.faq-form-wrapper form .wpcf7-response-output.alert-success {
  margin: 0 !important;
  border-color: #c3e6cb !important;
  font: normal normal bold 14px/19px Raleway;
  letter-spacing: 0px;
  font-weight: 500;
  border-radius: 2px;
  color: #155724;
  background-color: #d4edda;
}

.single-product
  .product.type-product
  .images
  .woocommerce-product-gallery__trigger {
  display: none;
}

.single-product .product.type-product .summary .product_title {
  font: normal normal bold 36px/40px Raleway;
  letter-spacing: 0px;
  color: #232323;
  margin-bottom: 0;
}

.single-product .product.type-product .summary > span,
.single-product .product.type-product .summary .status .status-defination {
  font: normal normal normal 16px/29px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.single-product .product.type-product .summary .status {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.single-product .product.type-product .summary .status .status-name,
.single-product .product.type-product .summary .product-content p:first-child {
  font: normal normal bold 17px/32px Raleway;
  letter-spacing: 0px;
  color: #232323;
}

.single-product .product.type-product .summary .status i.fa-times-circle {
  color: #ff0000;
}

.single-product .product.type-product .summary .status i {
  color: #bcc585;
  font-size: 26px;
  margin: 0 5px;
}

.single-product .product.type-product .summary .product-content {
  margin: 5px 0 10px 0;
}

.single-product .product.type-product .summary .product-content p {
  margin: 0;
}

.single-product .product.type-product .summary .product-content p:last-child {
  font: normal normal normal 16px/22px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.single-product .product.type-product .summary .variations_form {
  max-width: unset;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .stock.out-of-stock {
  display: none;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value {
  position: relative;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value:after {
  content: "\f107";
  color: #c2c5e1;
  right: 11px;
  top: 0;
  bottom: 0;
  height: 34px;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: "FontAwesome";
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.label
  label {
  font: normal normal normal 16px/23px Nunito;
  letter-spacing: 0px;
  color: #000000;
  align-items: flex-end;
  display: flex;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value
  select {
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  background-size: 13px;
  font: normal normal normal 14px Nunito;
  letter-spacing: 0px;
  color: #000000;
  background: none;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value
  select:focus {
  box-shadow: none;
  outline: none;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value
  select
  option {
  font: normal normal normal 14px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value
  select
  option:hover {
  background: #575e26;
  color: #ffffff;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap {
  margin-top: 15px;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .single_variation {
  margin: 7px 0;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .price {
  display: flex;
  align-items: center;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .amount,
.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .single-add-comma {
  font: normal normal 600 31px/32px Nunito;
  letter-spacing: 0px;
  color: #575e26;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .woocommerce-variation
  .woocommerce-variation-price
  .single-taxt {
  margin-left: 10px;
  font: normal normal normal 16px/29px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .quantity,
.single-product
  .product.type-product
  .summary
  .variations_form
  .variations
  tr
  td.value
  .reset_variations {
  display: none !important;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .variations_button
  .button {
  background: #575e26;
  border-radius: 21px;
  border: 1px solid #575e26;
  font: normal normal 600 18px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: inherit;
  line-height: 7px;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .variations_button
  .button:hover {
  color: #575e26;
  background: #ffffff;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .variations_button.woocommerce-variation-add-to-cart-disabled {
  opacity: 0.5;
}

.single-product
  .product.type-product
  .summary
  .variations_form
  .single_variation_wrap
  .variations_button.woocommerce-variation-add-to-cart-disabled
  .button.disabled {
  background: #575e26 !important;
  border-radius: 21px;
  border: 1px solid #575e26;
  color: #ffffff;
  filter: grayscale(0%);
  pointer-events: none;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  border-color: #bcc585 !important;
  border-top-color: #bcc585 !important;
  color: #008000 !important;
  font-weight: 700;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #008000 !important;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message .button {
  background: #575e26;
  border-radius: 21px;
  border: 1px solid #575e26;
  letter-spacing: 0px;
}

.single-product
  .woocommerce-notices-wrapper
  .woocommerce-message
  .button.wc-forward {
  margin-right: 15px;
}

.single-product
  .woocommerce-notices-wrapper
  .woocommerce-message
  .button:hover {
  color: #575e26;
  background: #ffffff;
}

#myArts .nothing-found {
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: inherit;
}

.woocommerce-checkout .checkout .col2-set {
  border: none !important;
  display: block !important;
}

.woocommerce-checkout .checkout .col2-set .col-1 {
  box-shadow: 0px 3px 32px #271c9112;
  width: 65% !important;
  padding: 30px 20px !important;
}

.woocommerce-checkout .checkout .col2-set .col-2 {
  padding-top: 0 !important;
  width: 35% !important;
  box-shadow: 7px 4px 6px #271c9112;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table {
  border: none !important;
  margin-bottom: 15px !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr
  th,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr
  td {
  padding: 12px 0px !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr
  td {
  padding-top: 0 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .product-name {
  font: normal normal normal 14px/30px Nunito;
  letter-spacing: 0px;
  color: #232323;
  display: flex;
  align-items: center;
  line-height: normal;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .product-name
  .remove-item {
  float: left;
  color: white;
  background: #ff0000;
  text-decoration: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/*.woocommerce-checkout .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table tr.cart_item .product-name .remove-item:hover{
    background: #ff0000;
    text-decoration: none;
}*/

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .product-name
  .remove-item
  i {
  font-size: 12px;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .product-total
  .amount {
  font: normal normal bold 14px/23px Nunito;
  letter-spacing: 0px;
  color: #0a2c3d;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .variation,
.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  thead
  tr
  th {
  font: normal normal normal 15px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  text-transform: unset;
  font-weight: 600;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  thead
  tr {
  border-color: #c2c5e1 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tbody
  tr {
  border: none !important;
}

/*.woocommerce-checkout .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table tbody tr{
	border-bottom: 1px solid #C2C5E1!important;
}*/

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  tr {
  border-bottom: 1px solid #c2c5e1 !important;
  border-top: 1px solid #c2c5e1 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .order-total
  th {
  font: normal normal normal 15px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  padding: 0 !important;
  text-transform: unset;
  font-weight: 600;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .fee
  th {
  font: normal normal normal 15px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  padding: 0 !important;
  text-transform: unset;
  font-weight: 600;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .order-total
  td {
  padding: 0 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .fee
  td {
  padding: 0 !important;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .order-total
  td
  .amount {
  font: normal normal bold 14px/32px Nunito;
  letter-spacing: 0px;
  color: #0a2c3d;
  opacity: 1;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tfoot
  .fee
  td
  .amount {
  font: normal normal bold 14px/32px Nunito;
  letter-spacing: 0px;
  color: #0a2c3d;
  opacity: 1;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  button.button {
  width: 100%;
  background: #575e26 !important;
  border-radius: 21px;
  color: #ffffff;
  border: 1px solid #575e26 !important;
  text-transform: unset;
  font: normal normal 600 18px/32px Nunito;
  letter-spacing: 0px;
  padding: 4px;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  button.button:hover {
  background: #ffffff !important;
  color: #575e26;
}

.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .woocommerce-checkout-payment
  .payment_methods
  .wc_payment_method
  label {
  font: normal normal normal 15px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  padding: 0 !important;
  text-transform: unset;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.page-id-389 header.oxy-header,
.page-id-389 section.printing-footer,
.page-id-201 header.oxy-header,
.page-id-201 section.printing-footer,
.page-id-15 header.oxy-header,
.page-id-15 section.printing-footer {
  display: none !important;
}

.page-id-389 #inner_content-3-88,
.page-id-201 #inner_content-3-88 {
  text-align: center;
  height: 100vh;
  background-color: #ffffff;
}

.page-id-389 #section-2-389 .ct-section-inner-wrap,
.page-id-201 #section-2-201 .ct-section-inner-wrap {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.page-id-389 #section-2-389 .ct-section-inner-wrap #div_block-3-389,
.page-id-201 #section-2-201 .ct-section-inner-wrap #div_block-4-201 {
  width: 100%;
  border-radius: 5px;
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  max-width: 689px;
}

.page-id-389 #section-2-389 .ct-section-inner-wrap #div_block-3-389 .ct-image,
.page-id-201 #section-2-201 .ct-section-inner-wrap #div_block-4-201 .ct-image {
  width: 86px;
  height: 109px;
  margin-bottom: 30px;
}

.page-id-389
  #section-2-389
  .ct-section-inner-wrap
  #div_block-3-389
  #div_block-5-389,
.page-id-201
  #section-2-201
  .ct-section-inner-wrap
  #div_block-4-201
  #div_block-11-201 {
  background-image: linear-gradient(
      rgba(240, 246, 244, 0.7),
      rgba(240, 246, 244, 0.7)
    ),
    url(../images/loginbgimg.jpg);
  background-size: auto, cover;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  min-height: 458px;
}

.page-id-389
  #section-2-389
  .ct-section-inner-wrap
  #div_block-3-389
  #div_block-5-389
  .ct-headline,
.page-id-201
  #section-2-201
  .ct-section-inner-wrap
  #div_block-4-201
  #div_block-11-201
  .ct-headline {
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #232323;
  font-weight: 700;
  font-family: "Raleway";
}

.page-id-389
  #section-2-389
  .ct-section-inner-wrap
  #div_block-3-389
  #div_block-5-389
  #text_block-10-389,
.page-id-201
  #section-2-201
  .ct-section-inner-wrap
  #div_block-4-201
  #div_block-11-201
  #text_block-18-201 {
  margin-bottom: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Maven Pro";
}

.page-id-389
  #section-2-389
  .ct-section-inner-wrap
  #div_block-3-389
  #code_block-13-389,
.page-id-201
  #section-2-201
  .ct-section-inner-wrap
  #div_block-4-201
  #code_block-19-201 {
  width: 100%;
}

p.woocommerce-invalid .input-text {
  border: 1px solid red !important;
}

.woocommerce-error {
  border-top-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

.woocommerce-error::before,
.woocommerce-error li,
.woocommerce-error li strong {
  color: #ff0000 !important;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  border-color: #bcc585 !important;
  border-top-color: #bcc585 !important;
  color: #008000 !important;
  font-weight: 700;
  margin-top: 0 !important;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .order_details {
  border-color: #bcc585 !important;
  border-top-color: #bcc585 !important;
  border-radius: 2px;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .order_details li {
  font: normal normal normal 12px/12px Nunito;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
  border-right: 1px dashed #bcc585;
  text-transform: none;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .wc-item-meta li {
  font: normal normal normal 12px/12px Nunito;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 10px;
  border-right: none !important;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .order_details li:last-child {
  margin-bottom: 0;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .order_details thead tr th {
  font: normal normal 800 12px/16px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .order_details
  tbody
  .order_item
  .product-name
  a {
  color: #575e26;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .order_details
  tbody
  .order_item
  .product-name
  a:hover {
  color: #bcc585;
  text-decoration: none;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .order_details
  tbody
  .order_item
  .product-name
  .wc-item-meta
  li
  p {
  font: normal normal normal 12px/12px Nunito;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .woocommerce-order-details
  .order_details
  .amount {
  font-weight: 500 !important;
  font-size: 14px !important;
  font-family: "Nunito";
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .woocommerce-order-details
  table
  tr {
  border-top: 1px solid #bcc585 !important;
}
.page-id-31 .oxy-woo-checkout .woocommerce-order .order_details tfoot tr th {
  font: normal normal 600 12px/12px Nunito;
  letter-spacing: 0px;
  color: #000000;
  text-transform: none;
}

.page-id-31 .oxy-woo-checkout .woocommerce-order .order-again a.button {
  /*background: #575E26;
    border-radius: 21px;
    border: 1px solid #575e26;
    font: normal normal 600 18px Nunito;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: inherit;
    line-height: 7px;*/
  display: none;
}

/*.page-id-31 .oxy-woo-checkout .woocommerce-order .order-again a.button:hover{
	color: #575E26;
	background: #FFFFFF;
}*/

.page-id-31 .woocommerce-customer-details--phone,
.page-id-31 .woocommerce-customer-details--email {
  font: normal normal normal 15px/20px Nunito;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 5px;
}

.page-id-31 .woocommerce-customer-details--phone:before,
.page-id-31 .woocommerce-customer-details--email:before {
  color: #575e26 !important;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .woocommerce-customer-details
  address {
  font: normal normal normal 15px/20px Nunito;
  letter-spacing: 0px;
  color: #000000;
}

.page-id-31
  .oxy-woo-checkout
  .woocommerce-order
  .order_details
  tbody
  .order_item
  .product-name
  .wc-item-meta {
  padding-left: 15px;
  margin-top: 5px;
}

table.mine-order-table tbody tr td span.woocommerce-Price-currencySymbol {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 5px;
}

table.mine-order-table .cstm-excluded-tax-price {
  white-space: nowrap;
}

table.mine-order-table td {
  padding: 8px 10px !important;
}

table.mine-order-table span.woocommerce-Price-amount.amount {
  font-size: 13px !important;
}
/****************Cart Page 14-08-2021************************/
.global-cart {
  float: left;
  width: 100%;
  margin: 0 auto;
}
/* .col-left {
    padding: 0;
    width: 72%;
    float: left;
    background: rgb(188 197 133 / 15%);
    margin-right: 1%;
} */
.col-right {
  float: left;
  width: 27%;
}

.variations-left img {
  max-width: 100%;
  height: 115px;
  object-fit: cover;
}

.variations-right textarea {
  height: 70px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #a2ab66;
  margin-top: 10px;
  padding: 10px;
}
li.var-add-to-cart input[type="submit"]:hover {
  color: #575e26;
  border: 1px solid #575e26;
  background: none;
}
.variations-right ul.variations-items li {
  display: inline-block;
  color: rgba(35, 35, 35, 0.96);
  font-size: 14px;
  font-weight: 500;
  width: inherit;
}

/* cart page css */
td.product-rule dl.variation > dt,
dl.variation > dd {
  display: none;
}

td.product-rule dl.variation dd:last-child {
  display: block;
}

/* Cart page css ends */

.variations-right ul.variations-items li.attr-val.var-price {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  align-items: center;
  vertical-align: text-bottom;
  display: inline-flex;
}
.variations-right ul.variations-items li select:focus,
.variations-right ul.variations-items li input:focus,
.variations-right ul.variations-items li textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #000;
}
.col-right table td,
.col-right table th,
.col-right table,
.col-right table strong,
.col-right table span {
  color: #fff;
}
.col-right {
  float: left;
  width: 27%;
  padding: 10px;
  background: #575e26;
}
.col-right table {
  width: 100%;
}
.variations-right ul.variations-items li.val-checkbox input {
  margin-right: 3px;
}
.col-right dl.variation {
  margin: 0;
}

.col-right dl.variation dt,
.col-right dl.variation dd {
  width: 50%;
  float: left;
  margin: 0;
}

.col-right dl.variation dt p,
.col-right dl.variation dd p {
  margin: 0;
  float: left;
}

.col-right tr.cart_item {
  padding: 5px;
  background: #7e8648;
}

.col-right tr.cart_item td {
  padding: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.col-right table {
  padding: 0;
  margin: 0;
  border: none;
}

.col-right tr.item-data td {
  background: #7e8648;
  color: #fff;
  padding: 5px;
  font-size: 13px;
}

.col-right tr.item-data:nth-child(odd) > td {
  background: #fff !important;
}

.col-right tfoot {
  background: #fff;
  padding: 5px;
}

.col-right tfoot th,
.col-right tfoot td {
  padding: 5px;
  font-size: 14px;
  background: #0e0e0e;
}
.col-right .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-right .btn-group a.button.empty-cart {
  background: none;
  padding: 6px 15px;
  border-radius: 15px;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  transition: 0.3s;
  text-transform: uppercase;
}

a.button.goto-checkout {
  background: #000;
  padding: 7px 15px;
  border-radius: 15px;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #000;
  transition: 0.3s;
  text-transform: uppercase;
}

.col-right .btn-group a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.print-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: #fdffee96;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.var-add-to-cart input[type="submit"]:disabled {
  color: #aeafa6;
  border: 1px solid #000000;
  border: 1px solid #9da495;
  background: #fff;
}
li.var-add-to-cart input[type="submit"]:disabled {
  cursor: not-allowed !important;
  background: #a6ad80 !important;
  color: #e0e4c6 !important;
  border-color: #a6ad80 !important;
}
.col-right tbody {
  display: block;
  width: 100%;
  height: 300px;
  overflow: auto;
}
.col-right tbody::-webkit-scrollbar {
  width: 6px;
  margin-right: 2px;
}
.col-right tbody::-webkit-scrollbar-track {
  background-color: #bcc585;
  border-radius: 3px;
}
.col-right tbody::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #0e0e0e;
}
.col-right thead tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.col-right thead {
  display: block;
  width: 100%;
}

.col-right tfoot,
.col-right tfoot tr {
  display: block;
  width: 100%;
  background: #0e0e0e;
}

.col-right tfoot tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sl-image {
  background: #bcc585;
  padding: 5px;
}
.sl-overlay {
  opacity: 0.85;
}

.has-gallery {
  cursor: pointer;
}
.no-gallery {
  cursor: not-allowed;
}
.has-gallery:hover img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
input[type="submit"]:disabled {
  cursor: not-allowed !important;
}
.pr-actions a i {
  color: #fff;
  background: #575e26;
  padding: 5px;
  width: 24px;
  height: 24px;
  font-size: 11px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.pr-actions a {
  display: inline-block;
  margin: 3px 3px 0 0;
  cursor: pointer;
}

.pr-actions a:hover i {
  background: #0e0e0e;
}
.col-right dl.variation {
  font-size: 13px;
}
.col-right tr td {
  padding: 5px 0;
}
.col-right strong.product-quantity {
  font-size: 14px;
}

.col-right span.woocommerce-Price-amount.amount {
  font-size: 14px;
}
.col-right dl.variation dd p {
  font-weight: 600;
}
.col-right tr td.product-name {
  font-size: 14px;
  font-weight: 600;
}

.col-right thead th {
  padding: 6px;
  background: #0e0e0e;
}

.col-right thead {
  background: #0e0e0e;
}
.pop-outer {
  position: fixed;
  background: #fdffee96;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.pop-inner {
  position: absolute;
  background: #bcc585;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 20px;
  max-width: 500px;
  max-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.pop-inner .close {
  background: #575e26;
  color: #fff;
  border: none;
  box-shadow: none;
  padding: 7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: 15px;
  position: absolute;
  top: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.pop-inner .close:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.pop-inner h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 10px;
}

.pop-inner input[type="number"],
.pop-inner input[type="text"] {
  padding: 5px 10px;
  border: 1px solid #575e26;
  background: #a8b172;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  float: left;
  color: #000;
  font-weight: 600;
}
.pop-inner input[type="text"] {
  height: 0;
  visibility: hidden;
}
.pop-inner input[type="submit"] {
  background: #575e26;
  color: #fff;
  font-size: 14px;
  border: 1px solid #575e26;
  box-shadow: none;
  border-radius: 20px;
  padding: 8px 25px;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
}
.pop-inner input[type="submit"]:hover {
  background: #000;
  border-color: #000;
}
.pop-inner h5,
.pop-inner p {
  font-size: 15px;
  margin-bottom: 15px;
}
.pop-inner {
  width: 90%;
}
/*28-08-2021*/
.artist-name-inner {
  display: flex;
}
.artist-name-inner select {
  margin-left: 14px;
}
.artist-name h4 {
  letter-spacing: 0px;
  color: #232323;
  opacity: 0.96;
  font-size: 25px;
  font-weight: bold;
}
.artist-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.artist-name a {
  text-decoration: underline;
  letter-spacing: 0px;
  color: #232323;
  opacity: 0.96;
  font-size: 17px;
}
.artist-name a:hover {
  text-decoration: unset;
}
.product-row {
  float: left;
  width: 100%;
  border: 1px solid #c2c5e1;
  border-left: 0;
  border-right: 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
.product-row .product-preview {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 3px 8px #ccc;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  z-index: 9;
  height: max-content;
}
.product-row .product-preview img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.variations-right {
  float: left;
  width: 90%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
form.add-print-cart {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.variations-left {
  width: 10%;
  float: left;
  padding-right: 0px;
  margin: 10px;
  margin-right: 2%;
  display: flex;
  margin-left: 0;
}
.variations-left img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  box-shadow: 0px 3px 6px #00000029;
}
.variations-left .has-gallery {
  height: 86px;
}
.variations-left .no-gallery {
  height: 86px;
}
.product-row h3.product-title {
  letter-spacing: 0px;
  color: #232323;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.woocommerce-cart-form__contents h3.product-title {
  display: flex;
  font-size: 17px;
  /* white-space: nowrap; */
}
form.woocommerce-cart-form {
  overflow: auto;
}
.variations-right ul.variations-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
/* .variations-right ul.variations-items li select {
  background: #ffffff;
  margin-right: 10px;
  height: 33px;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  width: 180px;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
} */
.variations-right ul.variations-items li select {
  background: #ffffff;
  margin-right: 10px;
  height: 33px;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  width: 310px;
  max-width: 100%;
  letter-spacing: 0px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}
li.attr-val span.span-item-price {
  font: normal normal 600 20px/32px Nunito;
  letter-spacing: 0px;
  color: #575e26;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
}
li.attr-val {
  font: normal normal normal 13px/29px Nunito;
  letter-spacing: 0px;
  color: #000000;
}
.variations-right ul.variations-items li.var-qty input {
  background: #ffffff;
  font-size: 14px;
  min-width: 71px;
  height: 33px;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  font: normal normal normal 14px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://minkunst.damdemo.dk/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-down.svg),
    url(https://minkunst.damdemo.dk/wp-content/plugins/oxygen-woocommerce/elements/assets/chevron-up.svg),
    #ffffff;
  background-size: 6px, 6px;
  background-repeat: no-repeat, no-repeat;
  background-position: right 0.8em bottom calc(50% - 5px),
    right 0.8em top calc(50% - 5px);
}
li.check-stock-status span.status-name {
  font: normal normal bold 13px/32px Raleway;
  letter-spacing: 0px;
  color: #232323;
  margin-right: 5px;
}
.status.poor_stock i {
  color: #f9cc88;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.status.instock i {
  color: #bcc585;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
li.val-checkbox input[type="checkbox"],
.product-rule input[type="checkbox"] {
  width: 26px;
  height: 25px;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
}
.variations-right ul.variations-items li.val-checkbox {
  padding: 0 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font: normal normal normal 14px/32px Nunito;
  letter-spacing: 0px;
  color: #000000;
}
/* ul.variations-items li.check-stock-status {
  min-width: 25%;
  white-space: nowrap;
} */
ul.variations-items li.check-stock-status {
  /* min-width: 25%; */
  white-space: nowrap;
}
li.var-add-to-cart input[type="submit"] {
  background: transparent;
  cursor: pointer;
  width: 135px;
  height: 33px;
  border: 1px solid #575e26;
  border-radius: 21px;
  font: normal normal 600 18px/32px Nunito;
  letter-spacing: 0px;
  color: #575e26;
}
li.var-add-to-cart input[type="submit"]:hover,
li.var-add-to-cart input[type="submit"]:focus {
  background-color: #575e26;
  color: #fff;
}
.got-to-cart-sec a:hover,
.got-to-cart-sec a:focus {
  background: transparent;
  border: 1px solid #575e26;
  color: #575e26;
}
.got-to-cart-sec a {
  width: 232px;
  height: 41px;
  background: #575e26;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal 600 18px/32px Nunito;
  letter-spacing: 0px;
  color: #ffffff;
  margin-left: auto;
  margin-top: 30px;
}
.got-to-cart-sec {
  width: 100%;
  float: left;
}
li.check-stock-status .outofstock i {
  font-size: 20px;
  vertical-align: middle;
  color: red;
  margin-right: 5px;
}
td.product-rule dl.variation dd:last-child {
  display: block;
  margin-left: 0;
}
.mdd-cart-section h1 {
  font: normal normal bold 40px/91px Raleway;
  letter-spacing: 0px;
  color: #232323;
  opacity: 0.96;
  line-height: 0;
  margin-bottom: 50px;
}
.mdd-cart-section .woocommerce table.shop_table {
  border: 0;
}
.mdd-cart-section .woocommerce table.shop_table {
  border: unset;
}
.mdd-cart-section .woocommerce table tr {
  border-top: 0.9px solid #c2c5e1;
}
.mdd-cart-section .cart_item .product-remove a.remove {
  color: red;
  text-decoration: unset;
  font-size: 28px;
  line-height: 26px;
}
.mdd-cart-section td.product-remove {
  padding-left: 0 !important;
}
.mdd-cart-section td.product-thumbnail a img {
  width: 51px !important;
  height: 51px !important;
  border: unset;
  box-shadow: 0px 3px 6px #00000029;
}
.mdd-cart-section td.product-thumbnail {
  padding-left: 0 !important;
}
.mdd-cart-section thead tr th {
  font: normal normal normal 14px Nunito !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  white-space: nowrap;
}
.mdd-cart-section tbody tr td {
  font: normal normal normal 14px/32px Nunito;
  letter-spacing: 0px;
  color: #000000 !important;
}
.mdd-cart-section td.product-name a {
  font: normal normal bold 18px/47px Raleway;
  letter-spacing: 0px;
  color: #232323;
  white-space: nowrap;
}
.mdd-cart-section td.product-price {
  display: flex;
  align-items: center;
}
.mdd-cart-section span.woocommerce-Price-amount.amount {
  text-align: center;
  font: normal normal 600 16px/32px Nunito;
  letter-spacing: 0px;
  color: #575e26;
}
.mdd-cart-section td.product-thumbnail a {
  width: 100%;
  float: left;
  height: 51px;
  margin-bottom: 12px;
}
.mdd-cart-section .woocommerce table.shop_table td,
.mdd-cart-section .woocommerce table.shop_table tfoot td,
.mdd-cart-section .woocommerce table.shop_table tfoot th,
.mdd-cart-section .woocommerce table.shop_table th {
  padding: 12px;
}
.ct-section.printing-footer {
  background-color: #666666 !important;
}
.jes-navbar .oxy-header-left {
  display: none;
}
.jes-navbar .oxy-header-center {
  justify-content: flex-start;
}
.jes-menu ul li:first-child a {
  padding-left: 0 !important;
}
.mdd-cart-section td.product-subtotal {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.mdd-cart-section td.product-quantity .quantity input {
  width: 71px !important;
  height: 33px !important;
  border: 1px solid #c2c5e1 !important;
  border-radius: 2px !important;
}
.mdd-cart-section td.product-price {
  margin: 1em 0px;
}
.mdd-cart-section td.product-name a:hover,
.mdd-cart-section td.product-name a:focus {
  color: #bcc585 !important;
}
.mdd-cart-section span.cart-single-item-price-text {
  display: flex;
  white-space: nowrap;
  line-height: 0px;
}
.mdd-cart-section td.actions button.button {
  width: 232px !important;
  height: 41px !important;
  border: 1px solid #575e26 !important;
  border-radius: 21px !important;
  margin-left: auto;
  font: normal normal 600 18px/32px Nunito !important;
  letter-spacing: 0px !important;
  color: #575e26 !important;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: unset !important;
  padding: 0px !important;
  margin-top: 13px;
}
.mdd-cart-section td.actions button.button:hover,
.mdd-cart-section td.actions button.button:focus {
  background: #575e26 !important;
  color: #ffffff !important;
}
.mdd-cart-section table.shop_table.shop_table_responsive {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.cart_totals.calculated_shipping table.shop_table.shop_table_responsive th {
  font: normal normal normal 14px/32px Nunito !important;
  letter-spacing: 0px !important;
  color: #000000 !important;
  padding-left: 90px;
}
.cart_totals.calculated_shipping table.shop_table.shop_table_responsive tr td {
  padding-left: 70px;
}
.mdd-cart-section .wc-proceed-to-checkout a {
  width: 232px !important;
  height: 41px !important;
  background: #575e26 !important;
  border-radius: 21px !important;
  margin-left: auto !important;
  font: normal normal 600 18px/32px Nunito !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
  margin-top: 5px;
}
.mdd-cart-section .wc-proceed-to-checkout a:hover,
.mdd-cart-section .wc-proceed-to-checkout a:focus {
  background: transparent !important;
  border-color: #575e26 !important;
  color: #575e26 !important;
}

.country_to_state.country_select {
  width: 100%;
  border: 1px solid #c2c5e1;
  border-radius: 2px;
  padding: 0px 8px;
  letter-spacing: 0px;
  color: #000000;
  line-height: 32px;
  font-weight: 500;
  height: 34px;
}
/* .country_to_state.country_select option{color: red;} */
.login-remember-me {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login-remember-me input {
  margin-right: 6px;
}
.address-field.update_totals_on_change {
  display: none;
}
span.without-tax-subtotal-text {
  color: #000;
  font-size: 14px;
}

span.with-tax-total-text {
  color: #000;
  font-size: 14px;
}
table.shop_table.woocommerce-checkout-review-order-table
  span.without-tax-subtotal-text {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
table.shop_table.woocommerce-checkout-review-order-table
  span.with-tax-total-text {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
/*28-08-2021*/

/*11-9-2021*/
.wc-billing-area {
  display: flex;
}
.wc-billing-area .wc-billing-area-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.wc-billing-area .wc-billing-area-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
}
.wc-billing-area .form-row {
  width: 100% !important;
  padding-right: 10px !important;
}
.wc-billing-area h3 {
  margin-bottom: 0px !important;
}
.wc-billing-area .wc-billing-area-right {
  padding-left: 10px;
}

.wc-billing-area .wc-billing-area-right .form-row {
  padding-right: 0px !important;
}
textarea#customerNote::placeholder {
  color: #8b7f7f;
}
/*11-9-2021*/
/*13-9-2021*/
textarea#customerNote {
  resize: auto !important;
}
/*13-9-2021*/
/*30-09-2021*/
.mdd-footer-text .footer-contact-section {
  border: 0 !important;
  padding-top: 24px !important;
}
.mdd-footer-text {
  border-bottom: 1px solid #fff;
}
.mdd-footer-text div#div_block-167-11 {
  justify-content: flex-start;
}
.mdd-footer-text div#div_block-312-11 {
  justify-content: flex-end;
}
.woocommerce .cart .button,
.woocommerce a.button.alt {
  text-transform: none !important;
}
.back-cart-button {
  text-decoration: none !important;
}
.w-100 {
  width: 100% !important;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.readonlyinput input {
  pointer-events: none !important;
}
span.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
/*30-09-2021*/
/*04-09-2021*/
/*form#editAccountForm p#billing_city_field {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
form#editAccountForm p#billing_phone_field {
  padding-left: 10px;
  padding-right: 0 !important;
}
form#editAccountForm p#billing_email_field {
  padding-left: 0 !important;
  padding-right: 10px !important;
}*/
h5.change-data-account-message {
  letter-spacing: 0px;
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
}
h5.change-data-account-message a {
  letter-spacing: 0px;
  color: #575e26;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.cstm-right-section h5.change-data-account-message {
  font: normal normal bold 15px/20px Nunito;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 18px;
}
.extra-data-info {
  width: 100%;
}
.extra-data-info .form-row-wide {
  width: 50%;
  float: left;
}
.extra-data-info .form-row-wide:first-child {
  padding-right: 10px;
}
.extra-data-info .form-row-wide:last-child {
  padding-left: 10px;
}
.extra-data-info .form-row-wide label {
  font: normal normal bold 15px/20px Nunito;
  letter-spacing: 0px;
  color: #000000;
}
/*04-09-2021*/

/*14-10-2021*/
.faq-form-wrapper form p input[type="email"]::placeholder {
  color: #7f7f7f;
}
/*14-10-2021*/
/*31-10-2021*/
.woocommerce-cart table.cart th {
  text-transform: unset !important;
}
/*31-10-2021*/
.mt-standard-betingelser {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  margin-top: 5px;
}
.mt-standard-betingelser i {
  font-size: 26px;
}
.mt-standard-betingelser a:hover i {
  color: #bec68c;
  transition: 0.3s;
}
.mt-standard-betingelser p,
.mt-standard-betingelser a {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  color: #000;
  cursor: pointer;
}
.mt-standard-betingelser a {
  display: flex;
  align-items: center;
}
.mt-standard-betingelser a:hover p {
  color: #bcc585;
  text-decoration: underline;
  transition: 0.3s;
}
.mt-standard-betingelser a {
  margin-left: 0;
}
/** 17-1-2022 **/
.woocommerce-checkout .woocommerce-shipping-fields .form-row label,
.woocommerce-checkout .woocommerce-billing-fields .form-row label {
  display: none !important;
}
.col-left {
  clear: both;
}

.col-left .arts-container {
  float: left;
  width: 100%;
  clear: both;
}

.col-left .art-pagination {
  float: left;
  width: 100%;
}
p#billing_postcode_field {
  padding-left: 0 !important;
  padding-right: 10px;
}

p#billing_city_field {
  padding-left: 10px;
  padding-right: 0 !important;
}

p#shipping_postcode_field {
  padding-left: 0 !important;
  padding-right: 10px;
}

p#shipping_city_field {
  padding-left: 10px;
  padding-right: 0 !important;
}
/** 17-1-2022 **/
/** 24-2-2022 **/
.contact-a-tag {
  color: black;
}
/** 24-2-2022 **/
/*18-04-2022*/
.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tbody
  tr
  td.product-name {
  max-width: 180px;
  display: inline-block !important;
  text-overflow: ellipsis;
  position: relative;
}
.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  .product-name
  .remove-item {
  min-width: 18px;
  margin-bottom: 10px;
}
.woocommerce-checkout
  .checkout
  .col2-set
  .col-2
  .woocommerce-checkout-review-order
  .shop_table
  tbody
  tr
  td.product-name
  strong.product-quantity {
  position: absolute;
  left: 170px;
  z-index: 9999;
  top: 2px;
}
/*18-04-2022*/

@media (max-width: 1200px) {
  #myArts .arts-container .view-5 {
    width: 25%;
  }
}

@media (max-width: 1100px) {
  .oxel_toc__container {
    overflow-x: scroll;
  }
  #code_block-43-32 .mine-order-table {
    min-width: 1079px;
  }
  div#div_block-24-32::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #e8e7e7;
  }
  div#div_block-24-32::-webkit-scrollbar {
    width: 4px;
    background-color: #bcc585;
    border-radius: 4px;
    border: 1px solid #bcc585;
  }
}
@media (max-width: 1024px) {
  .mdd-cart-section form.woocommerce-cart-form {
    width: 100%;
    overflow: auto;
  }
  .mdd-cart-section div#-woo-cart-3-30 {
    overflow: auto;
    width: 100%;
  }
  .variations-right ul.variations-items li select {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .variations-right ul.variations-items li select {
    width: 130px;
  }
  #div_block-13-63 #div_block-57-63 {
    width: 100%;
    align-items: unset;
  }

  .faq-form-wrapper form p input[type="text"],
  .faq-form-wrapper form p textarea {
    width: 100%;
  }

  #div_block-13-63 #div_block-57-63 form {
    display: block;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .jes-navbar .oxy-header-container {
    flex-direction: row !important;
    width: 100%;
  }
  .jes-navbar .oxy-header-center {
    justify-content: flex-start !important;
  }
  .jes-menu ul li:first-child a {
    padding-left: 24px !important;
  }
}

@media (max-width: 768px) {
  .print-loader {
    z-index: 9999;
  }
  .variations-right ul.variations-items li.val-checkbox {
    justify-content: space-between;
    width: auto;
  }
  li.var-add-to-cart input[type="submit"] {
    margin-bottom: 20px;
  }
  .variations-right ul.variations-items li.var-qty input {
    min-width: 250px;
  }
  .variations-right ul.variations-items li select {
    width: 250px;
  }
  .variations-right ul.variations-items {
    display: block;
  }
  .variations-right ul.variations-items li.attr-val.var-price {
    vertical-align: middle;
  }
  .variations-right {
    width: 87%;
  }
  .product-row h3.product-title {
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .variations-right ul.variations-items li {
    display: block;
  }
  form.add-print-cart {
    display: flex;
  }
  .variations-left {
    width: 13%;
    align-items: center;
    justify-content: left;
  }
  #_header_row-22-87 .oxy-header-container {
    flex-direction: row !important;
    margin-left: unset !important;
    margin-right: unset !important;
    width: 100%;
  }

  #_header_row-22-87 .oxy-header-container .oxy-header-center {
    order: 3;
    justify-content: flex-end !important;
    flex-grow: 0 !important;
  }

  #_header_row-22-87 .oxy-header-container .oxy-header-left img {
    width: auto !important;
    height: 72px !important;
  }

  #_header_row-22-87 .oxy-header-container .oxy-header-right {
    margin-right: auto;
    margin-left: auto;
  }

  header #_header_row-22-87 .oxy-nav-menu-hamburger-wrap {
    margin-right: 0 !important;
  }

  #link-24-87 {
    margin-bottom: 0 !important;
  }

  #myArts .arts-container .view-5 {
    width: 33.33%;
  }

  #myArts .header-section .sreach-art form input {
    width: 280px;
  }
  .woocommerce-checkout .checkout .col2-set .col-1 {
    width: 100% !important;
  }

  .woocommerce-checkout .checkout .col2-set .col-2 {
    width: 100% !important;
  }
  .woocommerce-checkout
    .checkout
    .col2-set
    .col-2
    .woocommerce-checkout-review-order
    .shop_table
    tr.cart_item
    .product-name
    .product-quantity {
    display: unset !important;
  }
  .page-id-31 .oxy-woo-checkout .woocommerce-order .order_details li {
    width: 43%;
  }
  .page-id-31
    .oxy-woo-checkout
    .woocommerce-order
    .order_details
    li:nth-child(even) {
    border-right: none;
  }
  .page-id-31
    .oxy-woo-checkout
    .woocommerce-order
    .order_details
    tbody
    .order_item
    .product-name
    .product-quantity {
    display: unset !important;
  }
  .col-left {
    width: 100%;
    margin: 0 auto;
  }
  .col-right {
    width: 100%;
  }
  .col-right {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkout .col2-set .col-1 {
    padding: 30px 15px !important;
  }
  .wc-billing-area {
    flex-direction: column;
  }
  .wc-billing-area .wc-billing-area-right {
    padding-left: 0;
  }
  .mine-data-form-wrapper form .cstm-left-section {
    width: 100%;
    padding-right: 0;
  }
  .cstm-right-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 10px;
  }
  .mdd-footer-text .footer-contact-section {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .mdd-footer-text {
    flex-direction: column !important;
    text-align: center;
    align-items: center !important;
    justify-content: center;
  }
  .mdd-footer-text .footer-contact-section a {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center !important;
    margin-bottom: 5px;
  }
  .mdd-footer-text div#div_block-167-11 {
    padding-bottom: 0;
  }
  .mdd-footer-text div#div_block-312-11 {
    padding-top: 10px !important;
  }
  select#wpacu_assets_list_layout {
    width: 100%;
  }
  .variations-right ul.variations-items li.var-qty input {
    min-width: 100%;
  }
  .artist-name {
    display: block;
  }
  .artist-name-inner {
    justify-content: space-between;
  }
  .artist-name a {
    text-align: right;
    float: right;
    margin-bottom: 26px;
    margin-top: 12px;
  }
  .variations-right ul.variations-items {
    flex-wrap: wrap;
  }
  .variations-right ul.variations-items li {
    margin-bottom: 10px;
  }

  .variations-right ul.variations-items li:last-child {
    margin-bottom: 0;
  }
  .variations-left {
    width: 30%;
    padding-right: 15px;
  }
  .variations-right {
    float: left;
    width: 70%;
  }
  .variations-right ul.variations-items li.attr-val.var-price {
    margin-right: 5px;
  }
  .variations-right ul.variations-items li.val-checkbox {
    padding: 0 5px;
  }
  .variations-right ul.variations-items li select {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  #myArts .header-section {
    display: block;
  }

  #myArts .arts-container .view-5 {
    width: 50%;
  }

  #myArts .header-section .sreach-art form {
    position: relative;
    margin-top: 10px;
  }

  #myArts .header-section .sreach-art form button.search-submit {
    position: absolute;
    right: 0;
  }

  #myArts .header-section .sreach-art form input {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-form-wrapper form p {
    width: 100%;
    padding: 0 !important;
  }
  .front-login-form-container {
    width: 90%;
  }
  .page-id-31 .oxy-woo-checkout .woocommerce-order .order_details li {
    width: 100%;
    border-right: none;
  }
  .page-id-31
    .oxy-woo-checkout
    .woocommerce-order
    .order_details
    tbody
    .order_item
    .product-name
    a {
    font-size: 14px;
  }
  .page-id-31
    .oxy-woo-checkout
    .woocommerce-order
    .order_details
    tbody
    .order_item
    .product-name
    .wc-item-meta {
    padding-left: 10px;
  }
  .page-id-31
    .oxy-woo-checkout
    .woocommerce-order
    .woocommerce-thankyou-order-received {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  .woocommerce-checkout
    .checkout
    .col2-set
    .col-2
    .woocommerce-checkout-review-order
    .shop_table
    tbody
    tr
    td.product-name
    strong.product-quantity {
    left: 166px;
    top: 2px;
  }
}
