div.quick-view {
  /*overflow: hidden;*/
  zoom: 1;
}
div.quick-view .product:before,
div.quick-view .product:after {
  content: " ";
  display: table;
}
div.quick-view .product:after {
  clear: both;
}
div.quick-view div.quick-view-image {
  margin: 0;
  width: 38% !important;
  float: left;
  box-sizing: border-box;
}
div.quick-view div.quick-view-image img {
  display: block;
  margin: 0 0 20px;
  border: 1px solid #eee;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
div.quick-view div.quick-view-image a.button {
  display: block;
  text-align: center;
  padding: 1em;
  margin: 0;
}
div.quick-view div.quick-view-content {
  overflow: auto;
  width: 56%;
  float: right;
}
.post-type-archive-product .pp_woocommerce_quick_view .pp_description,
.tax-product_cat .pp_woocommerce_quick_view .pp_description,
.post-type-archive-product .pp_woocommerce_quick_view .pp_social,
.tax-product_cat .pp_woocommerce_quick_view .pp_social,
.post-type-archive-product .pp_woocommerce_quick_view .pp_close,
.tax-product_cat .pp_woocommerce_quick_view .pp_close {
  display: none !important;
}
.post-type-archive-product .pp_content,
.tax-product_cat .pp_content {
  overflow: auto;
  height: auto !important;
}

div.pp_woocommerce .pp_close {
  font-size: 26px !important;
}

/*.quick-view-button span {
  margin-right: .875em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #000;
  position: relative;
  border-radius: 65% 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quick-view-button span:before,
.quick-view-button span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
.quick-view-button span:before {
  height: .5em;
  width: .5em;
  background: #fff;
  margin-top: -0.25em;
  margin-left: -0.25em;
}
.quick-view-button span:after {
  height: .25em;
  width: .25em;
  background: #000;
  margin-top: -0.125em;
  margin-left: -0.125em;
}*/
.quick-view-detail-button {
  font-size: 100%;
  margin: 0;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 6px 10px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  left: auto;
  text-shadow: 0 1px 0 #ffffff;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid #c7c0c7;
  background: #f7f6f7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
  background: -webkit-linear-gradient(#f7f6f7, #dfdbdf);
  background: -moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  background: -moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
  white-space: nowrap;
  display: block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.075), inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* START - Product Popup */

#top .quick-view label {
  font-size: 15px !important;
}

.quick-view p {
  margin: 5px 0 !important;
  font-size:16px !important;
}

.quick-view input {
  margin: 0 !important;
  font-size: 15px !important;
}

/* start - fansy checkbox */
#top .fansy_checkbox {
  display: none !important;
}

#top .fansy_checkbox + label {
    display: block;
    cursor: pointer;
}

#top .fansy_checkbox + label:after {
  margin: 0 !important;
  margin-right: 10px !important;
  float: left;
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: block;
  width: 1em;
  height: 1em;
  color: transparent;
  transition: .2s;
  padding: 0.15em;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
}

#top .fansy_checkbox.error + label:after {
  border-color: red;
}

#top .fansy_checkbox:checked + label:after {
  background-color: #e60000;
  border-color: #e60000;
  color: #fff;
}

#top .fansy_checkbox + label:active:after {
  transform: scale(0);
}

#top .fansy_checkbox:disabled + label:after {
  transform: scale(1);
  border-color: #aaa;
}

#top .fansy_checkbox:checked:disabled + label:after {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

#top .inline_small_check .fansy_checkbox + label:after {
    float: left;
    padding: 0.15em;
    margin-top: 5px !important;
}

#top .inline_small_check .fansy_checkbox + label:active:after {
    transform: none;
}

#top .inline_small_check a {
    margin-top: 5px;
    vertical-align: sub;
    display: inline-block;
}

/* end - fansy checkbox */

.quick-view .clearfix {
  clear: both;
}

.quick-view .extra_space {
  height: 20px;
  display: block;
}

.quick-view .popup_inline_block {
  display: inline-block;
}

.quick-view .popup_section {
  margin: 5px 0 !important;
}

.quick-view .popup-right {
  float: right;
}

.quick-view .product .edit_link {
    display: inline-block;
}

.quick-view .product .edit_link a {
    color: initial;
}

.quick-view .product .edit_link a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: initial;
}

/*.quick-view .image .single-product-main-image {
    width: auto !important;
}*/

.quick-view .image .single-product-main-image .woocommerce-main-image {
    pointer-events: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#top .quick-view .create-product .woocommerce-product-gallery, 
#top .quick-view .image .update-delete-product .woocommerce-product-gallery,
#top .quick-view .video .update-delete-product .images img {
    display: none;
}

.product .woocommerce-product-gallery {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.product .woocommerce-product-gallery iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product .images a, .product iframe {
    display: block;
    padding: 5px;
    border: 1px solid #e1e1e1;
}

#top .quick-view .product .images div {
  display: flex;
}

#top .quick-view .thumbnails {
  display: inline-block;
  margin-top: 20px;
}

#top .quick-view .thumbnails .images {
  float: left;
  width: 31.3%;
  margin: 0 4px 4px 0;
  clear: none;
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  cursor: pointer;
}

#top .quick-view .thumbnails .images img {
  height: auto !important
}

#top .quick-view .thumbnails .images ul.actions {
  position: absolute;
  top: -8px;
  right: -8px;
  padding: 2px;
  display: none;
}

#top .quick-view .thumbnails .images:hover ul.actions {
  display: block;
}

#top .quick-view .thumbnails .images ul a.delete {
  display: block;
  text-indent: -9999px;
  position: relative;
  height: 1em;
  width: 1em;
  font-size: 1.7em;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

