.hidden {
    display: none;
}
.acf-field-group {
    min-height:  unset !important;
}
.acf-fields.-border {
    background: transparent;
    border: none;
}
.acf-fields > .acf-field {
    border: none;
    padding: 10px;
}
.acf-field[data-width] + .acf-field[data-width] {
    border: none;
}
.acf-fields.-left > .acf-field:before {
    display: none;
}
.acf-field .acf-input input:not([type="file"]),
.acf-field .acf-input textarea,
.acf-field .acf-input select {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
}
.acf-field .acf-input input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.acf-field .acf-input select:not([multiple]) {
    height: 50px;
}
.acf-field .acf-input textarea {
    padding-top: 4px;
    padding-bottom: 4px;
}
.acf-field .acf-field .acf-input .acf-input-append {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.acf-fields.-left > .acf-field > .acf-label {
    width: 30%;
}
.acf-fields.-left > .acf-field > .acf-input {
    width: 70%;
}
.acf-url i {
    top: 17px;
}
.shootz-modal-form-step.acf-field-group {
    padding: 0;
}
.hidden {
    display: none;
}
.acf-form-submit > * {
    margin: 5px;
}
.acf-fields > .acf-field.terms-field {
    max-height: 200px;
    overflow: auto;
}

.shootz-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
}

.shootz-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.shootz-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.wishlist-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    z-index: 999;
}

.shootz-product-nav {
    width: auto;
    display: flex;
}
.shootz-nav-btn {
    position: relative;
    width: 27px;
    height: 27px;
    margin: 0 3px;
    border-radius: 50%;
    border: 1px solid #82a0b5;
}
.shootz-nav-btn a,
.shootz-nav-btn .uk-icon {
    display: block;
}
.shootz-nav-btn .uk-icon {
    width: 27px;
    height: 27px;
    line-height: 26px;
    text-align: center;
}
.shootz-nav-btn .product-thumb {
    display: none;
    position: absolute;
    width: 90px;
    left: calc( 50% - 48px );
    top: calc( 100% + 5px);
    padding: 2px;
    border: 1px solid #4e536b;
}
.shootz-nav-btn:hover .product-thumb  {
    display: block;
}
.shootz-nav-btn:hover {
    background: rgba(241, 93, 44, 0.91);
    border: 1px solid rgba(241, 93, 44, 0.91);
    color: #fff;
}
.shootz-nav-btn:hover .uk-icon {
    color: #fff !important;
}

.woocommerce-loop-product__title {
    margin-top: 15px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

li.product .shootz-actions {
    display: none;
}
li.product .shootz-actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#shootz-wishlist li.product .shootz-actions {
    display: block;
}

.wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: grid;
    grid-template-columns: 215px auto;
    align-items: center;
}

.dgwt-wcas-search-wrapp {
    margin-right: 0;
    max-width: 100%;
}

ul.acf-radio-list li, ul.acf-checkbox-list li {
    font-size: initial;
}

.acf-field .acf-input input[type="checkbox"], .acf-field .acf-input input[type="radio"] {
    width: 18px;
    height: 18px;
}

.select2-container--default .select2-selection--multiple input.select2-search__field {
    height: auto !important;
    border: none !important;
}

.select2-container .select2-selection--single {
    height: 39px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.acf-form-submit:not(.horizontal) {
    text-align: center;
}
.acf-form-submit.horizontal {
    padding: 0 12px;
    margin-left: 30%;
}

.user-links {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

ul.shootz-account-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.shootz-account-buttons li {
    margin: 10px;
}

.wishlist-table .row-actions {
    font-size: 14px;
    padding: 2px 0 0;
}
.wishlist-table .row-actions span.trash a {
    color: #b32d2e;
}

.js-copy-link {
  position: relative;
}

.js-copy-link .copylink-tooltip {
    font-size: 14px;
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.js-copy-link .copylink-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.js-copy-link:hover .copylink-tooltip {
  visibility: visible;
  opacity: 1;
}

a.glink img {
	filter: none !important;
	-webkit-filter: none !important;
}

.acf-field-adv-gallery .acf-adv-gallery.acf-gallery {
	height: auto;
}

.acf-field-adv-gallery .acf-adv-gallery.acf-gallery .acf-adv-gallery,
.acf-field-adv-gallery .acf-adv-gallery.acf-gallery .acf-gallery-main {
	position: static;
}
.acf-field-adv-gallery .acf-adv-gallery.acf-gallery .acf-gallery-attachments {
	max-height: 400px;
	overflow: scroll;
}
.acf-field-adv-gallery .acf-adv-gallery.acf-gallery .acf-gallery-toolbar {
	position: static;
}

@media ( min-width: 640px ) {
    .dgwt-wcas-search-wrapp {
        max-width: 220px;
    }
    .shootz-input-small .acf-input input,
    .shootz-input-small .acf-input textarea,
    .shootz-input-small .acf-input select {
        max-width: 75%;
    }
}

@media ( min-width: 960px ) {
    .shootz-input-small .acf-input input,
    .shootz-input-small .acf-input textarea,
    .shootz-input-small .acf-input select {
        max-width: 50%;
    }
}

@media (max-width: 959px) {
	.acf-fields > .acf-field.col-left, .acf-fields > .acf-field.col-right {
		width: 100% !important;
	}
}