@charset "UTF-8";
#wcp-debug {
padding: 0 0 0;
font-size: 1em;
margin-bottom: 20px;
}
#wcp-debug #wcp-debug-header {
background: #3d9cd2;
color: #ffffff;
padding: 10px 20px;
cursor: pointer;
position: relative;
}
#wcp-debug #wcp-debug-header .wcp-debug-toggle {
background-image: url(//itgadgetsonline.com/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/arrow.svg);
background-repeat: no-repeat;
background-position: right center;
width: 42px;
height: 100%;
right: 0;
top: 0;
background-size: 42px;
position: absolute;
transition: .3s all;
}
#wcp-debug.closed .wcp-debug-toggle {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#wcp-debug #wcp-debug-contents {
padding: 20px 20px 0;
display: none;
border: 1px solid #dee2e6;
border-width: 0 1px 1px;
}
#wcp-debug #wcp-debug-contents .wcp-debug-tip {
color: #1864ab;
background: url(//itgadgetsonline.com/wp-content/plugins/conditional-payments-for-woocommerce/frontend/img/tip2.svg) no-repeat left 5px;
background-size: 16px 16px;
padding-left: 24px;
}
#wcp-debug #wcp-debug-contents h3 {
margin: 10px 0 20px;
font-weight: bold;
font-size: 1.2em;
}
#wcp-debug #wcp-debug-contents h3.ruleset-title {
font-size: 1em;
}
#wcp-debug #wcp-debug-contents h3.ruleset-title a {
font-weight: bold;
}
#wcp-debug .wcp-debug-result-label {
padding: 5px;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-pass {
background: #2b8a3e;
}
#wcp-debug .wcp-debug-result-label.wcp-debug-result-label-fail {
background: #c92a2a;
}
#wcp-debug table.wcp-debug-table {
border: 1px solid #dee2e6;
margin: 0 0 20px;
}
#wcp-debug table.wcp-debug-table.wcp-debug-table-fixed {
table-layout: fixed;
}
#wcp-debug table.wcp-debug-table td, #wcp-debug table.wcp-debug-table th {
padding: 5px 10px;
}
#wcp-debug table.wcp-debug-table td.align-right,
#wcp-debug table.wcp-debug-table th.align-right {
text-align: right;
}