#top .quick-view .thumbnails .images ul a.delete::before {
  font-family: Dashicons;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "";
  color: #999;
  background: #fff;
  border-radius: 50%;
  height: 1em;
  width: 1em;
  line-height: 1em;
}
#top .quick-view ._message label {
  font-size: 15px !important;
  vertical-align: middle;
}

.quick-view ._message ._yes_no {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.quick-view .delete_message .delete_yes_no {
    margin-top: 8px;
}

.quick-view .single-product-summary div {
    text-align: center;
    border-color: #f8f8f8;
}

.quick-view .product .product_details {
    display: grid;
    padding-top: 6px;
}

.quick-view .product .popup_just_description {
    /*overflow: auto;*/
    border: 3px dashed rgb(216, 213, 213);
    border-radius: 20px;
    background-color: rgb(250, 250, 250);
    font-size: 15px;
    text-align: left;
    display: block;
    padding: 15px;
    margin: 13px 0;
}

#top .quick-view .product_price {
  display: inline-flex;
}


#top .quick-view .product .popup_price {
  margin-right: 1em !important;
}

#top .quick-view .show_currency {
  padding: 8px 0;
  display: inline-block;
  font-size: 16px;
}

#top .quick-view .product .popup_negotation{
  padding: 8px 0;
}

#top .quick-view .show_email {
  font-family: sans-serif;
  color: #c63f3f;
  font-size: 16px !important;
  padding: 0px;
  display: block;
}  

#top .quick-view .product_policy {
  display: flex;
}

#top .product textarea {
  margin: 10px 0;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  display: initial;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
}

#top .product input {
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    display: inline-block;
    background-color: #fff !important;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
}

#top .quick-view-calendar .support_field label {
  color: red;
  font-size: 15px !important;
  margin-right: 10px;
}

#top .quick-view input::placeholder {
  font-size: 15px;
}

#top .quick-view input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 15px;
}

#top .quick-view input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 15px;
}

#top .quick-view .update_video_url {
  margin: 10px 10px 10px 0 !important;
}

.quick-view .popup_design img {
    margin-top: 8px;
    width: 120px !important;
    height: 120px;
    border: 1px solid lightgray;
    cursor: pointer;
}

.quick-view .popup_design span {
    display: block;
}

.quick-view .popup_design button {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    min-width: auto;
}

.quick-view .popup_design .upload_image_button {
    width: 83px;
}

.quick-view .popup_design button:hover {
    background-color: #fafafa !important;
    border-color: #999 !important;
    color: #23282d !important;
}

.quick-view .action_spinner {
  margin: 10px 0;
  vertical-align: middle;
}

.quick-view hr {
  margin: 5px 0;
}

#top .quick-view .dropdown_aditional_section {
  display: none;
}

#top .quick-view .user_email, #top .quick-view input[type="url"], #top .quick-view .title {
    display: inline-block;
    width: auto;
    min-width: 70%;
    margin-right: 15px;
    font-size:17px;
}

#top .quick-view .popup_action_product {
  display: inline-block;
}

#top .quick-view .action_product {
    margin-top: 0px;
    margin-right: 20px;
}

#top .quick-view button:hover {
  background-color: #ff4d4d;
}

.quick-view .product_error {
  color: red;
  margin: 10px 0;
  font-size: 16px;
}

.quick-view .create-product img.upload_image_button, .quick-view .update-delete-product img.upload_image_button {
  cursor: pointer;
}

.quick-view .info_message {
  color: red;
}

.quick-view label.error {
    display: none !important;
}

.quick-view .error {
    border: 1px solid red !important;
}

.product_response {
    padding: 5px 0;
}

.quick-view #notice {
  margin-top: 0;
}

#notice div::first-letter {
  text-transform: uppercase;
}

/* START - dropdown */

.quick-view .dropdown_section {
  position: relative; 
  display: inline-flex;
}

.quick-view .custom-select-trigger {
    position: relative;
    padding: 5px 33px 5px 17px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #9e9e9e;
    border-radius: 5px;
    cursor: pointer;
    min-width: 160px
}

.quick-view .product_category .custom-select-trigger {
  padding: 4px 33px 6px 17px;
  min-width: 200px;
}

.quick-view .popup_currency .custom-select-trigger {
  padding: 6px 33px 7px 17px;
}

.quick-view .custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 10px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.quick-view .custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.quick-view .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 8px 0;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    text-align: center;
    max-height: 310px;
}

.quick-view .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.quick-view .custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 10px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.quick-view .option-hover:before {
    background: #f2f2f2;
}

.quick-view .custom-option {
    position: relative;
    display: block;
    /*padding: 0 22px;*/
    border-bottom: 1px solid #b5b5b5;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.quick-view .custom-option:first-of-type {
    border-radius: 3px 3px 0 0;
}
.quick-view .custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.quick-view .custom-option:hover,
.quick-view .custom-option.selection {
    background: #f88d8f;
}

/* END - dropdown */

/* END - Product Popup */

@media only screen and (max-width: 1270px) {
    #top .quick-view .popup-right {
      float: none;
      display: block;
    }
}

@media only screen and (max-width: 768px) {
    div.quick-view div.quick-view-image,
    div.quick-view div.quick-view-content {
        float: none !important;
        width: 100% !important;
    }
    /* START - custom changes */
    div.quick-view {
        overflow: visible;
    }

    #top .quick-view .update_video_url {
        width: 100%;
    }

    .quick-view .product .product_details {
        display: inline-block;
        width: 100%;
    }

    .quick-view .deal_description {
        margin: 7px 2px;
        width: 100%;
    }
    #top .quick-view .popup-right {
      float: right;
    }
  /* END - custom changes */
}

@media only screen and (max-width: 530px) {
    #top .quick-view .popup-right {
      float: none;
      display: block;
    }
}
