Initial Commit N° : 001 - V.4.3.3
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.sp-aws-search-container .aws-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nasa-search-full .aws-container .aws-search-form {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nasa-over-hide.nasa-modern-layout .sp-aws-search {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.nasa-over-hide.nasa-modern-layout .aws-search-form {
|
||||
min-height: 140px;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
||||
.nasa-search-space .nasa-over-hide.nasa-show .classic.sp-aws-search .nasa-close-search {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
/* html body:not(.nasa-mobile-app) #review_form_wrapper,
|
||||
html body.nasa-in-mobile.nasa-mobile-app #wrapper .woocommerce-tabs .ns-tab-item #reviews #review_form_wrapper {
|
||||
opacity: initial;
|
||||
visibility: initial;
|
||||
width: auto;
|
||||
position: relative;
|
||||
display: initial;
|
||||
-webkit-transform: translate(0, 0);
|
||||
-moz-transform: translate(0, 0);
|
||||
-o-transform: translate(0, 0);
|
||||
-ms-transform: translate(0, 0);
|
||||
transform: translate(0, 0);
|
||||
top: auto;
|
||||
left: auto;
|
||||
right: auto;
|
||||
bottom: auto;
|
||||
max-width: initial;
|
||||
z-index: initial;
|
||||
margin-top: 40px;
|
||||
} */
|
||||
|
||||
body #review_form_wrapper #review_form.cr-single-product-review {
|
||||
padding: 0;
|
||||
max-height: initial;
|
||||
overflow-y: initial;
|
||||
}
|
||||
|
||||
body #review_form_wrapper #review_form.cr-single-product-review *:not(textarea,input) {
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
.woocommerce-tabs #reviews #comments .avatar {
|
||||
width: auto;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
html body.nasa-in-mobile.nasa-mobile-app #wrapper .woocommerce-tabs .ns-tab-item #reviews #review_form_wrapper .comment-reply-title {
|
||||
padding: 0;
|
||||
}
|
||||
@@ -0,0 +1,76 @@
|
||||
.nasa-sp-fibo-search .warpper-mobile-search .search-wrapper.sp-fibo-search-container {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .sp-fibo-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp,
|
||||
.nasa-sp-fibo-search .warpper-mobile-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
|
||||
.nasa-sp-fibo-search .warpper-mobile-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
|
||||
.nasa-sp-fibo-search .dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
|
||||
top: 50%;
|
||||
left: auto;
|
||||
right: 15px;
|
||||
-webkit-transform: translateY(-50%);
|
||||
-moz-transform: translateY(-50%);
|
||||
-o-transform: translateY(-50%);
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.nasa-sp-fibo-search .dgwt-wcas-preloader {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .nasa-search-space .nasa-show-search-form.nasa-search-relative {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .nasa-search-space .nasa-show-search-form.nasa-search-relative input[name="s"] {
|
||||
padding: 13px 24px 13px 48px;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .dgwt-wcas-pd-addtc .add_to_cart_button.added {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .header-type-4 .nasa-search-space .nasa-show-search-form.nasa-search-relative {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nasa-sp-fibo-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.nasa-rtl.nasa-sp-fibo-search .warpper-mobile-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
|
||||
left: 15px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.nasa-rtl.nasa-sp-fibo-search .dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
|
||||
left: auto;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.nasa-rtl .dgwt-wcas-pd-addtc-form {
|
||||
-webkit-box-pack: start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.nasa-rtl .dgwt-wcas-pd-addtc-form > .quantity {
|
||||
margin-right: 0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.nasa-rtl .woocommerce .dgwt-wcas-pd-rating .star-rating {
|
||||
float: right;
|
||||
}
|
||||
@@ -0,0 +1,104 @@
|
||||
.row-submit-login-social div.nsl-container .nsl-button-default span.nsl-button-label-container {
|
||||
font-family: inherit;
|
||||
}
|
||||
.row-submit-login-social div.nsl-container svg {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.row-submit-login-social div.nsl-container-block .nsl-container-buttons a {
|
||||
margin: 5px auto;
|
||||
}
|
||||
.row-submit-login-social div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container {
|
||||
margin: 8px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body .nsl-container .nsl-button-default .nsl-button-label-container,
|
||||
body div.nsl-container .nsl-button-default div.nsl-button-label-container {
|
||||
margin: 0px;
|
||||
padding: 10px 0;
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
letter-spacing: .25px;
|
||||
overflow: hidden;
|
||||
text-align: start;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
flex: 1 1 auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
body div.nsl-container .nsl-container-buttons {
|
||||
display: -webkit-box !important;
|
||||
display: -moz-box !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: -webkit-flex !important;
|
||||
display: flex !important;
|
||||
margin: 0 -5px;
|
||||
clear: both;
|
||||
overflow: hidden;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
body .row-submit-login-social div.nsl-container-block .nsl-container-buttons a {
|
||||
width: 50%;
|
||||
display: block;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
body div.nsl-container .nsl-button {
|
||||
background-color: #ffffff !important;
|
||||
border: 1px solid #dedede;
|
||||
position: relative;
|
||||
color: #333333 !important;
|
||||
-webkit-border-radius: 5px !important;
|
||||
-moz-border-radius: 5px !important;
|
||||
border-radius: 5px !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
-moz-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
body div.nsl-container .nsl-button:hover {
|
||||
background-color: #f2f2f2 !important;
|
||||
}
|
||||
|
||||
/* div.nsl-container .nsl-button-facebook {
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
div.nsl-container .nsl-button-facebook .nsl-button-svg-container svg path {
|
||||
fill: #3b5998;
|
||||
} */
|
||||
|
||||
body.nasa-dark div.nsl-container .nsl-button {
|
||||
background-color: #000 !important;
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
body.nasa-dark div.nsl-container .nsl-button:hover {
|
||||
background-color: #111 !important;
|
||||
}
|
||||
|
||||
body.nasa-dark div.nsl-container .nsl-button .nsl-button-label-container {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.text-center div.nsl-container[data-align="left"] {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
.nasa-select-languages .trp-language-switcher,
|
||||
#nasa-menu-sidebar-content .trp-language-switcher {
|
||||
width: auto;
|
||||
height: auto;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nasa-select-languages .trp-language-switcher .trp-ls-shortcode-current-language,
|
||||
#nasa-menu-sidebar-content .trp-language-switcher .trp-ls-shortcode-current-language {
|
||||
width: auto !important;
|
||||
padding: 0;
|
||||
background-image: none;
|
||||
border: none;
|
||||
visibility: visible;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.nasa-select-languages .trp-language-switcher .trp-ls-shortcode-current-language > a,
|
||||
#nasa-menu-sidebar-content .trp-language-switcher .trp-ls-shortcode-current-language > a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nasa-select-languages .trp-language-switcher .trp-ls-shortcode-language {
|
||||
/* width: auto !important; */
|
||||
padding: 0;
|
||||
background-image: none;
|
||||
border: 1px solid #ececec;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
#nasa-menu-sidebar-content .trp-language-switcher .trp-ls-shortcode-language {
|
||||
width: 200px !important;
|
||||
padding: 0;
|
||||
background-image: none;
|
||||
border: 1px solid #ececec;
|
||||
bottom: 100%;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.nasa-select-languages .trp-language-switcher .trp-ls-shortcode-language > a,
|
||||
#nasa-menu-sidebar-content .trp-language-switcher .trp-ls-shortcode-language > a {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
.nasa-select-languages .trp-language-switcher .trp-ls-shortcode-language > a.trp-ls-disabled-language,
|
||||
#nasa-menu-sidebar-content .trp-language-switcher .trp-ls-shortcode-language > a.trp-ls-disabled-language {
|
||||
cursor: not-allowed
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.bundle_form div.bundled_product_summary{padding-bottom:1.618em !important;margin-bottom:1.618em;border-bottom:1px solid rgba(0,0,0,.05);padding-left:0}.bundle_form div.bundled_product_summary .bundled_product_images{margin-left:0}.bundle_form div.bundled_product_summary .bundled_product_images a{margin:0 !important}.bundle_form div.bundled_product_summary .bundled_product_images img{width:100% !important;margin-bottom:0}.bundle_form div.bundled_product_summary .details,.bundle_form tr.bundled_product_summary .details{font-size:.875em}.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:15.7894736842%;float:left;margin-right:5.2631578947%}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:78.9473684211%;float:right;margin-right:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{padding:0 !important}.bundled_table_item .product-name{padding-left:4rem}table.shop_table_responsive tr.bundled_table_item{display:none}@media(min-width: 768px){.bundle_table_item dl.bundle_configuration{display:none}table.shop_table_responsive tr.bundled_table_item{display:table-row}.sp-product-gallery-stacked .bundle_form .bundled_product_summary .details,.storefront-full-width-content .bundle_form .bundled_product_summary .details,.page-template-template-fullwidth-php .bundle_form .bundled_product_summary .details{font-size:1em}.sp-product-gallery-stacked #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.sp-product-gallery-stacked div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.storefront-full-width-content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.page-template-template-fullwidth-php div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:20%;float:left;margin-right:6.6666666667%}.sp-product-gallery-stacked .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.storefront-full-width-content .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details,.page-template-template-fullwidth-php .bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:73.3333333333%;float:right;margin-right:0}}@media(max-width: 568px){.woocommerce #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page #content div.product .bundle_form div.bundled_product_summary .bundled_product_images,.woocommerce-page div.product .bundle_form div.bundled_product_summary .bundled_product_images{width:100%;float:left;margin-left:0;margin-right:0}.bundle_form div.bundled_product_summary:not(.thumbnail_hidden) .details{width:100%;float:left;margin-left:0;margin-right:0}.bundle_form div.bundled_product_summary .bundled_product_images{max-width:50%}.bundle_form div.bundled_product_summary .bundled_product_images img{margin-bottom:1em}.bundle_form table.bundled_products td{display:block}.bundle_form table.bundled_products thead{display:none}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%;padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col,.bundle_form table.bundled_products tr td.bundled_item_details_col{padding-bottom:0}.bundle_form table.bundled_products tr td.bundled_item_images_col{width:100%}.bundle_form table.bundled_products tr td.bundled_item_qty_col{max-width:100%;text-align:left}}.bundle_form table.bundled_products thead th{background-color:#f1f1f1}.product-info .bundled_item_details_col .cart{margin-top: 10px;margin-bottom:0}
|
||||
@@ -0,0 +1,28 @@
|
||||
.html-ready body.single-product.woocommerce form.cart,
|
||||
.html-ready body.single-product.woocommerce .woocommerce-variation-add-to-cart {
|
||||
display: -webkit-box !important;
|
||||
display: -moz-box !important;
|
||||
display: -ms-flexbox !important;
|
||||
display: -webkit-flex !important;
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
#yith-wapo-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wapo-total-price-table table tr th,
|
||||
#wapo-total-price-table table tr td {
|
||||
font-size: 16px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.wapo-addon-description {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.yith-wapo-block .yith-wapo-addon {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@@ -0,0 +1,143 @@
|
||||
body .widget_ywraq_mini_list_quote {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
body .widget_ywraq_mini_list_quote .raq-info {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
body .widget_ywraq_mini_list_quote .raq_label {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
body .widget_ywraq_mini_list_quote .raq_label:before {
|
||||
font-family: 'Pe-icon-7-stroke';
|
||||
content: "\e69d";
|
||||
font-size: 25px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
body .widget_ywraq_mini_list_quote .yith-ywraq-list-wrapper {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
body .widget_ywraq_mini_list_quote .raq-info .handler-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body a.add-request-quote-button.button {
|
||||
font-size: 12px;
|
||||
margin: 10px 3px;
|
||||
}
|
||||
|
||||
body .product-item a.add-request-quote-button.button {
|
||||
font-size: 11px;
|
||||
margin: 0 0 10px 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
body .woocommerce ul.products li.product a.add-request-quote-button.button,
|
||||
body .wp-block-post.product a.add-request-quote-button.button,
|
||||
body a.add-request-quote-button.button {
|
||||
display: -webkit-inline-box;
|
||||
display: -moz-inline-box;
|
||||
display: -ms-inline-flexbox;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
body .woocommerce.single-product .product .yith-ywraq-add-to-quote {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
body.nasa-sp-ywraq .single_variation_wrap {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
gap: 0 5px;
|
||||
}
|
||||
|
||||
body.nasa-sp-ywraq .single_variation_wrap .woocommerce-variation {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.nasa-sp-ywraq .single_variation_wrap .yith-ywraq-add-to-quote {
|
||||
position: relative;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
-webkit-flex-wrap: wrap;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
body.nasa-sp-ywraq .single_variation_wrap .yith_ywraq_add_item_browse_message {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nasa-sp-ywraq .product-info .cart {
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
-webkit-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.nasa-ywraq-hide-add-to-cart .product-info .cart .single_add_to_cart_button,
|
||||
.nasa-ywraq-hide-add-to-cart .cart-link,
|
||||
.nasa-ywraq-hide-add-to-cart .nasa-icon-mini-cart,
|
||||
.nasa-ywraq-hide-add-to-cart .nasa-variable-add-to-cart-in-grid {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.yith-ywraq-list-content .yith-ywraq-list-item-info img {
|
||||
min-width: 50px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.yith_ywraq_add_item_browse_message a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
.products.list .yith-ywraq-add-to-quote {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.products.list .product-item > .clear {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.products.list .product-item.product-type-simple .group-btn-in-list {
|
||||
padding-top: 15px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,510 @@
|
||||
.yith-wcpb-bundled-items-heading {
|
||||
font-size : 1.1em;
|
||||
margin : 15px 0 10px;
|
||||
font-weight : 500;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items {
|
||||
width : 100%;
|
||||
border : 1px solid #d8d8d8;
|
||||
border-radius : 5px;
|
||||
border-collapse : separate;
|
||||
-webkit-box-shadow : 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
|
||||
box-shadow : 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
|
||||
margin-bottom : 30px;
|
||||
overflow : hidden;
|
||||
table-layout : auto;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items label {
|
||||
display : inline-block;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item {
|
||||
border-bottom : 1px solid #d8d8d8;
|
||||
display : flex;
|
||||
padding : 20px;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item:last-child {
|
||||
border-bottom : none;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-image {
|
||||
width : 80px;
|
||||
padding : 0 !important;
|
||||
vertical-align : top;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items .yith-wcpb-product-bundled-item-data {
|
||||
padding-left : 20px;
|
||||
position : relative;
|
||||
flex : 1;
|
||||
display : flex;
|
||||
flex-direction : column;
|
||||
justify-content : center;
|
||||
text-align: initial;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__variations_form {
|
||||
max-width : 400px;
|
||||
}
|
||||
|
||||
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data__variations_form .variations select.yith-wcpb-select-for-variables {
|
||||
margin-right : 0;
|
||||
width : 100%;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__optional {
|
||||
margin : 15px 0;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__optional label {
|
||||
font-weight : 500;
|
||||
font-size : 0.9em;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-image .images {
|
||||
margin : 0 !important;
|
||||
padding : 0 !important;
|
||||
width : 100% !important;
|
||||
float : none !important;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-image img {
|
||||
width : 80px;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data h3,
|
||||
.single-product .yith-wcpb-product-bundled-item-data h3 {
|
||||
font-size : 1em;
|
||||
margin : 5px 0;
|
||||
}
|
||||
|
||||
h3.yith-wcpb-product-bundled-item-data__title,
|
||||
.single-product h3.yith-wcpb-product-bundled-item-data__title {
|
||||
margin-top : 0;
|
||||
}
|
||||
|
||||
h3.yith-wcpb-product-bundled-item-data__title a,
|
||||
.single-product h3.yith-wcpb-product-bundled-item-data__title a {
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data p {
|
||||
margin-bottom : 5px;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data .woocommerce-variation-price,
|
||||
.yith-wcpb-product-bundled-item-data .price {
|
||||
display : none;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__price .price {
|
||||
display : block;
|
||||
font-size: 100%;
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__price .price del,
|
||||
.yith-wcpb-product-bundled-item-data__price .price del span.amount {
|
||||
font-size : 12px !important;
|
||||
opacity : 1 !important;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__price .price ins {
|
||||
font-weight : bold;
|
||||
color : #485b6d;
|
||||
line-height : 1.7;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__description {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items p.stock {
|
||||
display : block;
|
||||
margin : 0 !important;
|
||||
text-align : right;
|
||||
padding : 0 2px 10px 0;
|
||||
background : transparent;
|
||||
font-size : 0.92em;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items p.stock.out-of-stock {
|
||||
color : #5d5d5d;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-items p.stock.in-stock {
|
||||
color : #5d5d5d;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-availability.not-variation p.stock {
|
||||
padding : 10px 2px 0 0;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity {
|
||||
width : 70px;
|
||||
min-width : 70px;
|
||||
padding : 13px 5px;
|
||||
background : #fff;
|
||||
border : 1px solid #d1d1d1;
|
||||
text-align : center;
|
||||
line-height : 1;
|
||||
height : auto;
|
||||
}
|
||||
|
||||
.yith-wcpb-bundled-quantity__invalid-notice {
|
||||
display : none;
|
||||
margin-top : 6px;
|
||||
border-radius : 5px;
|
||||
font-size : .7em;
|
||||
font-weight : 600;
|
||||
color : red;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity:invalid {
|
||||
border-color : red;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data__quantity input[type='number'].yith-wcpb-bundled-quantity:invalid + .yith-wcpb-bundled-quantity__invalid-notice {
|
||||
display : block;
|
||||
}
|
||||
|
||||
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations {
|
||||
margin : 15px 0 7px;
|
||||
}
|
||||
|
||||
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations td {
|
||||
font-size : 0.9em;
|
||||
font-weight : 500;
|
||||
}
|
||||
|
||||
.woocommerce div.product form.cart .yith-wcpb-product-bundled-item-data table.variations .reset_variations {
|
||||
float : right;
|
||||
text-transform : none;
|
||||
text-decoration : none;
|
||||
}
|
||||
|
||||
.yith-wcpb-product-bundled-item-data table.variations,
|
||||
.yith-wcpb-product-bundled-item-data table.variations tr {
|
||||
border : 0px none;
|
||||
}
|
||||
|
||||
#yith-par-message-cart {
|
||||
justify-content: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.woocommerce-notices-wrapper #yith-par-message-cart {
|
||||
margin: 0;
|
||||
justify-content: flex-start;
|
||||
border-left: 4px solid #00a32a;
|
||||
}
|
||||
|
||||
.nasa-combo-row {
|
||||
border-top: 1px solid #ddd;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding: 30px 0px;
|
||||
margin-top: 18px !important;
|
||||
}
|
||||
.nasa-combo-row.no-border {
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
padding: 0px;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.nasa-combo-row h3 {
|
||||
font-weight: 400;
|
||||
font-size: 160%;
|
||||
margin-bottom: 25px;
|
||||
text-align: left;
|
||||
}
|
||||
.nasa-combo-row nav {
|
||||
display: inline-block;
|
||||
padding: 11px 15px;
|
||||
border: 1px solid #ddd;
|
||||
-webkit-border-radius: 99px;
|
||||
-moz-border-radius: 99px;
|
||||
border-radius: 99px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.nasa-combo-row nav:hover {
|
||||
border: 1px solid #000;
|
||||
color: #000;
|
||||
}
|
||||
.nasa-combo-row .nasa-combo-view-more {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
font-size: 120%;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.nasa-slider-wrap-combo .nasa-nav-carousel-wrap {
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid:hover .nasa-product-bundle-btns .quick-view {
|
||||
visibility: visible;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid .price {
|
||||
display: none;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view {
|
||||
border: 1px solid;
|
||||
cursor: pointer;
|
||||
font-family: inherit;
|
||||
line-height: 1;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
background-color: white;
|
||||
padding: 5px 8px;
|
||||
color: #444444;
|
||||
border-color: #aaaaaa;
|
||||
transition: none;
|
||||
visibility: hidden;
|
||||
margin-top: 15px;
|
||||
-webkit-border-radius: 5px;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view:hover {
|
||||
background-color: #f76b6a;
|
||||
border-color: #f76b6a;
|
||||
color: #fff;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view .quick-view-icon .pe-icon {
|
||||
display: none;
|
||||
}
|
||||
.nasa-combo-slider .product-item.grid .nasa-product-bundle-btns .quick-view .quick-view-icon .nasa-icon-text {
|
||||
display: block;
|
||||
}
|
||||
.nasa-combo-popup-wrap .mfp-content {
|
||||
background: none;
|
||||
padding: 20px 0;
|
||||
}
|
||||
.nasa-combo-popup-wrap .nasa-combo-row {
|
||||
border: none;
|
||||
background: #FFF;
|
||||
padding: 30px 20px;
|
||||
-webkit-border-radius: 10px;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.nasa-combo-popup-wrap .nasa-combo-row .nasa-product-bundle-btns {
|
||||
display: none;
|
||||
}
|
||||
.nasa-dark nasa-combo-popup {
|
||||
background: #333;
|
||||
}
|
||||
.nasa-dark .nasa-combo-popup .nasa-slide-left-info-wrap .nasa-nav-icon-slider:hover,
|
||||
.nasa-dark .nasa-combo-popup .nasa-slide-left-info-wrap .nasa-nav-icon-slider:focus{
|
||||
color: #333;
|
||||
}
|
||||
.nasa-gift-featured-wrap {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 7px;
|
||||
top: 8px;
|
||||
font-size: 100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event {
|
||||
display: block;
|
||||
padding: 4px 5px;
|
||||
border: 1px solid #ddd;
|
||||
cursor: pointer;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event .pe-icon,
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event .nasa-icon {
|
||||
color: #9e9e9e;
|
||||
font-weight: 500;
|
||||
}
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover {
|
||||
background-color: #f76b6a;
|
||||
border-color: #f76b6a;
|
||||
}
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .pe-icon,
|
||||
.nasa-gift-featured-wrap .nasa-gift-featured-event:hover .nasa-icon {
|
||||
color: #fff;
|
||||
}
|
||||
.group-btn-in-list .btn-combo-link .nasa-icon {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
font-size: 150%;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.group-btn-in-list .btn-combo-link .nasa-icon-text {
|
||||
display: inline-block;
|
||||
line-height: 1.5;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.group-btn-in-list .btn-combo-link .gift-icon {
|
||||
top: 0;
|
||||
}
|
||||
.group-btn-in-list .btn-combo-link .gift-icon .nasa-icon-text {
|
||||
line-height: 1.8;
|
||||
}
|
||||
.nasa-table-compare .btn-combo-link {
|
||||
display: none;
|
||||
}
|
||||
.product-item:hover .product-img-wrap .nasa-product-grid .btn-combo-link, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-grid .btn-combo-link {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(0px);
|
||||
-moz-transform: translateX(0px);
|
||||
-o-transform: translateX(0px);
|
||||
-ms-transform: translateX(0px);
|
||||
transform: translateX(0px);
|
||||
}
|
||||
.product-item:hover .product-img-wrap .nasa-product-grid .add-to-cart-grid, .product-item.nasa-mobile-hover .product-img-wrap .nasa-product-grid .add-to-cart-grid {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
-webkit-transform: translateX(0px);
|
||||
-moz-transform: translateX(0px);
|
||||
-o-transform: translateX(0px);
|
||||
-ms-transform: translateX(0px);
|
||||
transform: translateX(0px);
|
||||
}
|
||||
.nasa-product-grid .btn-combo-link {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
left: -46px;
|
||||
z-index: 6;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background: #696969;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
-webkit-border-radius: 50%;
|
||||
-moz-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
-webkit-transform: translateX(10px);
|
||||
-moz-transform: translateX(10px);
|
||||
-o-transform: translateX(10px);
|
||||
-ms-transform: translateX(10px);
|
||||
transform: translateX(10px);
|
||||
}
|
||||
.nasa-product-grid .btn-combo-link .nasa-icon {
|
||||
color: #FFF;
|
||||
font-size: 110%;
|
||||
line-height: 36px;
|
||||
}
|
||||
.nasa-product-grid .btn-combo-link:hover {
|
||||
background: #333;
|
||||
}
|
||||
.nasa-slide-left-info-wrap .nasa-combo-gift {
|
||||
text-align: left;
|
||||
font-size: 105%;
|
||||
color: inherit;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.product-item .info.nasa-combo-info-item {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.product-item .info.nasa-combo-info-item .star-rating {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.product-lightbox .nasa-gift-label {
|
||||
margin-top: 20px;
|
||||
}
|
||||
#nasa-slider-gifts-product-quickview {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.nasa-gift-product-quickview-item a h5 {
|
||||
margin-top: 15px;
|
||||
}
|
||||
body.nasa-dark .nasa-gift-product-quickview-item a:hover,
|
||||
body.nasa-dark .nasa-gift-product-quickview-item a:focus {
|
||||
color: #FFF;
|
||||
}
|
||||
#nasa-slider-gifts-product-quickview .nasa-gift-product-quickview-item h5 {
|
||||
font-size: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
}
|
||||
#nasa-slider-gifts-product-quickview .nasa-gift-product-quickview-item .nasa-label-stock {
|
||||
text-align: center;
|
||||
}
|
||||
@media only screen and (min-width: 52.96552em) {
|
||||
.nasa-hoz-buttons .nasa-product-grid .btn-combo-link {
|
||||
z-index: 6;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
border: 1px solid #f1f1f1;
|
||||
background: transparent;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.nasa-hoz-buttons .nasa-product-grid .btn-combo-link .nasa-icon {
|
||||
color: #333;
|
||||
font-size: 100%;
|
||||
font-weight: bold;
|
||||
line-height: 31px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 52.96552em) {
|
||||
.product-item .nasa-product-grid .btn-combo-link {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
left: -34px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 0;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
-webkit-transform: translateX(10px);
|
||||
-moz-transform: translateX(10px);
|
||||
-o-transform: translateX(10px);
|
||||
-ms-transform: translateX(10px);
|
||||
transform: translateX(10px);
|
||||
-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
||||
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.product-item .nasa-product-grid .btn-combo-link .nasa-icon {
|
||||
color: inherit;
|
||||
line-height: 30px;
|
||||
font-size: 110%;
|
||||
}
|
||||
.product-item:hover .nasa-product-grid .btn-combo-link, .product-item.nasa-mobile-hover .nasa-product-grid .btn-combo-link {
|
||||
opacity: 0.8;
|
||||
-webkit-transform: translateX(0);
|
||||
-moz-transform: translateX(0);
|
||||
-o-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
.products.grid .nasa-combo-row {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
.html-ready .nasa-product-grid .btn-combo-link {
|
||||
-webkit-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -webkit-transform .3s .45s ease-out;
|
||||
-moz-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -moz-transform .3s .45s ease-out;
|
||||
-ms-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, -ms-transform .3s .45s ease-out;
|
||||
-o-transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, .3s .45s ease-out, -o-transform .3s .45s ease-out;
|
||||
transition: color .3s .001s ease-out, background .1s .001s ease-out, visibility .3s .45s ease-out, opacity .3s .45s ease-out, transform .3s .45s ease-out;
|
||||
}
|
||||
Reference in New Issue
Block a user