.wooco-wrap {
display: inline-block;
width: 100%;
}
.wooco-wrap .wooco-text, .wooco-wrap .wooco_components {
margin: 0 0 15px 0;
}
.wooco-wrap .wooco-text {
white-space: pre-line;
}
.wooco-wrap .wooco-summary {
display: flex;
align-items: center;
justify-content: space-between;
}
.wooco-wrap .wooco-summary .wooco-total {
flex-grow: 1;
}
.wooco_components .wooco_component {
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.wooco_components .wooco_component.wooco_component_layout_list, .wooco_components .wooco_component.wooco_component_layout_grid, .wooco_components .wooco_component.wooco_component_layout_grid_2, .wooco_components .wooco_component.wooco_component_layout_grid_3, .wooco_components .wooco_component.wooco_component_layout_grid_4 {
border-bottom: none;
padding-bottom: 0;
}
.wooco_components .wooco_component.wooco_component_required:not(.wooco_component_option_none_required).wooco_component_has_1 .dd-container .dd-select, .wooco_components .wooco_component.wooco_component_required:not(.wooco_component_option_none_required).wooco_component_has_1 .select2 {
pointer-events: none;
}
.wooco_components .wooco_component.wooco_component_required:not(.wooco_component_option_none_required).wooco_component_has_1 .dd-container .dd-select .dd-pointer, .wooco_components .wooco_component.wooco_component_required:not(.wooco_component_option_none_required).wooco_component_has_1 .select2 .select2-selection__arrow {
display: none;
}
.wooco_components .wooco_component.wooco_component_required .wooco_component_name:after {
content: " *";
color: #ff0000;
}
.wooco_components .wooco_component .wooco_component_name {
font-weight: 700;
}
.wooco_component_product {
display: flex;
align-items: center;
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
}
.wooco_component_product_info {
flex-grow: 1;
}
.wooco_component_product_description {
font-size: 14px;
}
.wooco_component_product_description > span {
display: inline-block;
margin-right: 10px;
}
.wooco_component_product_description .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.wooco_component_product > div {
padding-right: 5px;
padding-left: 5px;
}
body.woocommerce-no-js .wooco-wrap + form.cart {
display: none;
}
.wooco-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
}
.wooco-disabled {
opacity: 0.5 !important;
pointer-events: none !important;
cursor: not-allowed !important;
}
.wooco_component_product .wooco_component_product_qty {
padding-left: 10px;
}
.wooco_component_product .wooco_component_product_qty input {
width: 40px;
text-align: center;
margin: 0;
padding: 0 5px;
height: 40px;
line-height: 38px;
box-shadow: none;
border-width: 1px 0 1px 0;
border-style: solid;
border-color: #ddd;
background-color: #fff;
-moz-appearance: textfield;
}
.wooco_component_product .wooco_component_product_qty input::-webkit-outer-spin-button, .wooco_component_product .wooco_component_product_qty input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wooco_component_product_selection {
display: flex;
width: 100%;
align-items: center;
flex-grow: 1;
}
.wooco_component_product_selection > a {
margin-left: 10px;
margin-right: 10px;
}
.wooco_component_product_selection .dd-select {
background-color: #ffffff !important;
}
.wooco_component_product_selection .dd-options {
max-height: 360px;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.wooco_component_product_selection .dd-options li {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.wooco_component_product_selection .dd-option-image, .wooco_component_product_selection .dd-selected-image {
max-width: 42px;
border-radius: 3px;
}
.wooco_component_product_selection .dd-selected-text, .wooco_component_product_selection .dd-option-text {
font-size: 14px;
font-weight: 600;
line-height: inherit !important;
color: #6d6d6d;
display: block;   }
.wooco_component_product_selection .dd-desc, .wooco_component_product_selection .dd-desc * {
white-space: break-spaces;
}
.wooco_component_product_selection .dd-desc > span {
margin-right: 10px;
}
.wooco_component_product_selection .dd-desc .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.wooco_component_product_selection .dd-option.dd-option-without-desc, .wooco_component_product_selection .dd-selected.dd-option-without-desc {
display: flex;
align-items: center;
}
.wooco_component_product_selection .dd-option.dd-option-without-desc label, .wooco_component_product_selection .dd-selected.dd-option-without-desc label {
flex-grow: 1;
}
.wooco_component_product_selection .dd-option.dd-option-disabled, .wooco_component_product_selection .dd-selected.dd-option-disabled {
pointer-events: none !important;
opacity: 0.5;
}
.wooco_component_product_image {
width: 50px;
flex: 0 0 50px;
}
.wooco_component_product_image img {
width: 100%;
height: auto;
}
.wooco_component_product_name {
text-align: left;
flex-grow: 1;
}
.wooco_component_product_link {
width: 16px;
height: 16px;
display: inline-block;
background-image: url(//itgadgetsonline.com/wp-content/plugins/wpc-composite-products/assets/images/open.svg);
background-repeat: no-repeat;
background-position: center;
text-decoration: none;
}
.wooco_component_product_availability .stock {
margin: 0 !important;
padding: 0 !important;
}
.wooco-item-child .product-price .amount, .wooco-item-child .product-price .tax_label,
.wooco-item-child .product-subtotal .amount, .wooco-item-child .product-subtotal .tax_label,
.wooco-item-child .product-total .amount, .wooco-item-child .product-total .tax_label {
opacity: 0.3;
}
.wooco-qty-wrap, .wooco-qty-input {
display: flex;
align-items: center;
}
.wooco-qty-wrap .quantity {
margin: 0;
}
.wooco-minus, .wooco-plus {
display: inline-block;
width: 40px;
height: 40px;
flex: 0 0 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #ddd;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wooco-minus:hover, .wooco-plus:hover {
background-color: #f0f0f0;
} .select2-dropdown.wpc-select2-dropdown {
border: 1px solid #aaa;
border-radius: 4px;
}
.wpc-select2-dropdown ul li {
display: flex;
align-items: center;
padding: 5px 10px;
}
.wpc-select2-dropdown ul li .image {
width: 40px;
flex: 0 0 40px;
margin-right: 10px;
}
.wpc-select2-dropdown ul li .info {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.wpc-select2-dropdown ul li .info .desc {
font-size: 14px;
}
.wpc-select2-dropdown ul li .info .desc > span {
margin-right: 10px;
}
.wpc-select2-dropdown ul li .info .stock {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.select2-container--open .wpc-select2-dropdown.select2-dropdown--below {
border-top: 1px solid #aaa;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
} .wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_link, .wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_image, .wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_availability, .wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_price {
display: none !important;
}
.wooco_component_product_selection_grid {
display: flex;
flex-wrap: wrap;
width: 100%;
flex-grow: 1;
margin-left: -10px;
margin-right: -10px;
font-size: 14px;
}
.wooco_component_product_selection_grid_item {
-webkit-tap-highlight-color: transparent;
}
.wooco_component_product_selection_grid_item_image {
margin-bottom: 10px;
}
.wooco_component_product_selection_grid_item_name {
font-weight: 700;
}
.wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(33.3333333333% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
text-align: center;
cursor: pointer;
position: relative;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.wooco_component_layout_grid_2 .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(50% - 20px);
}
.wooco_component_layout_grid_3 .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(33.3333333333% - 20px);
}
.wooco_component_layout_grid_4 .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(25% - 20px);
}
.wooco_component_product_selection_grid_item.wooco_item_selected {
border-color: green;
}
.wooco_component_product_selection_grid_item:before {
content: "✓";
color: #ffffff;
display: block;
width: 28px;
height: 28px;
line-height: 28px;
background-color: #eeeeee;
text-align: center;
font-size: 16px;
position: absolute;
top: 15px;
right: 15px;
z-index: 9;
border-radius: 50%;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
}
.wooco_component_product_selection_grid_item.wooco_item_selected:before {
color: #ffffff;
background-color: green;
}
.wooco_component_product_selection_grid_item[data-purchasable=no] {
pointer-events: none;
opacity: 0.5;
}
.wooco_component_product_selection_grid_item_desc p {
margin-bottom: 0;
}
.wooco_component_product_selection_grid_item_qty {
margin-top: 10px;
justify-content: center;
opacity: 0.5;
pointer-events: none;
}
.wooco_component_product_selection_grid_item_image img {
margin: 0 auto;
}
.wooco_component_product_selection_grid_item.wooco_item_selected .wooco_component_product_selection_grid_item_qty {
opacity: 1;
pointer-events: auto;
}
.wooco_component_product_selection_grid_item_link {
position: absolute;
top: 15px;
left: 15px;
display: block;
width: 28px;
height: 28px;
line-height: 28px;
background-color: #eeeeee;
background-image: url(//itgadgetsonline.com/wp-content/plugins/wpc-composite-products/assets/images/open.svg);
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
text-align: center;
font-size: 0;
z-index: 9;
border-radius: 2px;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
text-decoration: none;
box-sizing: border-box;
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.wooco_component_product_selection_grid_item:hover .wooco_component_product_selection_grid_item_link, .wooco_component_product_selection_grid_item.wooco_item_selected .wooco_component_product_selection_grid_item_link {
opacity: 1;
visibility: visible;
}
.wooco_component_multiple .wooco_component_product_selection_grid_item:before {
border-radius: 2px;
} .wooco_component_layout_list .wooco_component_product_link {
display: none !important;
}
.wooco_component_product_selection_list {
width: 100%;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item {
display: flex;
width: 100%;
align-items: center;
padding: 10px 5px;
margin-bottom: 10px;
border: 1px solid #dddddd;
-webkit-tap-highlight-color: transparent;
position: relative;
cursor: pointer;
font-size: 14px;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item:hover {
border-color: #999999;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item[data-purchasable=no] {
pointer-events: none;
opacity: 0.5;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item.wooco_item_selected {
border-color: green;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item.wooco_item_selected .wooco_component_product_selection_list_item_choose span:before {
color: #ffffff;
background-color: green;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item > div {
padding-left: 5px;
padding-right: 5px;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose {
width: 38px;
flex: 0 0 38px;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose span:before {
content: "✓";
color: #ffffff;
display: block;
width: 28px;
height: 28px;
line-height: 28px;
background-color: #eeeeee;
text-align: center;
font-size: 16px;
border-radius: 50%;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
box-sizing: border-box;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_image {
width: 50px;
flex: 0 0 50px;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info {
flex-grow: 1;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info .wooco_component_product_selection_list_item_name {
font-weight: 700;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info .wooco_component_product_selection_list_item_desc > span {
display: inline-block;
margin-right: 10px;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_info .wooco_component_product_selection_list_item_desc p {
margin-bottom: 0;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link {
line-height: 1;
}
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_link a {
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
background-color: #eeeeee;
background-image: url(//itgadgetsonline.com/wp-content/plugins/wpc-composite-products/assets/images/open.svg);
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
text-align: center;
font-size: 0;
z-index: 9;
border-radius: 2px;
border-width: 2px;
border-style: solid;
border-color: #ffffff;
border-image: initial;
text-decoration: none;
box-sizing: border-box;
overflow: hidden;
}
.wooco_component_multiple .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose span:before {
border-radius: 4px;
} body.rtl .wooco_component_product_selection .dd-option-image, body.rtl .wooco_component_product_selection .dd-selected-image {
float: right;
margin-right: 0;
margin-left: 5px;
}
body.rtl .wooco_component_product_selection .dd-pointer {
right: auto;
left: 10px;
}
body.rtl .wpc-select2-dropdown ul li .image {
margin-right: 0;
margin-left: 10px;
} @media only screen and (max-width: 767px) {
.wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.wooco_component[class*=wooco_component_layout_grid_] .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
width: calc(100% - 20px);
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url(//itgadgetsonline.com/wp-content/plugins/ajax-search-for-woocommerce-premium/assets/img/preloader.gif)}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}.sld-ajax-button-loading {
opacity: 0.5;
cursor: not-allowed !important;
}.modal__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.modal__container {
background-color: #fff;
padding: 30px;
max-width: 80%;
min-width:40%;
max-height: 100vh;
border-radius: var(--sld-radius-sm);
overflow-y: auto;
box-sizing: border-box;
}
.modal__header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #d9e1ec;
}
.modal__title {
margin-top: 0;
margin-bottom: 0;
font-weight : 400;
font-size: 1.25rem;
line-height: 1.25;
color: #212044;
box-sizing: border-box;
}
.modal__close {
background: transparent;
border: 0;
cursor: pointer;
padding:0;
}
.modal__header .modal__close:before {
content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='%23F5F1ED'/%3E%3Cpath d='M10 22L22 10M10 10L22 22' stroke='%23979797' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
width:18px;
height:18px;
}
.modal__content {
margin:20px 0;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
display:flex;
flex-direction: column;
gap:10px;
}
.modal__content select, .modal__content input {
width:100%;
max-width:100%;
}
.modal__content_text {
margin-bottom:20px!important;
}
.modal__btn {
display:flex;
font-size: 12px;
padding: 10px 20px;
line-height:18px;
background-color: var(--sld-primary);
color: #fff;
border: 1px solid #D6D6D6;
border-radius: var(--sld-radius-sm);
cursor: pointer;
border-radius:var(--sld-radius-sm);
justify-content: center;
}
.modal__btn:hover {
color:#fff;
}
.modal__btn svg {
margin-right:5px;
}
.modal__btn-primary {
background-color: rgba(var(--sld-accent));
color: #fff;
}
.modal__footer button {
width:100%;
} @keyframes mmfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mmfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes mmslideIn {
from {
transform: translateY(15%);
}
to {
transform: translateY(0);
}
}
@keyframes mmslideOut {
from {
transform: translateY(0);
}
to {
transform: translateY(-10%);
}
}
.micromodal-slide {
display: none;
}
.micromodal-slide.is-open {
display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
will-change: transform;
}.tippy-box[data-theme~="light-border"] {
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 8, 16, 0.15);
color: #333;
box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box[data-theme~="light-border"] > .tippy-backdrop {
background-color: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after,
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
content: "";
position: absolute;
z-index: -1;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after {
border-color: transparent;
border-style: solid;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
> .tippy-arrow:before {
border-top-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
> .tippy-arrow:after {
border-top-color: rgba(0, 8, 16, 0.2);
border-width: 7px 7px 0;
top: 17px;
left: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
> .tippy-svg-arrow
> svg {
top: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
> .tippy-svg-arrow:after {
top: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
> .tippy-arrow:before {
border-bottom-color: #fff;
bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
> .tippy-arrow:after {
border-bottom-color: rgba(0, 8, 16, 0.2);
border-width: 0 7px 7px;
bottom: 17px;
left: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
> .tippy-svg-arrow
> svg {
bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
> .tippy-svg-arrow:after {
bottom: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
> .tippy-arrow:before {
border-left-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
> .tippy-arrow:after {
border-left-color: rgba(0, 8, 16, 0.2);
border-width: 7px 0 7px 7px;
left: 17px;
top: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
> .tippy-svg-arrow
> svg {
left: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
> .tippy-svg-arrow:after {
left: 12px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
> .tippy-arrow:before {
border-right-color: #fff;
right: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
> .tippy-arrow:after {
border-width: 7px 7px 7px 0;
right: 17px;
top: 1px;
border-right-color: rgba(0, 8, 16, 0.2);
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
> .tippy-svg-arrow
> svg {
right: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
> .tippy-svg-arrow:after {
right: 12px;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow {
fill: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
background-size: 16px 6px;
width: 16px;
height: 6px;
}.scroll-wrapper{overflow:hidden!important;padding:0!important;position:relative}.scroll-wrapper>.scroll-content{border:none!important;box-sizing:content-box!important;height:auto;left:0;margin:0;max-height:none;max-width:none!important;overflow:scroll!important;position:relative!important;top:0;width:auto!important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-bar{cursor:pointer;border-radius:inherit}.scroll-element .scroll-arrow{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden!important}.scroll-textarea>.scroll-content>textarea{border:none!important;box-sizing:border-box;height:100%!important;margin:0;max-height:none!important;max-width:none!important;overflow:scroll!important;outline:0;padding:2px;position:relative!important;top:0;width:100%!important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scroll-wrapper>.scroll-element,.scroll-wrapper>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:2}.scroll-wrapper>.scroll-element{background-color:#fff}.scroll-wrapper>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scroll-wrapper>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scroll-wrapper>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scroll-wrapper>.scroll-element.scroll-x .scroll-element_outer{height:6px;top:auto;bottom:0;border-radius:90px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;width:6px;border-radius:90px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.scroll-wrapper>.scroll-element.scroll-x .scroll-bar:not(:hover),.scroll-wrapper>.scroll-element.scroll-y .scroll-bar:not(:hover){opacity:.3}.scroll-wrapper>.scroll-element .scroll-element_outer{overflow:hidden}.scroll-wrapper>.scroll-element .scroll-element_track{background-color:#e5e5e5}.scroll-wrapper>.scroll-element .scroll-bar{background-color:var(--default-color)}.scroll-wrapper>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scroll-wrapper>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scroll-wrapper>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scroll-wrapper>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-14px}.scroll-wrapper>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-14px}.rtl .scroll-wrapper>.scroll-content{left:auto;right:0}.rtl .scroll-wrapper>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.rtl .scroll-wrapper>.scroll-element.scroll-x{left:auto;right:0}.rtl .scroll-wrapper>.scroll-element.scroll-y{right:auto;left:0}.rtl .scroll-wrapper>.scroll-element.scroll-y .scroll-element_outer{left:0;right:auto}.rtl .scroll-wrapper>.scroll-content.scroll-scrolly_visible{right:-12px;margin-right:12px}.rtl .scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{right:-14px}.rtl .scroll-wrapper>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{right:-14px}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//itgadgetsonline.com/wp-content/themes/dukamarket/assets/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
:after, :before{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html{
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
:focus{
outline: none;
}
.hide{
display: none !important;
}
.hidden{
display: none !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
display: block
}
audio, canvas, progress, video{
display: inline-block;
vertical-align: baseline
}
audio:not([controls]){
display: none;
height: 0
}
[hidden], template{
display: none
}
abbr[title]{
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
-moz-text-decoration: underline dotted;
text-decoration: underline dotted
}
dfn{
font-style: italic
}
mark{
background: #ff0;
color: black
}
small{
font-size: 80%
}
sub, sup{
font-size: 70%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup{
top: -.4em
}
hr{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
code, kbd, pre, samp{
font-family: monospace, monospace;
font-size: 1em
}
[role=button]{
cursor: pointer
}
button, input, optgroup, select, textarea{
color: inherit;
font: inherit;
margin: 0;
overflow: auto;
line-height: inherit
}
button, input[type=button], input[type=reset], input[type=submit]{
-webkit-appearance: button;
cursor: pointer
}
button::-moz-focus-inner, input::-moz-focus-inner{
border: 0;
padding: 0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{
background-color: #eee;
opacity: 1
}
.button[disabled],
button[disabled],
input[disabled],
fieldset[disabled] input, .form-control[disabled], fieldset[disabled] .form-control,
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label,
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline,
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover,
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span,
.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.added_to_cart[disabled], .single_add_to_cart_button.disabled{
cursor: not-allowed;
}
a.btn.disabled, fieldset[disabled] a.btn{
pointer-events: none
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{
height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration{
-webkit-appearance: none
}
input[type=file]{
display: block
}
input[type=range]{
display: block;
width: 100%
}
select[multiple], select[size]{
height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus{
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
output{
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555
}
fieldset{
min-width: 0;
padding: 0;
margin: 0;
border: 0
}
legend{
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5
}
optgroup{
font-weight: 700
}
.sticky{
color: inherit;
}
.bypostauthor{
color: inherit;
}
.clear{
clear: both;
}
.auto-clear{
display: flex;
flex-wrap: wrap;
}
.auto-clear::before,
.auto-clear::after{
display: block;
}
.screen-reader-text{
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
.text-start{
text-align: start;
}
.text-end{
text-align: end;
}
.text-left{
text-align: left
}
.text-right{
text-align: right
}
.text-center{
text-align: center
}
.text-justify{
text-align: justify
}
.text-nowrap{
white-space: nowrap
}
.text-lowercase{
text-transform: lowercase
}
.text-uppercase{
text-transform: uppercase
}
.text-capitalize{
text-transform: capitalize
}
.overflow-hidden > .elementor-widget-container,
.overflow-hidden > .elementor-column-wrap,
.overflow-hidden{
overflow: hidden;
}
.btn{
border-radius: 0;
}
.mc4wp-alert{
padding: 6px 15px;
margin-top: 15px;
color: var(--default-color);
background-color: #fff;
}
.mc4wp-alert p:last-child{
margin-bottom: 0;
}
.mc4wp-error{
background-color: #f2dede;
}
.mc4wp-success{
background-color: #dff0d8;
}
.popover.bottom > .arrow:after{
left: 0;
right: auto;
}
abbr[data-original-title],
abbr[title]{
text-decoration: none;
cursor: help;
}
.small,
small{
font-size: 80%;
}
address,
dt,
dd{
line-height: inherit;
}
dl{
margin-top: 0;
margin-bottom: 20px
}
code{
color: black;
}
kbd{
color: black;
}
kbd kbd{
padding: 0;
font-size: 100%;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none
}
pre{
display: block;
padding: 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
margin: 0 0 25px;
overflow: auto;
}
pre code{
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.pre-scrollable{
max-height: 340px;
overflow-y: scroll
}
.beeketing-page-block .bkt--brand{
display: none !important;
}
.elem-hidden{
display: none !important;
}
.clear + .clear{
display: none !important;
}
.anr_captcha_field{
margin-top: 20px;
} svg,
img{
vertical-align: middle;
height: auto;
max-width: 100%;
border: none;
}
svg *{
fill: inherit;
stroke: inherit;
}
svg:not(:root){
overflow: hidden
}
figure{
margin: 0;
}
iframe{
display: block;
max-width: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
display: block;
max-width: 100%;
height: auto
}
.img-rounded{
border-radius: 6px
}
.img-thumbnail{
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle{
border-radius: 50%
} ul, ol{
padding-inline-start: 20px;
margin: 0 0 20px;
}
ol ol, ol ul, ul ol, ul ul{
margin-bottom: 0
}
.comments-area .comment ol,
.comments-area .comment ul{
margin-bottom: 20px;
}
.comments-area .comment ol ol,
.comments-area .comment ol ul,
.comments-area .comment ul ul,
.comments-area .comment ul ol{
margin-bottom: 0;
}
.post-content ul li,
.post-content ol li,
.woocommerce-Tabs-panel--description ul li,
.woocommerce-Tabs-panel--description ol li{
margin-top: 5px;
} table{
border-collapse: collapse;
border-spacing: 0;
table-layout: auto;
width: 100%;
margin-bottom: 20px;
}
body table.dataTable{
width: 100% !important;
border-collapse: collapse !important;
margin-bottom: 20px !important;
}
body table.dataTable > tbody > tr.child ul.dtr-details{
display: block;
}
body table.dataTable > tbody > tr.child ul.dtr-details > li:last-child{
padding-bottom: 0;
} ::placeholder{
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
::-webkit-input-placeholder{
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
:-moz-placeholder{
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
::-moz-placeholder{
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
}
:-ms-input-placeholder{
color: inherit;
opacity: 1;
filter: alpha(opacity=100);
} .tooltip{
font-family: inherit;
pointer-events: none;
}
.tooltip{
position: absolute;
z-index: 99998;
display: block;
font-style: normal;
font-size: 12px;
line-height: 12px;
font-weight: 400;
line-break: auto;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0
}
.tooltip.in{
filter: alpha(opacity=90);
opacity: .9
}
.tooltip.top{
padding: 5px 0;
margin-top: -3px
}
.tooltip.right{
padding: 0 5px;
margin-left: 3px
}
.tooltip.bottom{
padding: 5px 0;
margin-top: 3px
}
.tooltip.left{
padding: 0 5px;
margin-left: -3px
}
.tooltip.top .tooltip-arrow{
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: black
}
.tooltip.top-left .tooltip-arrow{
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: black
}
.tooltip.top-right .tooltip-arrow{
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: black
}
.tooltip.right .tooltip-arrow{
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: black
}
.tooltip.left .tooltip-arrow{
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: black
}
.tooltip.bottom .tooltip-arrow{
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: black
}
.tooltip.bottom-left .tooltip-arrow{
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: black
}
.tooltip.bottom-right .tooltip-arrow{
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: black
}
.tooltip-inner{
max-width: 200px;
padding: 5px 10px;
color: #fff;
text-align: center;
background-color: black;
}
.tooltip-arrow{
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
} blockquote{
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border: none;
border-left: 5px solid #eee
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child{
margin-bottom: 0
}
blockquote .small, blockquote footer, blockquote small{
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777
}
blockquote .small:before, blockquote footer:before, blockquote small:before{
content: "\2014 \00A0"
}
.blockquote-reverse, blockquote.pull-right{
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before{
content: ""
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after{
content: "\00A0 \2014"
} .site > .elementor{
clear: both;
}
body .megamenu .has-container > .elementor-container,
body .elementor-section-boxed.elementor-section-stretched > .elementor-container,
body .elementor-section-boxed:not(.elementor-section-stretched),
.footer > .wpb-content-wrapper,
.container{
padding-inline-start: var(--main-container-pd);
padding-inline-end: var(--main-container-pd);
margin-inline-start: auto;
margin-inline-end: auto;
}
body .elementor-section > .elementor-container{
position: static;
}
body .e-con{
--container-max-width: var(--main-container);
}
.page-template-default.elementor-page .site-content.sidebar-full.container .e-con > .e-con-inner,
.page-template-default.elementor-page .site-content.sidebar-full .site-container.container .e-con > .e-con-inner,
body .e-con > .e-con-inner{
padding-inline-start: var(--main-container-pd);
padding-inline-end: var(--main-container-pd);
max-width: calc(var(--content-width) + (var(--main-container-pd) * 2));
}
.page-template-default.elementor-page .site-content.sidebar-full.container,
.page-template-default.elementor-page .site-content.sidebar-full .site-container.container{
padding-inline-start: 0;
padding-inline-end: 0;
max-width: none;
}
.container .e-con > .e-con-inner{
padding-inline-start: 0;
padding-inline-end: 0;
max-width: var(--content-width);
}
body .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
body .e-con > .elementor-widget > .elementor-widget-container{
height: auto;
}
.elementor-widget{
width: 100%;
}
.e-con:not(.e-grid) .elementor-empty-view{
min-height: var(--min-height, 30px);
}
@media (min-width: 768px){
body .elementor-section-boxed:not(.elementor-section-stretched) > .elementor-container{
max-width: 100%;
}
body .megamenu .has-container > .elementor-container,
body .elementor-section-boxed.elementor-section-stretched > .elementor-container,
body .elementor-section-boxed:not(.elementor-section-stretched),
.footer > .wpb-content-wrapper,
.container{
max-width: calc(var(--main-container) + (var(--main-container-pd) * 2));
}
body{
--main-container: 720px
}
}
@media (min-width: 992px){
body{
--main-container: 940px
}
}
@media (min-width: 1200px){
body{
--main-container: 1140px;
--main-container-pd: 30px;
}
}
rs-group-wrap.container{
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
margin: auto
}
rs-group-wrap.ovic-wrap{
top: 0 !important;
bottom: 0 !important;
margin: auto
}
rs-group-wrap.container > rs-loop-wrap,
rs-group-wrap.container > rs-loop-wrap > rs-mask-wrap,
rs-group-wrap.ovic-wrap > rs-loop-wrap,
rs-group-wrap.ovic-wrap > rs-loop-wrap > rs-mask-wrap{
position: static !important
}
rs-group-wrap.container > rs-loop-wrap > rs-mask-wrap > rs-group,
rs-group-wrap.ovic-wrap > rs-loop-wrap > rs-mask-wrap > rs-group{
width: 100% !important
} .elementor-editor-active .add-to-cart + a.compare,
.elementor-editor-active .ovic-products .woocommerce-result-count,
.elementor-editor-active .ovic-products .woocommerce-ordering,
.elementor-editor-active .ovic-products .product-thumb > .attachment-woocommerce_thumbnail,
.elementor-editor-active .ovic-products .woocommerce-loop-product__title{
display: none;
}
.elementor-widget-video .elementor-wrapper,
.elementor-widget-video [data-elementor-open-lightbox="yes"] img{
aspect-ratio: auto;
} .row{
display: flex;
flex-wrap: wrap;
margin: 0 calc(0px - var(--col-space, 15px));
}
.elementor-container,
.elementor-row{
display: flex;
flex-wrap: wrap;
}
.elementor-section-slide > .elementor-container{
display: block;
}
.elementor-row.slick-slider{
display: block;
}
.elementor-section-slide > .elementor-container > .elementor-row{
display: block;
width: auto;
}
.elementor-column-gap-narrow > .elementor-row{
margin: 0 -5px;
width: calc(100% + 10px);
}
body .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 5px;
}
.elementor-column-gap-default > .elementor-row{
margin: 0 -10px;
width: calc(100% + 20px);
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 10px;
}
.elementor-column-gap-extended > .elementor-row{
margin: 0 -15px;
width: calc(100% + 30px);
}
body .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 15px;
}
.elementor-column-gap-wide > .elementor-row{
margin: 0 -20px;
width: calc(100% + 40px);
}
body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 20px;
}
.elementor-column-gap-wider > .elementor-row{
margin: 0 -30px;
width: calc(100% + 60px);
}
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 30px;
}
@media (max-width: 1499px){
.elementor-column-gap-wider > .elementor-row{
margin: 0 -25px;
width: calc(100% + 50px);
}
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 25px;
}
}
@media (max-width: 1199px){
.elementor-column-gap-wider > .elementor-row{
margin: 0 -20px;
width: calc(100% + 40px);
}
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 20px;
}
}
@media (max-width: 991px){
.elementor-column-gap-wide > .elementor-row,
.elementor-column-gap-wider > .elementor-row{
margin: 0 -15px;
width: calc(100% + 30px);
}
body .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,
body .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
padding: 0 15px;
}
} .col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-15, .col-bg-25, .col-bg-35, .col-bg-45,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-15, .col-lg-25, .col-lg-35, .col-lg-45,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-15, .col-md-25, .col-md-35, .col-md-45,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-15, .col-sm-25, .col-sm-35, .col-sm-45,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-15, .col-xs-25, .col-xs-35, .col-xs-45,
.col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-15, .col-ts-25, .col-ts-35, .col-ts-45{
position: relative;
padding: 0 var(--col-space, 15px);
width: 100%;
}
.col-ts-12{
width: 100%
}
.col-ts-11{
width: 91.66666667%
}
.col-ts-10{
width: 83.33333333%
}
.col-ts-9{
width: 75%
}
.col-ts-8{
width: 66.66666667%
}
.col-ts-7{
width: 58.33333333%
}
.col-ts-6{
width: 50%
}
.col-ts-5{
width: 41.66666667%
}
.col-ts-4{
width: 33.33333333%
}
.col-ts-3{
width: 25%
}
.col-ts-2{
width: 16.66666667%
}
.col-ts-1{
width: 8.33333333%
}
.col-ts-15{
width: 20%
}
.col-ts-25{
width: 40%
}
.col-ts-35{
width: 60%
}
.col-ts-45{
width: 80%
}
@media (min-width: 480px){
.col-xs-12{
width: 100%
}
.col-xs-11{
width: 91.66666667%
}
.col-xs-10{
width: 83.33333333%
}
.col-xs-9{
width: 75%
}
.col-xs-8{
width: 66.66666667%
}
.col-xs-7{
width: 58.33333333%
}
.col-xs-6{
width: 50%
}
.col-xs-5{
width: 41.66666667%
}
.col-xs-4{
width: 33.33333333%
}
.col-xs-3{
width: 25%
}
.col-xs-2{
width: 16.66666667%
}
.col-xs-1{
width: 8.33333333%
}
.col-xs-15{
width: 20%
}
.col-xs-25{
width: 40%
}
.col-xs-35{
width: 60%
}
.col-xs-45{
width: 80%
}
}
@media (min-width: 768px){
.col-sm-12{
width: 100%
}
.col-sm-11{
width: 91.66666667%
}
.col-sm-10{
width: 83.33333333%
}
.col-sm-9{
width: 75%
}
.col-sm-8{
width: 66.66666667%
}
.col-sm-7{
width: 58.33333333%
}
.col-sm-6{
width: 50%
}
.col-sm-5{
width: 41.66666667%
}
.col-sm-4{
width: 33.33333333%
}
.col-sm-3{
width: 25%
}
.col-sm-2{
width: 16.66666667%
}
.col-sm-1{
width: 8.33333333%
}
.col-sm-15{
width: 20%
}
.col-sm-25{
width: 40%
}
.col-sm-35{
width: 60%
}
.col-sm-45{
width: 80%
}
}
@media (min-width: 992px){
.col-md-12{
width: 100%
}
.col-md-11{
width: 91.66666667%
}
.col-md-10{
width: 83.33333333%
}
.col-md-9{
width: 75%
}
.col-md-8{
width: 66.66666667%
}
.col-md-7{
width: 58.33333333%
}
.col-md-6{
width: 50%
}
.col-md-5{
width: 41.66666667%
}
.col-md-4{
width: 33.33333333%
}
.col-md-3{
width: 25%
}
.col-md-2{
width: 16.66666667%
}
.col-md-1{
width: 8.33333333%
}
.col-md-15{
width: 20%
}
.col-md-25{
width: 40%
}
.col-md-35{
width: 60%
}
.col-md-45{
width: 80%
}
}
@media (min-width: 1200px){
.col-lg-12{
width: 100%
}
.col-lg-11{
width: 91.66666667%
}
.col-lg-10{
width: 83.33333333%
}
.col-lg-9{
width: 75%
}
.col-lg-8{
width: 66.66666667%
}
.col-lg-7{
width: 58.33333333%
}
.col-lg-6{
width: 50%
}
.col-lg-5{
width: 41.66666667%
}
.col-lg-4{
width: 33.33333333%
}
.col-lg-3{
width: 25%
}
.col-lg-2{
width: 16.66666667%
}
.col-lg-1{
width: 8.33333333%
}
.col-lg-15{
width: 20%
}
.col-lg-25{
width: 40%
}
.col-lg-35{
width: 60%
}
.col-lg-45{
width: 80%
}
}
@media (min-width: 1500px){
.col-bg-12{
width: 100%
}
.col-bg-11{
width: 91.66666667%
}
.col-bg-10{
width: 83.33333333%
}
.col-bg-9{
width: 75%
}
.col-bg-8{
width: 66.66666667%
}
.col-bg-7{
width: 58.33333333%
}
.col-bg-6{
width: 50%
}
.col-bg-5{
width: 41.66666667%
}
.col-bg-4{
width: 33.33333333%
}
.col-bg-3{
width: 25%
}
.col-bg-2{
width: 16.66666667%
}
.col-bg-1{
width: 8.33333333%
}
.col-bg-15{
width: 20%
}
.col-bg-25{
width: 40%
}
.col-bg-35{
width: 60%
}
.col-bg-45{
width: 80%
}
}
table col[class*=col-]{
position: static;
display: table-column;
float: none
}
table td[class*=col-], table th[class*=col-]{
position: static;
display: table-cell;
float: none
} .elementor-section.col-float > .elementor-container > .elementor-row{
display: block;
}
.elementor-section.col-float > .elementor-container > .elementor-row::before,
.elementor-section.col-float > .elementor-container > .elementor-row::after{
content: '';
display: table;
clear: both;
}
.elementor-section.col-float > .elementor-container > .elementor-row > .elementor-column{
float: left;
} .owl-slick .row-item > .item{
vertical-align: top
}
.product-list-grid .rows-space-10,
.rows-space-10 .row-item:not(:last-child){
margin-bottom: 10px
}
.product-list-grid .rows-space-20,
.rows-space-20 .row-item:not(:last-child){
margin-bottom: 20px
}
.product-list-grid .rows-space-30,
.rows-space-30 .row-item:not(:last-child){
margin-bottom: 30px
}
.product-list-grid .rows-space-40,
.rows-space-40 .row-item:not(:last-child){
margin-bottom: 40px
}
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child){
margin-bottom: 50px
}
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child){
margin-bottom: 60px
}
@media (max-width: 1499px){
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child){
margin-bottom: 50px
}
}
@media (max-width: 1199px){
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child),
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child){
margin-bottom: 40px
}
.product-list-grid .rows-space-40,
.rows-space-40 .row-item:not(:last-child){
margin-bottom: 30px
}
}
@media (max-width: 767px){
.product-list-grid .rows-space-60,
.rows-space-60 .row-item:not(:last-child),
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child){
margin-bottom: 30px
}
.product-list-grid .rows-space-40,
.rows-space-40 .row-item:not(:last-child),
.product-list-grid .rows-space-30,
.rows-space-30 .row-item:not(:last-child){
margin-bottom: 20px
}
}
@media (max-width: 479px){
.product-list-grid .rows-space-50,
.rows-space-50 .row-item:not(:last-child){
margin-bottom: 20px
}
.product-list-grid .rows-space-30,
.rows-space-30 .row-item:not(:last-child),
.product-list-grid .rows-space-20,
.rows-space-20 .row-item:not(:last-child){
margin-bottom: 10px
}
} .fa.fa-mobile-phone:before, .fa.fa-mobile:before{
content: "\f10b";
}  .wp-editor-wrap button:hover,
.wp-editor-wrap button:focus{
background-color: transparent;
color: inherit;
} .comments-area .comment-form-cookies-consent input[type="checkbox"]{
margin-inline-end: 7px;
}
.comment-form-cookies-consent label{
display: inline;
font-weight: inherit;
cursor: pointer;
margin: 0;
}
.comment-form-cookies-consent label:hover{
color: var(--main-color);
} .sticky-content-main.remove-sticky-content{
bottom: 0;
position: absolute !important;
top: auto !important;
} .woocommerce-store-notice{
margin: 0;
text-align: center;
padding: 8px 15px;
color: #fff;
background-color: #333;
border-top: 1px solid #333;
}
.woocommerce-store-notice a{
text-decoration: underline;
}
.woocommerce-store-notice a:not(:hover){
color: inherit;
} .post-password-form label[for="pwbox-1168"]{
margin-bottom: 10px;
}
@media (max-width: 479px){
.post-password-form p:last-child{
text-align: center;
}
}
.password-input{
display: inline-block;
vertical-align: top;
width: 100%;
position: relative;
}
.password-input [type="password"]{
padding-inline-end: 40px;
}
.rtl .password-input .show-password-input{
left: 0;
right: auto;
}
.password-input .show-password-input{
position: absolute;
top: 0;
left: auto;
right: 0;
cursor: pointer;
font-size: 14px;
line-height: 24px;
padding: 8px 0;
width: 40px;
text-align: center;
}
.password-input .show-password-input:hover{
color: var(--main-color);
}
.password-input .show-password-input::before{
display: block;
font-family: FontAwesome, sans-serif;
content: "\f06e";
}
.woocommerce-password-strength{
color: #333;
background-color: #efefef;
border: 1px solid #bbb;
text-align: center;
padding: 2px 9px;
}
.woocommerce-password-strength.short{
background-color: #f1adad;
border-color: #e35b5b;
}
.woocommerce-password-strength.bad{
background-color: #fbc5a9;
border-color: #f78b53;
}
.woocommerce-password-strength.good{
background-color: #ffe399;
border-color: #ffc733;
}
.woocommerce-password-strength.strong{
background-color: #c1e1b9;
border-color: #83c373;
} .alignnone,
.wp-caption.alignnone,
a img.alignnone{
margin: 7px 0 27px;
clear: both;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter{
display: block;
margin: 7px auto 27px;
clear: both;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft{
float: left;
margin: 7px 0 27px;
margin-right: 20px;
clear: both;
}
.alignright,
.wp-caption.alignright,
a img.alignright{
float: right;
margin: 7px 0 27px;
margin-left: 20px;
clear: both;
}
.sidebar-full .alignfull{
width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}
@media (min-width: 1200px){
.sidebar-full .alignfull{
width: calc(100vw - 17px);
margin-left: calc(50% - 50vw + 8.5px);
margin-right: calc(50% - 50vw + 8.5px);
}
} caption{
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left
}
.wp-caption{
background-color: #fff;
max-width: 100%;
padding: 5px;
border: 1px solid #eee;
text-align: center;
margin: 0;
}
.wp-caption img{
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
}
.wp-caption .wp-caption-text{
font-weight: 400;
padding: 5px 0 0;
margin: 0 !important;
} .wp-block-button,
.post-content > [class*="wp-block-"]{
margin-top: 5px;
margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv iframe{
width: 100%;
}
.wp-block-cover{
color: #fff;
margin-top: 5px;
margin-bottom: 20px;
}
.wp-block-group.has-background{
padding: 1em;
}
.is-style-squared .wp-block-button__link{
border-radius: 0;
} .gallery{
display: flex;
flex-wrap: wrap;
margin: -5px;
}
.gallery-caption{
display: block;
font-family: 'Noto Sans', sans-serif;
font-size: 12px;
line-height: 1.5;
padding: 0.5em 0;
color: #333;
}
.gallery-item{
padding: 5px;
font-style: italic;
color: #666;
}
.gallery-columns-1 .gallery-item{
width: 100%;
}
.gallery-columns-2 .gallery-item{
width: 50%;
}
.gallery-columns-3 .gallery-item{
width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
width: 25%;
}
.gallery-columns-5 .gallery-item{
width: 20%;
}
.gallery-columns-6 .gallery-item{
width: 16.66666667%;
}
.gallery-columns-7 .gallery-item{
width: 14.28571428%;
}
.gallery-columns-8 .gallery-item{
width: 12.5%;
}
.gallery-columns-9 .gallery-item{
width: 11.11111111%;
}
@media (max-width: 1199px) and (min-width: 992px){
.site-content:not(.sidebar-full) .gallery .gallery-item{
min-width: 25%;
}
}
@media (max-width: 991px){
.gallery .gallery-item{
min-width: 25%;
}
}
@media (max-width: 767px){
.gallery .gallery-item{
min-width: 33.33333333%;
}
}
@media (max-width: 479px){
.gallery .gallery-item{
min-width: 50%;
}
} .page-title{
font-size: 40px;
line-height: 1.25;
letter-spacing: -0.025em;
margin: 0 0 30px;
}
.page-title + .breadcrumb,
.page-title + .woocommerce-breadcrumb{
margin-top: -26px;
}
@media (max-width: 1199px){
.page-title{
font-size: 36px;
margin: 0 0 20px;
}
.page-title + .breadcrumb,
.page-title + .woocommerce-breadcrumb{
margin-top: -16px;
}
} .page-head{
background-color: #222;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
--head-height: 360px;
--head-height-t: 240px;
--head-height-m: 180px;
--head-title-fz: 60px;
--head-space: 4px;
}
.page-head .head-inner{
display: flex;
flex-direction: column;
justify-content: center;
min-height: var(--head-height);
padding: 30px 0;
}
.page-head .page-title{
font-size: var(--head-title-fz);
line-height: 1.17;
font-weight: 400;
letter-spacing: -0.05em;
color: #fff;
padding: var(--head-space) 0;
margin: 0;
}
.page-head .breadcrumb,
.page-head .woocommerce-breadcrumb{
color: #fff;
padding: var(--head-space) 0;
margin: 0;
}
@media (max-width: 1199px){
.page-head .head-inner{
--head-title-fz: 52px;
--head-space: 2px;
min-height: var(--head-height-t);
}
}
@media (max-width: 767px){
.page-head .head-inner{
--head-title-fz: 44px;
--head-space: 1px;
min-height: var(--head-height-m);
}
} .site{
position: relative;
overflow: hidden;
}
.site-content{
padding-top: 60px;
padding-bottom: 30px;
}
.site-content::before,
.site-content::after,
#primary::before,
#primary::after,
#secondary::before,
#secondary::after{
content: '';
display: table;
clear: both;
}
.dokan-single-store,
.dokan-store-sidebar,
#primary,
#secondary{
margin-bottom: 30px;
position: relative;
}
.site-content > .page-title:first-child{
margin-top: -30px;
}
.site-content > .breadcrumb:first-child,
.site-content > .woocommerce-breadcrumb:first-child{
margin-top: -40px;
}
@media (min-width: 992px){
body .dokan-store-wrap.layout-left .dokan-single-store,
body .dokan-store-wrap.layout-right .dokan-single-store,
.site-content.sidebar-left #primary,
.site-content.sidebar-right #primary{
float: left;
width: calc(100% - (var(--sidebar-width) + var(--sidebar-space)));
}
body .dokan-store-wrap.layout-left .dokan-store-sidebar,
body .dokan-store-wrap.layout-right .dokan-store-sidebar,
.site-content.sidebar-left #secondary,
.site-content.sidebar-right #secondary{
float: left;
width: var(--sidebar-width);
margin-left: 0;
margin-right: 0;
}
body .dokan-store-wrap.layout-left .dokan-single-store,
body .dokan-store-wrap.layout-right .dokan-store-sidebar,
.site-content.sidebar-left #primary,
.site-content.sidebar-right #secondary{
float: right;
}
.site-content.sidebar-left #secondary + *,
.site-content.sidebar-right #secondary + *{
clear: both;
}
body .dokan-store-wrap.layout-left .dokan-single-store,
body .dokan-store-wrap.layout-right .dokan-single-store,
.product-page.sidebar-left #primary,
.product-page.sidebar-right #primary,
.shop-page.sidebar-left #primary,
.shop-page.sidebar-right #primary{
width: calc(100% - (var(--shop-sidebar-width) + var(--shop-sidebar-space)));
}
body .dokan-store-wrap.layout-left .dokan-store-sidebar,
body .dokan-store-wrap.layout-right .dokan-store-sidebar,
.product-page.sidebar-left #secondary,
.product-page.sidebar-right #secondary,
.shop-page.sidebar-left #secondary,
.shop-page.sidebar-right #secondary{
width: var(--shop-sidebar-width);
}
}
@media (max-width: 1199px){
.site-content{
padding-top: 40px;
padding-bottom: 10px;
}
.site-content > .page-title:first-child{
margin-top: -20px;
}
.site-content > .breadcrumb:first-child,
.site-content > .woocommerce-breadcrumb:first-child{
margin-top: -30px;
}
} .loading-lazy{
position: relative;
display: inline-block;
vertical-align: top;
max-width: 100%;
}
#reviews #comments.loading,
.comments-area.loading,
.variations_form,
.yith-wcwl-form,
.cart_totals,
.woocommerce-cart-form,
.ovic-products.loading > .woocommerce,
.tabs-container.loading{
position: relative;
}
#reviews #comments.loading > *,
.comments-area.loading > *,
.modal-demo-menu.loading > *,
.cart_totals.processing > *,
.woocommerce-cart-form.processing > *,
.loading-lazy > *,
.ovic-products.loading > .owl > *:not(.button-products),
.ovic-products.loading > .grid > .product-list-grid,
.tabs-container.loading > .tab-panel.active{
opacity: 0.3;
}
.yith-wcwl-form .blockUI.blockOverlay,
.cart_totals .blockUI.blockOverlay,
.woocommerce-cart-form .blockUI.blockOverlay{
background: none !important;
opacity: 1 !important;
}
.variations_form .blockUI.blockOverlay,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay{
background-color: rgba(255, 255, 255, 0.7) !important;
opacity: 1 !important;
}
.ovic-question-answers.loading .list-question::before,
#reviews #comments.loading::before,
.comments-area.loading::before,
a.compare .blockUI.blockOverlay::before,
a.yith-wcqv-button .blockUI.blockOverlay::before,
.yith-wcwl-add-to-wishlist .blockUI.blockOverlay::before,
.modal-demo-menu.loading::after,
.dgwt-wcas-inner-preloader::after,
.variations_form .blockUI.blockOverlay::after,
.yith-wcwl-form .blockUI.blockOverlay::after,
.cart_totals .blockUI.blockOverlay::after,
.woocommerce-cart-form .blockUI.blockOverlay::after,
.widget_shopping_cart .woocommerce-mini-cart li .blockUI.blockOverlay::before,
.loading-lazy::after,
.ovic-products.loading > .woocommerce::after,
.tabs-container.loading::after,
.woocommerce .wishlist_table .product-add-to-cart a.loading::after,
.button.loading::after,
.woocommerce-pagination.loading .button-loadmore::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: '';
width: 24px;
height: 24px;
margin: auto;   border: 1px solid #222;
border-top-color: #fff;
border-bottom-color: #fff;
border-radius: 50%;
background-size: cover;
background-position: center center;
z-index: 10;
-webkit-animation: fa-spin 0.3s infinite linear;
-o-animation: fa-spin 0.3s infinite linear;
animation: fa-spin 0.3s infinite linear;
} .faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
opacity: 0.5;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
filter: grayscale(100%);
}
.elementor-section.background-zoom > .elementor-container{
background: inherit;
}
.elementor-section.background-zoom > .elementor-container::before{
position: absolute;
content: '';
top: 0;
bottom: 0;
left: 0;
right: 0;
background: inherit;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
pointer-events: none;
}
.elementor-section.background-zoom:hover > .elementor-container::before{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.elementor-section.border-plus:hover .image-effect,
.elementor-section.border-plus:hover img,
.elementor-section.border-scale:hover .image-effect,
.elementor-section.border-scale:hover img{
opacity: 1;
}