/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

/** variables */
:root { --oro-primary: #d0a149; --oro-primary-rgb: 208, 161, 73; }

/** header */


/** nav */
.secondary-navigation .icon-wrapper svg { stroke: var(--oro-primary) !important; }

/** banner */
.wpcp-image-description a { color: #d0a149; background: rgba(255,255,255,.5); padding: 3px 18px; border: 1px solid #d0a149; display: inline-block; margin: 15px 0 10px; }
.wpcp-image-description a:hover { color: #fff; background: #d0a149; }
.wpcp-slide-image img { width: 100%; }
.wpcp-all-captions { width: 100%; inset: 0 !important; margin: auto; height: fit-content; padding: 10px 10px 0 !important; }
.wpcp-all-captions .wpcp-image-caption { font-size: 1.25rem !important; }
#wpcpro-wrapper-10602 #sp-wp-carousel-pro-id-10602.wpcp-carousel-section.sp-wpcp-10602 .wpcp-swiper-dots { display: none; }

/** category pages */
.shoptimizer-category-banner { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 100px; text-align: center; background-color: rgb(249, 239, 214) !important; }
.shoptimizer-category-banner .taxonomy-description { max-width: 800px; margin: 1rem auto 0; }
.content-area header.woocommerce-products-header img { display: none; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: var(--oro-primary) !important; color: #fff !important; }

/** woocommerce */
.woocommerce-message { background-color: var(--oro-primary); }

/** single product */
.single-product div.product .product_meta { border: none; background: transparent; text-align: left; width: auto; margin: 0; clear: both; left: inherit; right: inherit; font-size: 13px; }
.single-product div.product .product_meta .posted_in, div.product .product_meta .sku_wrapper, div.product .product_meta .tagged_as { display: block; margin: 0; }
.single-product .woocommerce-Tabs-panel, .single-product .woocommerce-tabs.wc-tabs-wrapper { padding: 0 1rem; }
.single-product .woocommerce-tabs ul.tabs { padding-top: 0; }
a.wwp-login-to-see-wholesale-prices { display: block; width: 100%; text-align: center; transition: 0.2s; margin-top: 1rem; }

/** media queries */
/** Small devices (landscape phones, 576px and up) [-sm] */
@media only screen and (min-width : 576px) {
  .wpcp-all-captions { width: fit-content; inset: 0 !important; padding: 20px 30px 10px !important; border-radius: 15px; }
  .wpcp-image-description a { margin: 25px 0 10px; }
  #wpcpro-wrapper-10602 #sp-wp-carousel-pro-id-10602.wpcp-carousel-section.sp-wpcp-10602 .wpcp-swiper-dots { display: inline-block; }
}

/** Medium devices (tablets, 768px and up) [-md] */
@media only screen and (min-width : 768px) {
  .wpcp-all-captions { padding: 40px 100px 30px !important; }
}

/** Large devices (desktops, 992px and up) [-lg] */
@media only screen and (min-width : 992px) {
}

/** X-Large devices (large desktops, 1200px and up) [-xl] */
@media only screen and (min-width : 1200px) {
}

/** larger desktops, 1400px and up [-xxl] */
@media only screen and (min-width : 1400px) {
}