@keyframes wpcbn-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpcbn-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.wpcbn-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
}
div.wpcbn-hide-atc .single_add_to_cart_button:not(.wpcbn-btn), li:not(.product-type-variable).wpcbn-hide-atc .add_to_cart_button:not(.wpcbn-btn) {
display: none !important;
}
li.product-type-variable .wpcbn-btn, li.product-type-grouped .wpcbn-btn, li.product-type-external .wpcbn-btn {
display: none !important;
}
.wpcbn-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998;
opacity: 0;
visibility: hidden;
}
.wpcbn-area {
font-size: 14px;
padding: 0;
height: 100%;
max-height: 100%;
z-index: 99999999;
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
right: 0;
width: 90%;
max-width: 460px;
box-sizing: border-box;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
body.wpcbn-show .wpcbn-overlay {
opacity: 1;
visibility: visible;
}
body.wpcbn-show .wpcbn-area {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .wpcbn-area.wpcbn-area-left {
top: 0;
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
} .wpcbn-area.wpcbn-area-top {
top: -100%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-top .wpcbn-inner {
max-height: 80%;
}
body.wpcbn-show .wpcbn-area.wpcbn-area-top {
top: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-area-bottom {
top: auto;
bottom: -100%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-bottom .wpcbn-inner {
max-height: 80%;
bottom: 0;
}
body.wpcbn-show .wpcbn-area.wpcbn-area-bottom {
top: auto;
bottom: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-area-center {
top: -50%;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
}
.wpcbn-area.wpcbn-area-center .wpcbn-inner {
max-height: 80%;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
body.wpcbn-show .wpcbn-area.wpcbn-area-center {
top: 0;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
} .wpcbn-area.wpcbn-loading .wpcbn-inner:before {
width: 32px;
height: 32px;
display: block;
margin-top: -16px;
margin-left: -16px;
content: '';
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-buy-now-button/assets/images/curve.svg);
background-repeat: no-repeat;
background-position: center;
position: absolute;
top: 50%;
left: 50%;
z-index: 8;
-webkit-animation: wpcbn-spinner 1s linear infinite;
-moz-animation: wpcbn-spinner 1s linear infinite;
-ms-animation: wpcbn-spinner 1s linear infinite;
-o-animation: wpcbn-spinner 1s linear infinite;
animation: wpcbn-spinner 1s linear infinite;
}
.wpcbn-inner {
width: 100%;
max-width: 460px;
height: 100%;
max-height: 100%;
position: fixed;
display: flex;
flex-direction: column;
}
.wpcbn-area > div {
align-self: stretch;
}
.wpcbn-area * {
box-sizing: border-box;
}
.wpcbn-inner {
background-color: #ffffff !important;
background-image: none !important;
}
.wpcbn-inner:after {
display: none !important;
}
.wpcbn-inner.wpcbn-inner-loading:before {
color: #222222 !important;
}
.wpcbn-inner.wpcbn-inner-loading:after {
background-color: rgba(255, 255, 255, 0.7) !important;
}
.wpcbn-inner .wpcbn-inner-mid {
height: 100%;
max-height: 100%;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
.wpcbn-area form.checkout {
display: flex;
flex-direction: column;
margin-bottom: 0 !important;
}
.wpcbn-area form.checkout > *, .wpcbn-area form.checkout .row > * {
width: 100% !important;
max-width: 100% !important;
float: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
flex: 0 0 auto !important;
}
.wpcbn-checkout-form {
padding: 20px;
}
.wpcbn-inner .wpcbn-inner-top {
height: 48px;
line-height: 48px;
padding: 0 20px;
color: #222222;
font-weight: 700;
background-color: #eeeeee;
text-transform: uppercase;
position: relative;
}
.wpcbn-inner .wpcbn-inner-top .wpcbn-close {
display: inline-block;
width: 48px;
height: 48px;
line-height: 48px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
font-size: 0;
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-buy-now-button/assets/images/close-dark.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px;
}
.wpcbn-inner .wpcbn-inner-mid {
flex-grow: 1;
}.wpcpf-faqs {
display: block;
}
.wpcpf-faqs .wpcpf-faq {
display: block;
margin-bottom: 20px;
}
.wpcpf-faqs .wpcpf-faq:last-child {
margin-bottom: 0;
}
.wpcpf-faqs .wpcpf-faq .wpcpf-faq-title {
font-weight: 700;
margin-bottom: 10px;
background-color: #eee;
padding: 4px 10px;
border-radius: 4px;
}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url(//yourbargainmart.online/wp-content/plugins/wpc-product-table/assets/libs/datatables/DataTables-1.10.22/images/sort_both.png)}table.dataTable thead .sorting_asc{background-image:url(//yourbargainmart.online/wp-content/plugins/wpc-product-table/assets/libs/datatables/DataTables-1.10.22/images/sort_asc.png)}table.dataTable thead .sorting_desc{background-image:url(//yourbargainmart.online/wp-content/plugins/wpc-product-table/assets/libs/datatables/DataTables-1.10.22/images/sort_desc.png)}table.dataTable thead .sorting_asc_disabled{background-image:url(//yourbargainmart.online/wp-content/plugins/wpc-product-table/assets/libs/datatables/DataTables-1.10.22/images/sort_asc_disabled.png)}table.dataTable thead .sorting_desc_disabled{background-image:url(//yourbargainmart.online/wp-content/plugins/wpc-product-table/assets/libs/datatables/DataTables-1.10.22/images/sort_desc_disabled.png)}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_length select{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;padding:4px}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{border:1px solid #aaa;border-radius:3px;padding:5px;background-color:transparent;margin-left:3px}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}.wpc_product_table_wrapper {
max-width: 100%;
}
.wpc_product_table_container {
display: inline-block;
clear: both;
width: 100%;
margin-top: 20px;
margin-bottom: 8px;
overflow-x: auto;
}
.wpc_product_table {
width: 100% !important;
box-sizing: border-box !important;
}
.wpc_product_table .wpc_product_table_td_thumbnail a {
display: block;
margin-left: auto;
margin-right: auto;
}
.wpc_product_table .wpc_product_table_td_thumbnail img {
display: block;
max-width: 120px;
margin-top: 0;
margin-bottom: 0;
height: auto;
}
.wpc_product_table_td_thumbnail.wpc_product_table_td_align_left img {
margin-left: 0;
margin-right: auto;
}
.wpc_product_table_td_thumbnail.wpc_product_table_td_align_center img {
margin-left: auto;
margin-right: auto;
}
.wpc_product_table_td_thumbnail.wpc_product_table_td_align_right img {
margin-left: auto;
margin-right: 0;
}
.wpc_product_table_td_review .star-rating {
display: inline-block;
}
.wpc_product_table_td_add_to_cart p {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
.wpc_product_table_td_align_center {
text-align: center;
}
.wpc_product_table_td_align_right {
text-align: right;
}
.wpc_product_table_td_valign_middle {
vertical-align: middle;
}
.wpc_product_table_td_valign_bottom {
vertical-align: bottom;
} .wpc_product_table_wrapper_style_default {
max-width: 100%;
}
.wpc_product_table_wrapper_style_default .wpc_product_table {
display: inline-table;
border-radius: 4px;
overflow: hidden;
}
.wpc_product_table_wrapper_style_default .wpc_product_table a {
text-decoration: none !important;
outline: none !important;
}
.wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_length select {
border-color: #dddddd;
}
.wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_filter input {
border-radius: 4px;
border-color: #dddddd;
box-shadow: none;
outline: none;
}
.wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_filter input:focus {
background-color: #efefef;
}
.wpc_product_table_wrapper_style_default .wpc_product_table .button, .wpc_product_table_wrapper_style_default .wpc_product_table .added_to_cart {
border-radius: 4px;
display: block;
width: 100%;
margin: 3px 0;
text-align: center;
}
.wpc_product_table_wrapper_style_default .wpc_product_table .wpc_product_table_tr:hover td {
background-color: rgba(0, 0, 0, .005);
}
.wpc_product_table_wrapper_style_default .wpc_product_table thead th, .wpc_product_table_wrapper_style_default .wpc_product_table tfoot th {
background-color: #dfdfdf;
border: none;
}
.wpc_product_table_wrapper_style_default .wpc_product_table thead .sorting {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-lg'%3E%3Cpath fill='rgba(0,0,0,.2)' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_default .wpc_product_table thead .sorting_asc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-lg'%3E%3Cpath fill='%23222222' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_default .wpc_product_table thead .sorting_desc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-lg'%3E%3Cpath fill='%23222222' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_default .wpc_product_table .wpc_product_table_td {
border-color: #eeeeee;
}
.wpc_product_table_wrapper_style_default .wpc_product_table .wpc_product_table_td_thumbnail img {
border-radius: 4px;
}
.wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_paginate .paginate_button {
background-color: #efefef;
background-image: none;
border-radius: 4px;
border: none;
outline: none;
}
.wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .wpc_product_table_wrapper_style_default .dataTables_wrapper .dataTables_paginate .paginate_button.current {
background-color: #dfdfdf;
background-image: none;
border-radius: 4px;
border: none;
} .wpc_product_table_wrapper_style_01 {
max-width: 100%;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table {
display: inline-table;
border-radius: 4px;
overflow: hidden;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table a {
text-decoration: none !important;
outline: none !important;
}
.wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_length select {
border-color: #dddddd;
}
.wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_filter input {
border-radius: 4px;
border-color: #dddddd;
box-shadow: none;
outline: none;
}
.wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_filter input:focus {
background-color: #efefef;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table .button, .wpc_product_table_wrapper_style_01 .wpc_product_table .added_to_cart {
border-radius: 4px;
display: block;
width: 100%;
margin: 3px 0;
text-align: center;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table .wpc_product_table_tr:hover td {
background-color: rgba(0, 0, 0, .005);
}
.wpc_product_table_wrapper_style_01 .wpc_product_table thead th, .wpc_product_table_wrapper_style_01 .wpc_product_table tfoot th {
background-color: #00a0d2;
color: #ffffff;
border: none;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table thead .sorting {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-lg'%3E%3Cpath fill='rgba(255,255,255,.5)' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table thead .sorting_asc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table thead .sorting_desc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table .wpc_product_table_td {
border-color: #eeeeee;
}
.wpc_product_table_wrapper_style_01 .wpc_product_table .wpc_product_table_td_thumbnail img {
border-radius: 4px;
}
.wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_paginate .paginate_button {
background-color: #efefef;
background-image: none;
color: #111111;
border-radius: 4px;
border: none;
outline: none;
}
.wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .wpc_product_table_wrapper_style_01 .dataTables_wrapper .dataTables_paginate .paginate_button.current {
background-color: #00a0d2;
background-image: none;
color: #ffffff !important;
border-radius: 4px;
border: none;
} .wpc_product_table_wrapper_style_02 {
max-width: 100%;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table {
display: inline-table;
border-radius: 4px;
overflow: hidden;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table a {
text-decoration: none !important;
outline: none !important;
}
.wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_length select {
border-color: #dddddd;
}
.wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_filter input {
border-radius: 4px;
border-color: #dddddd;
box-shadow: none;
outline: none;
}
.wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_filter input:focus {
background-color: #efefef;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table .button, .wpc_product_table_wrapper_style_02 .wpc_product_table .added_to_cart {
border-radius: 4px;
display: block;
width: 100%;
margin: 3px 0;
text-align: center;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table .wpc_product_table_tr:hover td {
background-color: rgba(0, 0, 0, .005);
}
.wpc_product_table_wrapper_style_02 .wpc_product_table thead th, .wpc_product_table_wrapper_style_02 .wpc_product_table tfoot th {
background-color: #46b450;
color: #ffffff;
border: none;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table thead .sorting {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-lg'%3E%3Cpath fill='rgba(255,255,255,.5)' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table thead .sorting_asc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table thead .sorting_desc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table .wpc_product_table_td {
border-color: #eeeeee;
}
.wpc_product_table_wrapper_style_02 .wpc_product_table .wpc_product_table_td_thumbnail img {
border-radius: 4px;
}
.wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_paginate .paginate_button {
background-color: #efefef;
background-image: none;
color: #111111;
border-radius: 4px;
border: none;
outline: none;
}
.wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .wpc_product_table_wrapper_style_02 .dataTables_wrapper .dataTables_paginate .paginate_button.current {
background-color: #46b450;
background-image: none;
color: #ffffff !important;
border-radius: 4px;
border: none;
} .wpc_product_table_wrapper_style_03 {
max-width: 100%;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table {
display: inline-table;
border-radius: 4px;
overflow: hidden;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table a {
text-decoration: none !important;
outline: none !important;
}
.wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_length select {
border-color: #dddddd;
}
.wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_filter input {
border-radius: 4px;
border-color: #dddddd;
box-shadow: none;
outline: none;
}
.wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_filter input:focus {
background-color: #efefef;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table .button, .wpc_product_table_wrapper_style_03 .wpc_product_table .added_to_cart {
border-radius: 4px;
display: block;
width: 100%;
margin: 3px 0;
text-align: center;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table .wpc_product_table_tr:hover td {
background-color: rgba(0, 0, 0, .005);
}
.wpc_product_table_wrapper_style_03 .wpc_product_table thead th, .wpc_product_table_wrapper_style_03 .wpc_product_table tfoot th {
background-color: #ff6600;
color: #ffffff;
border: none;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table thead .sorting {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-lg'%3E%3Cpath fill='rgba(255,255,255,.5)' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table thead .sorting_asc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table thead .sorting_desc {
background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='sort-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-lg'%3E%3Cpath fill='%23ffffff' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' class=''%3E%3C/path%3E%3C/svg%3E");
background-size: 8px;
background-repeat: no-repeat;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table .wpc_product_table_td {
border-color: #eeeeee;
}
.wpc_product_table_wrapper_style_03 .wpc_product_table .wpc_product_table_td_thumbnail img {
border-radius: 4px;
}
.wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_paginate .paginate_button {
background-color: #efefef;
background-image: none;
color: #111111;
border-radius: 4px;
border: none;
outline: none;
}
.wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .wpc_product_table_wrapper_style_03 .dataTables_wrapper .dataTables_paginate .paginate_button.current {
background-color: #ff6600;
background-image: none;
color: #ffffff !important;
border-radius: 4px;
border: none;
}@keyframes wpcuf-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes wpcuf-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.wpcuf-uf-wrap {
position: relative;
}
.wpcuf-uf-wrap.wpcuf-uf-wrap-loading {
pointer-events: none;
}
.wpcuf-uf-wrap.wpcuf-uf-wrap-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.wpcuf-uf-wrap.wpcuf-uf-wrap-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: wpcuf-spinner 1s linear infinite;
-webkit-animation: wpcuf-spinner 1s linear infinite;
}
.wpcuf-uf-wrap .wpcuf-uf-header {
margin-bottom: 20px;
}
.wpcuf-uf-wrap .wpcuf-uf-header .wpcuf-uf-heading {
font-weight: 700;
font-size: 20px;
color: #222222;
}
.wpcuf-uf-wrap .wpcuf-uf-products {
display: flex;
max-width: 100%;
overflow-x: auto;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
width: 240px;
min-width: 240px;
padding: 10px;
border: 1px solid transparent;
position: relative;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product .wpcuf-uf-product-atc {
cursor: pointer;
display: block;
width: 32px;
height: 32px;
line-height: 30px;
text-align: center;
border: 1px solid #dddddd;
background-color: #ffffff;
font-size: 0;
position: absolute;
top: 10px;
right: 10px;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product .wpcuf-uf-product-atc .wpcuf-uf-product-add {
width: 30px;
height: 30px;
display: block;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product .wpcuf-uf-product-atc .wpcuf-uf-product-add:after {
width: 30px;
height: 30px;
display: block;
content: "";
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-smart-upsell-funnel/assets/images/add.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
position: absolute;
top: 0;
left: 0;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product:hover {
border-color: green;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product:hover .wpcuf-uf-product-atc {
background-color: green;
border-color: green;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product:hover .wpcuf-uf-product-atc .wpcuf-uf-product-add:after {
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-smart-upsell-funnel/assets/images/add_light.svg);
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product.wpcuf-uf-product-loading .wpcuf-uf-product-add:after {
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-smart-upsell-funnel/assets/images/curve.svg);
-webkit-animation: wpcuf-spinner 1s linear infinite;
-moz-animation: wpcuf-spinner 1s linear infinite;
-ms-animation: wpcuf-spinner 1s linear infinite;
-o-animation: wpcuf-spinner 1s linear infinite;
animation: wpcuf-spinner 1s linear infinite;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product.wpcuf-uf-product-loading:hover .wpcuf-uf-product-atc {
background-color: green;
border-color: green;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product.wpcuf-uf-product-loading:hover .wpcuf-uf-product-atc .wpcuf-uf-product-add:after {
background-image: url(//yourbargainmart.online/wp-content/plugins/wpc-smart-upsell-funnel/assets/images/curve_light.svg);
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product.wpcuf-uf-product-disabled .wpcuf-uf-product-atc {
opacity: 0.5;
cursor: not-allowed;
}
.wpcuf-uf-wrap .wpcuf-uf-products .wpcuf-uf-product .added_to_cart {
display: none !important;
}
.wpcuf-ob-wrap {
margin-bottom: 30px;
position: relative;
}
.wpcuf-ob-wrap.wpcuf-ob-wrap-loading {
pointer-events: none;
}
.wpcuf-ob-wrap.wpcuf-ob-wrap-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.wpcuf-ob-wrap.wpcuf-ob-wrap-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: wpcuf-spinner 1s linear infinite;
-webkit-animation: wpcuf-spinner 1s linear infinite;
}
.wpcuf-ob-wrap .wpcuf-ob-inner {
border-width: 2px;
border-style: dashed;
border-color: #dddddd;
padding: 10px;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-header {
position: relative;
color: #ffffff;
background-color: #00CBB4;
padding: 4px 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-header:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: -8px;
border-left: 4px solid #00CBB4;
border-top: 4px solid #00CBB4;
border-right: 4px solid transparent;
border-bottom: 4px solid transparent;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-header .wpcuf-ob-checkbox {
cursor: pointer;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-header .wpcuf-ob-checkbox .wpcuf-ob-checkbox-input {
margin-right: 10px;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-header .wpcuf-ob-checkbox .wpcuf-ob-checkbox-label {
font-weight: 500;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content {
margin-top: 10px;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content .wpcuf-ob-product {
display: flex;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content .wpcuf-ob-product .wpcuf-ob-product-image {
width: 40%;
flex: 0 0 40%;
margin-right: 10px;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content .wpcuf-ob-product .wpcuf-ob-product-image img {
width: 100%;
height: auto;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content .wpcuf-ob-product .wpcuf-ob-product-info {
flex-grow: 1;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-content .wpcuf-ob-product .wpcuf-ob-product-info .wpcuf-ob-product-name {
font-weight: 700;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-footer {
position: relative;
margin-top: 10px;
background-color: #f6f6f6;
padding: 4px 10px;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-footer:before {
content: "";
display: block;
position: absolute;
right: 0;
top: -8px;
border-right: 4px solid #f6f6f6;
border-bottom: 4px solid #f6f6f6;
border-left: 4px solid transparent;
border-top: 4px solid transparent;
}
.wpcuf-ob-wrap .wpcuf-ob-inner .wpcuf-ob-footer .wpcuf-ob-text {
font-style: italic;
text-align: center;
}html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
overflow: hidden;
}
html.yith-quick-view-is-open .select2-container.select2-container--open {
z-index: 1500;
}
html.yith-quick-view-is-open.yith-quick-view-on-mobile .select2-container.select2-container--open {
z-index: 999999;
}
#yith-quick-view-modal {
position: fixed;
visibility: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1400;
opacity: 0;
text-align: center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.yith-wcqv-head {
position: absolute;
top: 15px;
right: 15px;
z-index: 1000;
width: 30px;
height: 30px;
}
#yith-quick-view-modal:before { ; display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
#yith-quick-view-modal span.onsale {
top: 25px;
left: 25px;
right: auto;
z-index: 10;
}
#yith-quick-view-modal .yith-wcqv-wrapper .woocommerce-variation-description p {
font-size: 16px;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
display: inline-block;
vertical-align: middle;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
height: 600px;
width: 1000px;
position: absolute;
}
.yith-quick-view.yith-modal .yith-wcqv-wrapper {
position: absolute;
visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
}
#yith-quick-view-modal .yith-wcqv-main { -moz-transform: translateY(20%);
-ms-transform: translateY(20%); opacity: 0;
height: 100%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
border-radius: 22px;
}
#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
visibility: visible;
opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content { }
#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before { display: table;
clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
opacity: 1;
height: 100%;
overflow-y: scroll;
position: relative;
border-radius: 22px;
}
#yith-quick-view-close {
border: 1px solid;
position: absolute;
top: 5px;
right: 5px;
width: 20px;
height: 20px;
text-align: center;
line-height: 18px;
z-index: 2;
opacity: 0.5;
}
#yith-quick-view-close:hover {
opacity: 1;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
}
div#yith-quick-view-content div[id^="product"] {
display: flex;
flex-direction: row;
}
#yith-quick-view-content div.images { opacity: 1 !important;
margin: 0;
box-sizing: border-box;
}
#yith-quick-view-content div.images img {
max-width: 100%;
object-fit: cover;
height: 100%;
object-position: center;
}
#yith-quick-view-content div.images a {
display: block;
font-size: 0;
max-height: 600px;
height: 100%;
}
#yith-quick-view-content div.summary {
margin: 0;
padding: 15px; font-size: 16px;
box-sizing: border-box;
overflow-y: auto;
padding-left: 30px;
padding-right:30px;
}
#yith-quick-view-content div.summary.entry-summary .woocommerce-product-details__short-description p{
font-size: 16px;
}
.yith-quick-view-content.woocommerce div.summary .price {
font-size: 22px;
margin-bottom: 15px;
}
.yith-quick-view-content.woocommerce div.summary .price del,
.yith-quick-view-content.woocommerce div.summary .price ins {
display: inline-block;
background: none;
}
.yith-quick-view-content.woocommerce div.summary .price del {
font-size: 80%;
opacity: 0.5;
}
.yith-quick-view-content.woocommerce div.product .product {
height:600px;
}
.yith-quick-view-content.woocommerce div.summary div[itemprop="description"],
.yith-quick-view-content.woocommerce div.summary .product_meta {
font-size: 15px;
}
.yith-quick-view-content.woocommerce div.summary .product_meta span {
margin-bottom: 10px !important;
}
.yith-quick-view-content.woocommerce div.summary div[itemprop="description"] {
margin-bottom: 30px;
}
.yith-quick-view-content.woocommerce div.summary .product_meta > span {
display: block;
}
.yith-quick-view-content.woocommerce div.summary div.quantity,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
margin-right: 15px;
display: inline-block;
}
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px;
}
.yith-quick-view-content.woocommerce div.summary table.variations {
border: 0;
margin-bottom: 0;
}
.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
margin: 10px 0;
display: inline-block;
}
.yith-quick-view-content.woocommerce div.product form.cart .variations select {
float: none;
width: 100%;
max-width: 450px;
}
.yith-quick-view.yith-modal.fade-in.open .yith-quick-view-content.woocommerce div.product form.cart .variations select {
max-width: 350px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
content: '';
display: table;
clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
display: none;
}
#yith-quick-view-content .onsale {
top: 5px;
right: auto;
left: 5px;
}
#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
display: none;
}
li.product .yith-wcqv-button .blockUI.blockOverlay:before {
background: none;
}
.yith-quick-view.yith-modal .yith-quick-view-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
@media( max-width: 480px ){
#yith-quick-view-modal {
position: fixed;
z-index: 1400;
top: 0px;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
overflow: scroll;
height:100%;
}
#yith-quick-view-modal.open .images,
#yith-quick-view-modal.open .images img {
width: 100%!important;
float: none;
}
#yith-quick-view-modal .yith-wcqv-wrapper{
width:100% !important;
height: 100% !important;
top: 0!important;
bottom: 0!important;
left: 0!important;
right: 0!important;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
width: 100%;
height:100%!important;
border-radius:0!important; height:auto;
}
#yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary {
width: 100%;
padding-right: 30px;
float: none;
}
#yith-quick-view-modal #yith-quick-view-content {
height: auto;
}
.yith-quick-view-content.woocommerce div.product .product {
height: calc(100vh - 100px) !important;
}
}
@media( min-width: 480px ) and (max-width: 768px) {
#yith-quick-view-modal .yith-wcqv-wrapper {
height: calc(100vh - 100px) !important;
top: 50px !important;
bottom: 50px !important;
max-width: 450px;
left: 0 !important;
right: 0 !important;
margin-inline: auto;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
height:100%!important;
border-radius:inherit;
}
}
@media (max-width: 768px) {
div#yith-quick-view-content div[id^="product"] {
flex-direction: column;
}
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
height:auto;
border-radius:inherit;
}
#yith-quick-view-modal .yith-quick-view-content div.images,
#yith-quick-view-modal .yith-quick-view-content div.summary {
width: 100% !important;
height: auto;
max-height: none;
}
.yith-quick-view-mobile #yith-quick-view-modal .yith-wcqv-main {
width: 100% !important;
border-radius:0!important;
}
#yith-quick-view-modal #yith-quick-view-content{ }
#yith-quick-view-content div.summary{
overflow:inherit;
}
html.yith-quick-view-is-open  #yith-quick-view-modal {
width: 100% !important;
}
}
@media ( min-width: 768px ) {
#yith-quick-view-modal.open .yith-wcqv-main {
overflow: hidden;
}
#yith-quick-view-content div.summary {
max-height: 600px;
}
} .theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title {
margin-top: 20px;
}
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .price {
font-size: 24px;
}
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .woocommerce-product-details__short-description.
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary .single_variation_wrap .woocommerce-variation-description,
.theme-yith-proteo .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
font-size: 16px;
}
.theme-yith-proteo .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px
}
.theme-yith-proteo .single-product div.product .summary.entry-summary {
padding-left: 30px;
} .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary {
font-size: 16px; }
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .product_title,
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .price {
font-size: 24px;
}
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
font-size: 20px;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
padding: 12px 40px;
border-radius: 12px;
font-size: 15px;
}