/* Minify_CSS_UriRewriter::$debugText

*/

/* quick-view.css */

/* 1   */ /*----------  Media Query min-width Structure   ----------*/
/* 2   */ /*----------  Media Query max-width Structure   ----------*/
/* 3   */ /*----------  Break-point min-width Structure   ----------*/
/* 4   */ /*----------  Break-point max-width Structure   ----------*/
/* 5   */ /**
/* 6   *|  * Quick View Style
/* 7   *|  */
/* 8   */ /*=======================
/* 9   *| * MODAL POPUP STYLE
/* 10  *| ========================*/
/* 11  */ #thnk-quick-view-content .product_meta {
/* 12  */     border: 1px solid #efefef;
/* 13  */     display: flex;
/* 14  */     width: 100%;
/* 15  */     margin-bottom: 40px;
/* 16  */ padding:0
/* 17  */ }
/* 18  */ #thnk-quick-view-content .slides img{
/* 19  */   width:100%!important;
/* 20  */ }
/* 21  */ #thnk-quick-view-content .product_meta > span {
/* 22  */     display: table-cell;
/* 23  */     vertical-align: middle;
/* 24  */     text-align: center;
/* 25  */     padding:15px;
/* 26  */     border-right: 1px solid #eaeaea;
/* 27  */ }
/* 28  */ .woocommerce .thnk-woo-product .quantity .qty{
/* 29  */ height:38px;
/* 30  */ border:0;
/* 31  */ }
/* 32  */ html.thnk-quick-view-is-open,
/* 33  */ html.thnk-quick-view-is-open body {
/* 34  */   overflow: hidden;
/* 35  */ }
/* 36  */
/* 37  */ html.thnk-quick-view-is-open .main-header-bar.thnk-sticky-active,
/* 38  */ html.thnk-quick-view-is-open .thnk-above-header.thnk-sticky-active,
/* 39  */ html.thnk-quick-view-is-open .thnk-below-header.thnk-sticky-active {
/* 40  */   margin-left: 0;
/* 41  */ }
/* 42  */
/* 43  */ .thnk-quick-view-bg {
/* 44  */   position: fixed;
/* 45  */   visibility: hidden;
/* 46  */   overflow: hidden;
/* 47  */   background: #0b0b0b;
/* 48  */   opacity: 0;
/* 49  */   -webkit-transition: opacity .25s;
/* 50  */   transition: opacity .25s;

/* quick-view.css */

/* 51  */   z-index: 1042;
/* 52  */ }
/* 53  */
/* 54  */ .thnk-quick-view-loader {
/* 55  */   z-index: 1000;
/* 56  */   border: none;
/* 57  */   margin: 0px;
/* 58  */   padding: 0px;
/* 59  */   width: 100%;
/* 60  */   height: 100%;
/* 61  */   top: 0px;
/* 62  */   left: 0px;
/* 63  */   position: absolute;
/* 64  */ }
/* 65  */ .thnk-quick-view-bg-ready {
/* 66  */   top: 0;
/* 67  */   left: 0;
/* 68  */   width: 100%;
/* 69  */   height: 100%;
/* 70  */   opacity: 0.6;
/* 71  */   visibility: visible;
/* 72  */ }
/* 73  */
/* 74  */ body #thnk-quick-view-modal div.product .flex-viewport {
/* 75  */   width: 100%;
/* 76  */   float: none;
/* 77  */ }
/* 78  */
/* 79  */ #thnk-quick-view-modal {
/* 80  */   position: fixed;
/* 81  */   visibility: hidden;
/* 82  */   opacity: 0;
/* 83  */   top: 0;
/* 84  */   left: 0;
/* 85  */   width: 100%;
/* 86  */   height: 100%;
/* 87  */   z-index: 1400;
/* 88  */   text-align: center;
/* 89  */   -webkit-transition: all 0.3s;
/* 90  */   transition: all 0.3s;
/* 91  */   overflow-x: hidden;
/* 92  */   overflow-y: auto;
/* 93  */ }
/* 94  */
/* 95  */ #thnk-quick-view-modal .thnk-content-main-wrapper {
/* 96  */   text-align: center;
/* 97  */   position: absolute;
/* 98  */   width: 100%;
/* 99  */   height: 100%;
/* 100 */   left: 0;

/* quick-view.css */

/* 101 */   top: 0;
/* 102 */   padding:0;
/* 103 */ }
/* 104 */
/* 105 */ #thnk-quick-view-modal .thnk-content-main-wrapper:before {
/* 106 */   content: '';
/* 107 */   display: inline-block;
/* 108 */   vertical-align: middle;
/* 109 */   height: 100%;
/* 110 */ }
/* 111 */
/* 112 */ #thnk-quick-view-modal .thnk-content-main {
/* 113 */   position: relative;
/* 114 */   pointer-events: none;
/* 115 */   display: inline-block;
/* 116 */   vertical-align: middle;
/* 117 */   max-width: 100%;
/* 118 */   margin: 0 auto;
/* 119 */   text-align: left;
/* 120 */   z-index: 1045;
/* 121 */   -webkit-transform: translateY(-30px);
/* 122 */   -ms-transform: translateY(-30px);
/* 123 */   transform: translateY(-30px);
/* 124 */   opacity: 0;
/* 125 */   -webkit-transition: opacity .3s, -webkit-transform .5s;
/* 126 */   transition: opacity .3s, -webkit-transform .5s;
/* 127 */   transition: transform .5s, opacity .3s;
/* 128 */   transition: transform .5s, opacity .3s, -webkit-transform .5s;
/* 129 */ }
/* 130 */
/* 131 */ #thnk-quick-view-modal .thnk-content-main:after, #thnk-quick-view-modal .thnk-content-main:before {
/* 132 */   content: '';
/* 133 */   display: table;
/* 134 */   clear: both;
/* 135 */ }
/* 136 */
/* 137 */ #thnk-quick-view-modal .thnk-lightbox-content{
/* 138 */   display: table;
/* 139 */   pointer-events: auto;
/* 140 */   background-color: #fff;
/* 141 */   max-width: 975px;
/* 142 */   margin: 20px auto;
/* 143 */   -webkit-transform: translateZ(0);
/* 144 */   transform: translateZ(0);
/* 145 */   -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
/* 146 */   box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
/* 147 */   position: relative;
/* 148 */ }
/* 149 */
/* 150 */ #thnk-quick-view-modal.open {

/* quick-view.css */

/* 151 */   visibility: visible;
/* 152 */   opacity: 1;
/* 153 */ }
/* 154 */
/* 155 */ #thnk-quick-view-modal.open .thnk-content-main {
/* 156 */   -webkit-transform: translateY(0);
/* 157 */   -ms-transform: translateY(0);
/* 158 */   transform: translateY(0);
/* 159 */   opacity: 1;
/* 160 */   width: 100%;
/* 161 */ }
/* 162 */
/* 163 */ #thnk-quick-view-modal .thnk-qv-image-slider {
/* 164 */   position: relative;
/* 165 */ }
/* 166 */
/* 167 */ #thnk-quick-view-modal .thnk-qv-image-slider .thnk-qv-slides li {
/* 168 */   list-style: none;
/* 169 */ }
/* 170 */ #thnk-quick-view-modal .slides {
/* 171 */     cursor: default;
/* 172 */     position: relative;
/* 173 */     top: 0px;
/* 174 */     left: 0px;
/* 175 */     width: auto;
/* 176 */     height: auto;
/* 177 */     overflow: hidden;
/* 178 */ }
/* 179 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-control-nav {
/* 180 */   margin: 0;
/* 181 */   padding: 0;
/* 182 */   width: 100%;
/* 183 */   position: absolute;
/* 184 */   bottom: 10px;
/* 185 */   text-align: center;
/* 186 */ }
/* 187 */
/* 188 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-control-nav li {
/* 189 */   margin: 0 6px;
/* 190 */   display: inline-block;
/* 191 */   zoom: 1;
/* 192 */   vertical-align: middle;
/* 193 */ }
/* 194 */
/* 195 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-control-paging li a {
/* 196 */   width: 11px;
/* 197 */   height: 11px;
/* 198 */   display: block;
/* 199 */   background: #666;
/* 200 */   background: rgba(0, 0, 0, 0.5);

/* quick-view.css */

/* 201 */   cursor: pointer;
/* 202 */   text-indent: -9999px;
/* 203 */   -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
/* 204 */   box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
/* 205 */   -webkit-border-radius: 20px;
/* 206 */   border-radius: 20px;
/* 207 */ }
/* 208 */
/* 209 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-control-paging li a.flex-active {
/* 210 */   background: #000;
/* 211 */   background: rgba(0, 0, 0, 0.9);
/* 212 */   cursor: default;
/* 213 */ }
/* 214 */
/* 215 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav {
/* 216 */   margin: 0;
/* 217 */   padding: 0;
/* 218 */   list-style: none;
/* 219 */ }
/* 220 */
/* 221 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav a {
/* 222 */   text-decoration: none;
/* 223 */   display: block;
/* 224 */   width: 20px;
/* 225 */   height: 20px;
/* 226 */   margin: -20px 0 0;
/* 227 */   position: absolute;
/* 228 */   top: 50%;
/* 229 */   z-index: 10;
/* 230 */   overflow: hidden;
/* 231 */   opacity: 0;
/* 232 */   cursor: pointer;
/* 233 */   color: rgba(0, 0, 0, 0.8);
/* 234 */   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
/* 235 */   -webkit-transition: all 0.3s ease-in-out;
/* 236 */   transition: all 0.3s ease-in-out;
/* 237 */ }
/* 238 */
/* 239 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav .flex-prev:before,
/* 240 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav .flex-next:before {
/* 241 */   content: "\f340";
/* 242 */   font-family: 'dashicons' !important;
/* 243 */   speak: none;
/* 244 */   font-size: 20px;
/* 245 */   font-style: normal;
/* 246 */   font-weight: normal;
/* 247 */   font-variant: normal;
/* 248 */   text-transform: none;
/* 249 */   line-height: 1;
/* 250 */   -webkit-font-smoothing: antialiased;

/* quick-view.css */

/* 251 */   -moz-osx-font-smoothing: grayscale;
/* 252 */ }
/* 253 */
/* 254 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav .flex-prev {
/* 255 */   left: -50px;
/* 256 */ }
/* 257 */
/* 258 */ #thnk-quick-view-modal .thnk-qv-image-slider .flex-direction-nav .flex-next {
/* 259 */   right: -50px;
/* 260 */   text-align: right;
/* 261 */   -webkit-transform: rotate(-180deg);
/* 262 */   -ms-transform: rotate(-180deg);
/* 263 */   transform: rotate(-180deg);
/* 264 */ }
/* 265 */
/* 266 */ #thnk-quick-view-modal .thnk-qv-image-slider:hover .flex-direction-nav .flex-prev {
/* 267 */   opacity: 0.7;
/* 268 */   left: 10px;
/* 269 */ }
/* 270 */
/* 271 */ #thnk-quick-view-modal .thnk-qv-image-slider:hover .flex-direction-nav .flex-next {
/* 272 */   opacity: 0.7;
/* 273 */   right: 10px;
/* 274 */ }
/* 275 */
/* 276 */ #thnk-quick-view-content {
/* 277 */   height: 100%;
/* 278 */ }
/* 279 */
/* 280 */ #thnk-quick-view-content div.product {
/* 281 */   padding: 0;
/* 282 */   display: inline-block;
/* 283 */   vertical-align: middle;
/* 284 */   box-sizing: border-box;
/* 285 */ }
/* 286 */
/* 287 */ #thnk-quick-view-content div.images {
/* 288 */   width: 50%;
/* 289 */   float: left;
/* 290 */   opacity: 1 !important;
/* 291 */   margin: 0;
/* 292 */ }
/* 293 */
/* 294 */ #thnk-quick-view-content div.summary {
/* 295 */   margin: 0;
/* 296 */   padding: 30px;
/* 297 */   width: 50%;
/* 298 */   float: left;
/* 299 */ }
/* 300 */ #thnk-quick-view-content .product_meta > span{

/* quick-view.css */

/* 301 */     font-size: 13px;
/* 302 */     padding: 9px 13px;
/* 303 */     border: 0;
/* 304 */ }
/* 305 */ #thnk-quick-view-modal div.product form.cart table{
/* 306 */ margin-bottom:5px;
/* 307 */ }
/* 308 */ @media (max-width: 768px) {
/* 309 */   #thnk-quick-view-content div.summary form.cart .button {
/* 310 */     padding: 10px;
/* 311 */   }
/* 312 */ }
/* 313 */
/* 314 */ @media (min-width: 545px) {
/* 315 */   #thnk-quick-view-content div.summary {
/* 316 */     content: '544';
/* 317 */     overflow-y: auto;
/* 318 */     padding-bottom: -webkit-calc(70px + 1em);
/* 319 */     padding-bottom: calc(70px + 1em);
/* 320 */   }
/* 321 */   #thnk-quick-view-content div.summary form.cart {
/* 322 */     position: absolute;
/* 323 */     bottom: 0;
/* 324 */     background: #fff;
/* 325 */     margin: 0 -30px;
/* 326 */     padding: 20px 30px 30px;
/* 327 */     width: 50%;
/* 328 */     width: -webkit-calc( 50% - 30px);
/* 329 */     width: calc( 50% - 30px);
/* 330 */     z-index:1;
/* 331 */   }
/* 332 */ }
/* 333 */
/* 334 */ #thnk-quick-view-content div.summary .added_to_cart{
/* 335 */   padding-top: 5px;
/* 336 */ }
/* 337 */
/* 338 */ #thnk-quick-view-content div.woocommerce-product-rating:after, #thnk-quick-view-content div.woocommerce-product-rating:before {
/* 339 */   content: '';
/* 340 */   display: table;
/* 341 */   clear: both;
/* 342 */ }
/* 343 */
/* 344 */ #thnk-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
/* 345 */   display: none;
/* 346 */ }
/* 347 */
/* 348 */ #thnk-quick-view-content .onsale {
/* 349 */   top: 15px;
/* 350 */   left: 15px;

/* quick-view.css */

/* 351 */   right: auto;
/* 352 */ }
/* 353 */
/* 354 */ #thnk-quick-view-close {
/* 355 */  position: absolute;
/* 356 */     font-size: 20px;
/* 357 */     top:10px;
/* 358 */     right: 10px;
/* 359 */     width: 28px;
/* 360 */     height: 28px;
/* 361 */     line-height: 28px;
/* 362 */     opacity: .7;
/* 363 */     text-align: center;
/* 364 */     z-index: 2;
/* 365 */     background: #000;
/* 366 */     color:#fff;
/* 367 */     border-radius: 50%;
/* 368 */ }
/* 369 */ #thnk-quick-view-content div.summary::-webkit-scrollbar {
/* 370 */     width:6px;
/* 371 */ }
/* 372 */ #thnk-quick-view-close:before {
/* 373 */ content: "\f335";
/* 374 */ font-family: dashicons;
/* 375 */ text-decoration: inherit;
/* 376 */ margin-left: 2px;
/* 377 */ }
/* 378 */
/* 379 */ #thnk-quick-view-close:hover {
/* 380 */   opacity: 1;
/* 381 */   -webkit-transition: all 0.2s ease;
/* 382 */   transition: all 0.2s ease;
/* 383 */ }
/* 384 */
/* 385 */ @media (max-width: 544px) {
/* 386 */   #thnk-quick-view-content div.images,
/* 387 */   #thnk-quick-view-content div.summary {
/* 388 */     width: 100%;
/* 389 */     float: none;
/* 390 */   }
/* 391 */   #thnk-quick-view-content div.summary {
/* 392 */     margin: 0;
/* 393 */     padding: 15px;
/* 394 */     width: 100%;
/* 395 */     float: left;
/* 396 */   }
/* 397 */ }
/* 398 */
/* 399 */ /* Button On Page and Image */
/* 400 */ .thnkaira-shop-thumbnail-wrap {

/* quick-view.css */

/* 401 */   position: relative;
/* 402 */ }
/* 403 */
/* 404 */
/* 405 */ .thnkaira-shop-thumbnail-wrap:hover .opn-quick-view-text {
/* 406 */   opacity: 1;
/* 407 */ }
/* 408 */
/* 409 */ .woocommerce #thnk-quick-view-modal div.product form.cart .button.single_add_to_cart_button.loading {
/* 410 */   padding-right: 40px;
/* 411 */ }
/* 412 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* owl.carousel.css */

/* 1   */ /**
/* 2   *|  * Owl Carousel v2.3.4
/* 3   *|  * Copyright 2013-2018 David Deutsch
/* 4   *|  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
/* 5   *|  */
/* 6   */ /*
/* 7   *|  *  Owl Carousel - Core
/* 8   *|  */
/* 9   */ .owl-carousel {
/* 10  */   display: none;
/* 11  */   -webkit-tap-highlight-color: transparent;
/* 12  */   /* position relative and z-index fix webkit rendering fonts issue */
/* 13  */   position: relative;
/* 14  */   z-index: 1; }
/* 15  */   .owl-carousel .owl-stage {
/* 16  */     position: relative;
/* 17  */     -ms-touch-action: pan-Y;
/* 18  */     touch-action: manipulation;
/* 19  */     -moz-backface-visibility: hidden;
/* 20  */     /* fix firefox animation glitch */ }
/* 21  */   .owl-carousel .owl-stage:after {
/* 22  */     content: ".";
/* 23  */     display: block;
/* 24  */     clear: both;
/* 25  */     visibility: hidden;
/* 26  */     line-height: 0;
/* 27  */     height: 0; }
/* 28  */   .owl-carousel .owl-stage-outer {
/* 29  */     position: relative;
/* 30  */     overflow: hidden;
/* 31  */     /* fix for flashing background */
/* 32  */     -webkit-transform: translate3d(0px, 0px, 0px); }
/* 33  */   .owl-carousel .owl-wrapper,
/* 34  */   .owl-carousel .owl-item {
/* 35  */     -webkit-backface-visibility: hidden;
/* 36  */     -moz-backface-visibility: hidden;
/* 37  */     -ms-backface-visibility: hidden;
/* 38  */     -webkit-transform: translate3d(0, 0, 0);
/* 39  */     -moz-transform: translate3d(0, 0, 0);
/* 40  */     -ms-transform: translate3d(0, 0, 0); }
/* 41  */   .owl-carousel .owl-item {
/* 42  */     background:;
/* 43  */     position: relative;
/* 44  */     min-height: 1px;
/* 45  */     float: left;
/* 46  */     -webkit-backface-visibility: hidden;
/* 47  */     -webkit-tap-highlight-color: transparent;
/* 48  */     -webkit-touch-callout: none; }
/* 49  */
/* 50  */   .owl-carousel .owl-item img {

/* owl.carousel.css */

/* 51  */     display: block;
/* 52  */         margin: auto;
/* 53  */ }
/* 54  */   .owl-carousel .owl-nav.disabled,
/* 55  */   .owl-carousel .owl-dots.disabled {
/* 56  */     display: none; }
/* 57  */   .owl-carousel .owl-nav .owl-prev,
/* 58  */   .owl-carousel .owl-nav .owl-next,
/* 59  */   .owl-carousel .owl-dot {
/* 60  */     cursor: pointer;
/* 61  */     -webkit-user-select: none;
/* 62  */     -khtml-user-select: none;
/* 63  */     -moz-user-select: none;
/* 64  */     -ms-user-select: none;
/* 65  */     user-select: none; }
/* 66  */   .owl-carousel .owl-nav button.owl-prev,
/* 67  */   .owl-carousel .owl-nav button.owl-next,
/* 68  */   .owl-carousel button.owl-dot {
/* 69  */     background: none;
/* 70  */     color: inherit;
/* 71  */     border: none;
/* 72  */     padding: 0 !important;
/* 73  */     font: inherit; }
/* 74  */   .owl-carousel.owl-loaded {
/* 75  */     display: block; }
/* 76  */   .owl-carousel.owl-loading {
/* 77  */     opacity: 0;
/* 78  */     display: block; }
/* 79  */   .owl-carousel.owl-hidden {
/* 80  */     opacity: 0; }
/* 81  */   .owl-carousel.owl-refresh .owl-item {
/* 82  */     visibility: hidden; }
/* 83  */   .owl-carousel.owl-drag .owl-item {
/* 84  */     -ms-touch-action: pan-y;
/* 85  */         touch-action: pan-y;
/* 86  */     -webkit-user-select: none;
/* 87  */     -moz-user-select: none;
/* 88  */     -ms-user-select: none;
/* 89  */     user-select: none; }
/* 90  */   .owl-carousel.owl-grab {
/* 91  */     cursor: move;
/* 92  */     cursor: grab; }
/* 93  */   .owl-carousel.owl-rtl {
/* 94  */     direction: rtl; }
/* 95  */   .owl-carousel.owl-rtl .owl-item {
/* 96  */     float: right; }
/* 97  */
/* 98  */ /* No Js */
/* 99  */ .no-js .owl-carousel {
/* 100 */   display: block; }

/* owl.carousel.css */

/* 101 */
/* 102 */ /*
/* 103 *|  *  Owl Carousel - Animate Plugin
/* 104 *|  */
/* 105 */ .owl-carousel .animated {
/* 106 */   animation-duration: 1000ms;
/* 107 */   animation-fill-mode: both; }
/* 108 */
/* 109 */ .owl-carousel .owl-animated-in {
/* 110 */   z-index: 0; }
/* 111 */
/* 112 */ .owl-carousel .owl-animated-out {
/* 113 */   z-index: 1; }
/* 114 */
/* 115 */ .owl-carousel .fadeOut {
/* 116 */   animation-name: fadeOut; }
/* 117 */
/* 118 */ @keyframes fadeOut {
/* 119 */   0% {
/* 120 */     opacity: 1; }
/* 121 */   100% {
/* 122 */     opacity: 0; } }
/* 123 */
/* 124 */ /*
/* 125 *|  * 	Owl Carousel - Auto Height Plugin
/* 126 *|  */
/* 127 */ .owl-height {
/* 128 */   transition: height 500ms ease-in-out; }
/* 129 */
/* 130 */ /*
/* 131 *|  * 	Owl Carousel - Lazy Load Plugin
/* 132 *|  */
/* 133 */ .owl-carousel .owl-item {
/* 134 */   /**
/* 135 *| 			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
/* 136 *| 			calculation of the height of the owl-item that breaks page layouts
/* 137 *| 		 */ }
/* 138 */   .owl-carousel .owl-item .owl-lazy {
/* 139 */     opacity: 0;
/* 140 */     transition: opacity 400ms ease; }
/* 141 */   .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
/* 142 */     max-height: 0; }
/* 143 */   .owl-carousel .owl-item img.owl-lazy {
/* 144 */     transform-style: preserve-3d; }
/* 145 */
/* 146 */ /*
/* 147 *|  * 	Owl Carousel - Video Plugin
/* 148 *|  */
/* 149 */ .owl-carousel .owl-video-wrapper {
/* 150 */   position: relative;

/* owl.carousel.css */

/* 151 */   height: 100%;
/* 152 */   background: #000; }
/* 153 */
/* 154 */ .owl-carousel .owl-video-play-icon {
/* 155 */   position: absolute;
/* 156 */   height: 80px;
/* 157 */   width: 80px;
/* 158 */   left: 50%;
/* 159 */   top: 50%;
/* 160 */   margin-left: -40px;
/* 161 */   margin-top: -40px;
/* 162 */   background: url("owl.video.play.png") no-repeat;
/* 163 */   cursor: pointer;
/* 164 */   z-index: 1;
/* 165 */   -webkit-backface-visibility: hidden;
/* 166 */   transition: transform 100ms ease; }
/* 167 */
/* 168 */ .owl-carousel .owl-video-play-icon:hover {
/* 169 */   -ms-transform: scale(1.3, 1.3);
/* 170 */       transform: scale(1.3, 1.3); }
/* 171 */
/* 172 */ .owl-carousel .owl-video-playing .owl-video-tn,
/* 173 */ .owl-carousel .owl-video-playing .owl-video-play-icon {
/* 174 */   display: none; }
/* 175 */
/* 176 */ .owl-carousel .owl-video-tn {
/* 177 */   opacity: 0;
/* 178 */   height: 100%;
/* 179 */   background-position: center center;
/* 180 */   background-repeat: no-repeat;
/* 181 */   background-size: contain;
/* 182 */   transition: opacity 400ms ease; }
/* 183 */
/* 184 */ .owl-carousel .owl-video-frame {
/* 185 */   position: relative;
/* 186 */   z-index: 1;
/* 187 */   height: 100%;
/* 188 */   width: 100%; }
/* 189 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* wishlist.css */

/* 1   */ /* Add to Wishlist Button */
/* 2   */ .thw-add-to-wishlist-button-wrap{
/* 3   */     display: flex;
/* 4   */     align-items: center;
/* 5   */     justify-content: center;
/* 6   */     position: relative;
/* 7   */ }
/* 8   */ .thw-add-to-wishlist-button-wrap.th-wishlist-single{
/* 9   */ justify-content:start;
/* 10  */ }
/* 11  */ .thw-add-to-wishlist-button {
/* 12  */     color: #111;
/* 13  */     font-size: 14px;
/* 14  */     font-weight: normal;
/* 15  */     border: none;
/* 16  */     border-radius: 25px;
/* 17  */     cursor: pointer;
/* 18  */     transition: all 0.3s ease;
/* 19  */     position: relative;
/* 20  */     box-shadow:none;
/* 21  */     background: none;
/* 22  */ }
/* 23  */ .thw-add-to-wishlist-button.th-button.th-icon{
/* 24  */ color:#fff;
/* 25  */ }
/* 26  */ .thw-add-to-wishlist-button-wrap a.thw-add-to-wishlist-button{
/* 27  */   text-decoration:none;
/* 28  */ }
/* 29  */ .thw-add-to-wishlist-button.loading{
/* 30  */     opacity:0.7;
/* 31  */     box-shadow:none;
/* 32  */ }
/* 33  */
/* 34  */ .thw-add-to-wishlist-button span {
/* 35  */     position: relative;
/* 36  */     z-index: 1;
/* 37  */ }
/* 38  */
/* 39  */ /*.thw-add-to-wishlist-button:hover::before {
/* 40  *|     left: 0;
/* 41  *| }*/
/* 42  */ .thw-add-to-wishlist-button {
/* 43  */     display: inline-flex;
/* 44  */     align-items: center;
/* 45  */     justify-content: center;
/* 46  */     vertical-align: middle;
/* 47  */ }
/* 48  */
/* 49  */ .thw-add-to-wishlist-button .thw-icon {
/* 50  */  margin: 0 4px;

/* wishlist.css */

/* 51  */     font-size: 1.2em;
/* 52  */     line-height: 1;
/* 53  */     display: flex;
/* 54  */
/* 55  */ }
/* 56  */
/* 57  */ .thw-add-to-wishlist-button .dashicons-heart{
/* 58  */     color: transparent;
/* 59  */     -webkit-text-stroke: 1.5px #111;
/* 60  */     text-stroke: 1.5px #111;
/* 61  */ }
/* 62  */ .thw-add-to-wishlist-button.in-wishlist .dashicons-heart {
/* 63  */     color: #111;
/* 64  */     -webkit-text-stroke:inherit;
/* 65  */     text-stroke:inherit;
/* 66  */ }
/* 67  */ .thw-add-to-wishlist-button.th-button .dashicons-heart {
/* 68  */     color: transparent;
/* 69  */     -webkit-text-stroke: 1.5px #fff;
/* 70  */     text-stroke: 1.5px #fff;
/* 71  */ }
/* 72  */
/* 73  */ .thw-add-to-wishlist-button.th-button.in-wishlist .dashicons-heart {
/* 74  */     color: #fff;
/* 75  */     -webkit-text-stroke: inherit;
/* 76  */     text-stroke: inherit;
/* 77  */ }
/* 78  */
/* 79  */ .thw-add-to-wishlist-button.button:focus{
/* 80  */ outline:none;
/* 81  */ }
/* 82  */
/* 83  */ .thw-add-to-wishlist-button img.thw-icon{
/* 84  */ height: 30px;
/* 85  */ width: 30px;
/* 86  */ }
/* 87  */
/* 88  */ .thw-add-to-wishlist-button.loading {
/* 89  */     opacity: 0.5;
/* 90  */     cursor:wait !important;
/* 91  */ }
/* 92  */
/* 93  */ /* Icon Only (No Button Style) */
/* 94  */ /* .thw-add-to-wishlist-button.no-style {
/* 95  *|     background: none !important;
/* 96  *|     border: none !important;
/* 97  *|     padding: 0 !important;
/* 98  *|     color: #e91e63 !important;
/* 99  *|     box-shadow: none !important;
/* 100 *| }

/* wishlist.css *|

/* 101 *|
/* 102 *| .thw-add-to-wishlist-button.no-style:hover {
/* 103 *|     color: #c2185b !important;
/* 104 *| } */
/* 105 */
/* 106 */ .thw-add-to-wishlist-button.no-style .thw-icon {
/* 107 */     font-size: 1.5em;
/* 108 */     margin: 0;
/* 109 */ }
/* 110 */
/* 111 */ /* Wishlist Table */
/* 112 */ .thw-wishlist-table {
/* 113 */     width: 100%;
/* 114 */     border-collapse: collapse;
/* 115 */     margin-top: 20px;
/* 116 */ }
/* 117 */
/* 118 */ .thw-wishlist-table th,
/* 119 */ .thw-wishlist-table td {
/* 120 */     padding: 5px;
/* 121 */     border: 1px solid #ddd;
/* 122 */     text-align: left;
/* 123 */     vertical-align: middle;
/* 124 */ }
/* 125 */ .thw-wishlist-table,.thw-wishlist-form{
/* 126 */     width: 100%;
/* 127 */ }
/* 128 */ .thw-wishlist-form {
/* 129 */    overflow-x: auto;
/* 130 */ }
/* 131 */ .thw-wishlist-table th {
/* 132 */     font-weight: 700;
/* 133 */     padding: 9px 12px;
/* 134 */     line-height: 1.5em;
/* 135 */     font-size:16px;
/* 136 */ }
/* 137 */
/* 138 */ .thw-wishlist-table td{
/* 139 */ font-size:12px;
/* 140 */ font-weight: 500;
/* 141 */ }
/* 142 */ .thw-add-to-cart-cell .add_to_cart_button,.thw-add-to-cart-cell .wp-element-button {
/* 143 */     display: inline-flex;
/* 144 */     font-size: 13px;
/* 145 */ }
/* 146 */
/* 147 */ .thw-wishlist-table .product-thumbnail img {
/* 148 */     max-width: 60px;
/* 149 */     height: auto;
/* 150 */ }

/* wishlist.css */

/* 151 */
/* 152 */ .thw-wishlist-table .product-quantity input {
/* 153 */     width: 60px;
/* 154 */     text-align: center;
/* 155 */ }
/* 156 */ .thw-qty {
/* 157 */     width: 70px;
/* 158 */     padding: 6px 10px;
/* 159 */     border: 1px solid #ddd;
/* 160 */     border-radius: 4px;
/* 161 */     text-align: center;
/* 162 */     font-size: 14px;
/* 163 */     font-weight: 500;
/* 164 */ }
/* 165 */ .thw-wishlist-table .product-remove a {
/* 166 */     color: red;
/* 167 */     font-size: 20px;
/* 168 */     text-decoration: none;
/* 169 */     font-weight: bold;
/* 170 */ }
/* 171 */
/* 172 */ /* Center checkbox and add to cart text */
/* 173 */ .thw-wishlist-table .product-checkbox{
/* 174 */     text-align: center;
/* 175 */ }
/* 176 */ .thwl-wishlist-item a{
/* 177 */ text-decoration:none!important;
/* 178 */ }
/* 179 */ /* Wishlist Actions & Sharing */
/* 180 */ .thw-wishlist-actions {
/* 181 */     margin-top: 20px;
/* 182 */     display: flex;
/* 183 */     justify-content: space-between;
/* 184 */     align-items: center;
/* 185 */     flex-wrap: wrap;
/* 186 */     gap: 15px;
/* 187 */ }
/* 188 */
/* 189 */ .thw-social-share {
/* 190 */     display: flex;
/* 191 */     align-items: center;
/* 192 */     gap: 10px;
/* 193 */ }
/* 194 */
/* 195 */ .thw-social-share a {
/* 196 */     font-size: 0;
/* 197 */     text-decoration: none;
/* 198 */     color: #555;
/* 199 */     transition: color 0.3s;
/* 200 */ }

/* wishlist.css */

/* 201 */
/* 202 */ .thw-social-share span.thw-social-text{
/* 203 */ font-size:15px;
/* 204 */ }
/* 205 */
/* 206 */ .thw-social-share a:hover {
/* 207 */     color: #000;
/* 208 */ }
/* 209 */
/* 210 */ .thw-copy-link-button {
/* 211 */     cursor: pointer;
/* 212 */ }
/* 213 */
/* 214 */ .thw-add-to-cart-cell .add_to_cart_button.added{
/* 215 */ display:none!important;
/* 216 */ }
/* 217 */ .thw-add-all-to-cart{
/* 218 */ padding: 10px 25px;
/* 219 */     display: inline-flex;
/* 220 */     font-size: 15px;
/* 221 */ }
/* 222 */ .thw-add-to-cart-cell a.added_to_cart{
/* 223 */ margin-top:0;
/* 224 */ }
/* 225 */
/* 226 */ .thw-add-to-wishlist-button.th-button{
/* 227 */ background:#111;
/* 228 */ padding:10px 25px;
/* 229 */ }
/* 230 */ .thw-wishlist-table td.product-remove{
/* 231 */ text-align:center;
/* 232 */ }
/* 233 */ .thw-wishlist-wrapper{
/* 234 */ width:100%;
/* 235 */   margin: auto;
/* 236 */ }
/* 237 */
/* 238 */ .thw-wishlist-table a,.thw-wishlist-actions a{
/* 239 */ text-decoration:none!important;
/* 240 */ }
/* 241 */ .thw-wishlist-table td {
/* 242 */     font-size: 14px;
/* 243 */ }
/* 244 */ .thw-wishlist-table th {
/* 245 */     font-weight: 500;
/* 246 */     padding: 9px 12px;
/* 247 */     line-height: 1.5em;
/* 248 */     font-size: 16px;
/* 249 */ }
/* 250 */ span.stock.in-stock {

/* wishlist.css */

/* 251 */     color: #00B200;
/* 252 */ }
/* 253 */ span.stock.out-of-stock {
/* 254 */     color: #FF8C8C;
/* 255 */ }
/* 256 */ /** table styles for mobile */
/* 257 */ /** table styles for mobile */
/* 258 */ @media (max-width: 768px) {
/* 259 */
/* 260 */     .thw-wishlist-form table, .thw-wishlist-form thead, .thw-wishlist-form tbody, .thw-wishlist-form th, .thw-wishlist-form td, .thw-wishlist-form tr {
/* 261 */         display: block;
/* 262 */         width: 100%;
/* 263 */     }
/* 264 */
/* 265 */     .thw-wishlist-form thead {
/* 266 */         display: none;
/* 267 */     }
/* 268 */
/* 269 */     .thw-wishlist-form tr {
/* 270 */         margin-bottom: 15px;
/* 271 */
/* 272 */         padding: 10px;
/* 273 */     }
/* 274 */
/* 275 */     .thw-wishlist-form td {
/* 276 */         position: relative;
/* 277 */
/* 278 */     }
/* 279 */
/* 280 */     .thw-wishlist-form td::before {
/* 281 */         content: attr(data-label);
/* 282 */         position: absolute;
/* 283 */         left: 10px;
/* 284 */         font-weight: bold;
/* 285 */         text-align: left;
/* 286 */     }
/* 287 */ }
/* 288 */
/* 289 */ /********************** Themes Compatibility Css  *********************************** */
/* 290 */ .thw-add-to-wishlist-button-wrap.th-wishlist-single{
/* 291 */     display: inline-flex;
/* 292 */     margin-left: 9px;
/* 293 */ }
/* 294 */ .thw-add-to-wishlist-button:before{
/* 295 */     content: ;
/* 296 */ }
/* 297 */
/* 298 */ /* Tooltip */
/* 299 */ .thw-add-to-wishlist-button::after{
/* 300 */     content:attr(data-tooltip);

/* wishlist.css */

/* 301 */
/* 302 */     position:absolute;
/* 303 */     left:50%;
/* 304 */     bottom:calc(100% + 12px);
/* 305 */
/* 306 */     transform:translateX(-50%) translateY(8px);
/* 307 */
/* 308 */     background:#1f2937;
/* 309 */     color:#fff;
/* 310 */
/* 311 */     font-size:13px;
/* 312 */     font-weight:500;
/* 313 */     line-height:1;
/* 314 */
/* 315 */     padding:9px 14px;
/* 316 */     border-radius:8px;
/* 317 */
/* 318 */     white-space:nowrap;
/* 319 */
/* 320 */     opacity:0;
/* 321 */     visibility:hidden;
/* 322 */
/* 323 */     transition:.25s ease;
/* 324 */
/* 325 */     pointer-events:none;
/* 326 */
/* 327 */     box-shadow:
/* 328 */         0 8px 25px rgba(0,0,0,.18),
/* 329 */         0 2px 6px rgba(0,0,0,.12);
/* 330 */
/* 331 */     z-index:9999;
/* 332 */ }
/* 333 */
/* 334 */ /* Arrow */
/* 335 */ .thw-add-to-wishlist-button::before{
/* 336 */
/* 337 */     content:'';
/* 338 */
/* 339 */     position:absolute;
/* 340 */
/* 341 */     left:50%;
/* 342 */     bottom:100%;
/* 343 */
/* 344 */     transform:translateX(-50%) translateY(8px);
/* 345 */
/* 346 */     border-width:6px;
/* 347 */     border-style:solid;
/* 348 */     border-color:#1f2937 transparent transparent transparent;
/* 349 */
/* 350 */     opacity:0;

/* wishlist.css */

/* 351 */     visibility:hidden;
/* 352 */
/* 353 */     transition:.25s ease;
/* 354 */
/* 355 */     pointer-events:none;
/* 356 */
/* 357 */     z-index:9999;
/* 358 */ }
/* 359 */
/* 360 */ /* Hover */
/* 361 */ .thw-add-to-wishlist-button:hover::after,
/* 362 */ .thw-add-to-wishlist-button:hover::before{
/* 363 */
/* 364 */     opacity:1;
/* 365 */     visibility:visible;
/* 366 */
/* 367 */     transform:translateX(-50%) translateY(0);
/* 368 */ }
/* 369 */
/* 370 */
/* 371 */ .ast-article-single .summary .th-wishlist-single,
/* 372 */ .wp-theme-storefront .entry-summary .th-wishlist-single,
/* 373 */ .wp-theme-blocksy .summary .th-wishlist-single,
/* 374 */ .wp-theme-hello-elementor .summary .th-wishlist-single,
/* 375 */ .wp-theme-kadence .entry-summary .th-wishlist-single{
/* 376 */     border: 1px solid #D1D5DB;
/* 377 */     border-radius: 4px;
/* 378 */     padding: 4px 9px;
/* 379 */     height: 34px;
/* 380 */     float: left;
/* 381 */ }
/* 382 */ .ast-article-single .summary .th-wishlist-icon-svg,
/* 383 */ .wp-theme-storefront .entry-summary .th-wishlist-icon-svg,
/* 384 */ .wp-theme-hello-elementor .summary .th-wishlist-icon-svg,
/* 385 */ .wp-theme-kadence .entry-summary .th-wishlist-icon-svg{
/* 386 */     width: 18px;
/* 387 */     height: 18px;
/* 388 */ }
/* 389 */
/* 390 */ .ast-article-single .summary .thw-add-to-wishlist-button:hover{
/* 391 */         opacity: 1;
/* 392 */ }
/* 393 */
/* 394 */ /* shop page*/
/* 395 */ .astra-shop-thumbnail-wrap .theme-compatible{
/* 396 */     position: absolute;
/* 397 */     right: 1em;
/* 398 */     visibility: hidden;
/* 399 */     opacity: 0;
/* 400 */     transition: all 0.2s;

/* wishlist.css */

/* 401 */     z-index: 5;
/* 402 */     cursor: pointer;
/* 403 */     top: 4em;
/* 404 */ }
/* 405 */ .astra-shop-thumbnail-wrap:hover .theme-compatible{
/* 406 */     visibility: visible;
/* 407 */     opacity: 1;
/* 408 */ }
/* 409 */ .theme-compatible .thw-add-to-wishlist-button{
/* 410 */     border-radius: 50%;
/* 411 */     color: var(--ast-global-color-2);
/* 412 */     background: var(--ast-global-color-primary, var(--ast-global-color-5));
/* 413 */     opacity: 0.7;
/* 414 */     width: 2em;
/* 415 */     height: 2em;
/* 416 */     justify-content: center;
/* 417 */     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
/* 418 */ }
/* 419 */ .theme-compatible .thw-add-to-wishlist-button:hover{
/* 420 */     opacity: 1;
/* 421 */ }
/* 422 */ .astra-shop-thumbnail-wrap .theme-compatible svg{
/* 423 */     width: 18px;
/* 424 */     height: 18px;
/* 425 */ }
/* 426 */
/* 427 */ /*StoreFront */
/* 428 */ .wp-theme-storefront .thw-add-to-wishlist-button{
/* 429 */     color: inherit;
/* 430 */     font-size: 18px;
/* 431 */ }
/* 432 */ .wp-theme-storefront .entry-summary .th-wishlist-single{
/* 433 */     height: 45px;
/* 434 */ }
/* 435 */
/* 436 */ .wp-theme-storefront .entry-summary .thw-add-to-wishlist-button .thw-icon{
/* 437 */     display: initial;
/* 438 */ }
/* 439 */ /* Blocksy */
/* 440 */ .wp-theme-blocksy .summary .th-wishlist-single{
/* 441 */     border: 1px solid var(--quantity-initial-color, var(--theme-button-background-initial-color));
/* 442 */     border-radius: 4px;
/* 443 */     padding: 4px 9px;
/* 444 */     height: initial;
/* 445 */     width: max-content;
/* 446 */     justify-content: center;
/* 447 */ }
/* 448 */ .wp-theme-blocksy .summary .th-wishlist-icon-svg{
/* 449 */     width: 18px;
/* 450 */     height: 18px;

/* wishlist.css */

/* 451 */ }
/* 452 */
/* 453 */ .wp-theme-blocksy li.product .thw-add-to-wishlist-button{
/* 454 */     color: var(--theme-text-color);
/* 455 */     text-align: center;
/* 456 */     font-family: var(--theme-font-family);
/* 457 */     font-size: var(--theme-font-size);
/* 458 */     font-weight: var(--theme-font-weight);
/* 459 */     font-style: var(--theme-font-style, inherit);
/* 460 */     line-height: var(--theme-line-height);
/* 461 */     letter-spacing: var(--theme-letter-spacing);
/* 462 */     text-transform: var(--theme-text-transform);
/* 463 */ }
/* 464 */
/* 465 */ .wp-theme-blocksy li.product .th-theme-actions-wrapper{
/* 466 */     justify-content: var(--horizontal-alignment);
/* 467 */ }
/* 468 */ .wp-theme-blocksy li.product .thw-add-to-wishlist-button:hover{
/* 469 */     color: var(--theme-link-hover-color);
/* 470 */ }
/* 471 */ .wp-theme-hello-elementor li.product .th-theme-actions-wrapper{
/* 472 */     justify-content: flex-start;
/* 473 */ }
/* 474 */ /* Hello Elementor */
/* 475 */ .wp-theme-hello-elementor .summary .th-wishlist-single{
/* 476 */     height: 39px;
/* 477 */ }
/* 478 */ /* Kadence */
/* 479 */ .wp-theme-kadence .entry-summary .th-wishlist-single{
/* 480 */     height: 41px;
/* 481 */ }
/* 482 */ .wp-theme-kadence .th-theme-actions-wrapper{
/* 483 */     justify-content: flex-start;
/* 484 */ }
/* 485 */ .wp-theme-kadence .th-theme-actions-wrapper{
/* 486 */     margin-top: 0;
/* 487 */ }
/* 488 */ /* TH SHOP MANIA */
/* 489 */ .wp-theme-th-shop-mania li .thunk-wishlist a:after,
/* 490 */ .wp-theme-top-store li .thunk-wishlist a:after,
/* 491 */ .wp-theme-top-store li .thunk-wishlist a:before,
/* 492 */ .wp-theme-top-store .thunk-product-wrap .thunk-wishlist a:after,
/* 493 */ .wp-theme-top-store .thunk-product-wrap .thunk-wishlist a:before{
/* 494 */     display: none!important;
/* 495 */ }
/* 496 */ .wp-theme-th-shop-mania li .thunk-wishlist a:before,
/* 497 */ .wp-theme-th-shop-mania li .thunk-wishlist a:hover:before{
/* 498 */     content: "\e912";
/* 499 */     font-family: "th-icon";
/* 500 */

/* wishlist.css */

/* 501 */     position: initial;
/* 502 */     left: initial;
/* 503 */     bottom: initial;
/* 504 */     transform: initial;
/* 505 */     border-width: initial;
/* 506 */     border-style: initial;
/* 507 */     border-color: initial;
/* 508 */     opacity: initial;
/* 509 */     visibility: initial;
/* 510 */     transition: initial;
/* 511 */     pointer-events: initial;
/* 512 */     z-index:initial;
/* 513 */     transform: initial;
/* 514 */ }
/* 515 */ .thunk-woo-product-list .thw-add-to-wishlist-button-wrap.th-wishlist-single{
/* 516 */     margin-left: 0;
/* 517 */ }
/* 518 */ /* Top Store */
/* 519 */ /* Big Store*/
/* 520 */ .wp-theme-big-store li.thunk-woo-product-list .thw-add-to-wishlist-button:before,
/* 521 */ .wp-theme-big-store li.thunk-woo-product-list .thw-add-to-wishlist-button:after{
/* 522 */     display: none!important;
/* 523 */ }
/* 524 */ .wp-theme-top-store-pro li.thunk-woo-product-list .thw-add-to-wishlist-button:before,
/* 525 */ .wp-theme-top-store-pro li.thunk-woo-product-list .thw-add-to-wishlist-button:after{
/* 526 */     display: none;
/* 527 */ }
/* 528 */ @media screen and (max-width: 767px){
/* 529 */     .wp-theme-storefront .summary .thw-to-add-text{
/* 530 */         display: none;
/* 531 */     }
/* 532 */     .wp-theme-storefront .summary .thw-add-to-wishlist-button .thw-icon{
/* 533 */         margin: 0;
/* 534 */     }
/* 535 */     .wp-theme-blocksy .summary .th-wishlist-single{
/* 536 */         width: 129px;
/* 537 */         margin-left: 0;
/* 538 */     }
/* 539 */     .wp-theme-hello-elementor .summary .th-wishlist-single .thw-to-add-text,
/* 540 */     .wp-theme-hello-elementor .summary .th-wishlist-single .thw-to-browse-text,
/* 541 */     .wp-theme-kadence .summary .th-wishlist-single .thw-to-add-text,
/* 542 */     .wp-theme-kadence .summary .th-wishlist-single .thw-to-browse-text{
/* 543 */         display: none;
/* 544 */     }
/* 545 */     .wp-theme-hello-elementor .summary .th-product-compare-btn .icon,
/* 546 */     .wp-theme-kadence .summary .th-product-compare-btn .icon{
/* 547 */         margin-right: 0;
/* 548 */     }
/* 549 */     .wp-theme-hello-elementor .summary .th-wishlist-single,
/* 550 */     .wp-theme-kadence .summary .th-wishlist-single{

/* wishlist.css */

/* 551 */         width: 39px;
/* 552 */     }
/* 553 */     .wp-theme-hello-elementor .summary .thw-icon,
/* 554 */     .wp-theme-kadence .summary .thw-icon{
/* 555 */         margin: 0;
/* 556 */     }
/* 557 */ }
/* 558 */ /********************** Themes Compatibility End  *********************************** */
/* 559 */
/* 560 */
/* 561 */
/* 562 */ .th-theme-actions-wrapper{
/* 563 */     display:flex;
/* 564 */     align-items:center;
/* 565 */     justify-content:center;
/* 566 */     gap:9px;
/* 567 */     width:100%;
/* 568 */     margin-top:10px;
/* 569 */ }
/* 570 */
/* 571 */ .th-theme-actions-wrapper > .th-theme-action{
/* 572 */     margin:0 !important;
/* 573 */ }
/* 574 */
/* 575 */ .th-theme-actions-wrapper *{
/* 576 */     padding: 0!important;
/* 577 */     margin: 0!important;
/* 578 */ }
/* 579 */
/* 580 */ .th-theme-actions-wrapper .thw-add-to-wishlist-button,
/* 581 */ .th-theme-actions-wrapper .th-product-compare-btn.btn_type,
/* 582 */ .th-theme-actions-wrapper .th-product-compare-btn.icon_type{
/* 583 */     gap: 5px;
/* 584 */     font-size: 14px!important;
/* 585 */ }
/* 586 */ .th-theme-actions-wrapper .thw-add-to-wishlist-button svg{
/* 587 */     width: 16px!important;
/* 588 */     height: 16px!important;
/* 589 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* thaps-front-style.css */

/* 1   */ :root {
/* 2   */   --highlight-color: #000000;
/* 3   */   --light-text-color1: #6a7282;
/* 4   */   --light-text-color2: #99a1af;
/* 5   */   --tw-shadow: 0 20px 50px #00000026;
/* 6   */ }
/* 7   */ *{
/* 8   */     box-sizing: border-box;
/* 9   */ }
/* 10  */ /* Voice Search Button */
/* 11  */ .tapsp-voice-btn {
/* 12  */     background: transparent;
/* 13  */     border: none;
/* 14  */     cursor: pointer;
/* 15  */     display: flex;
/* 16  */     align-items: center;
/* 17  */     justify-content: center;
/* 18  */     margin-right: 2px;
/* 19  */     padding: 0;
/* 20  */     color: var(--light-text-color1);
/* 21  */     transition: color 0.2s ease, background 0.2s ease;
/* 22  */     flex-shrink: 0;
/* 23  */     border-radius: 50%;
/* 24  */ }
/* 25  */ .tapsp-voice-btn:hover {
/* 26  */     color: var(--highlight-color);
/* 27  */     background: #f0f4ff;
/* 28  */ }
/* 29  */ .tapsp-voice-btn.tapsp-voice-listening {
/* 30  */     color: #e53e3e;
/* 31  */     animation: tapsp-voice-pulse 1s ease-in-out infinite;
/* 32  */ }
/* 33  */ @keyframes tapsp-voice-pulse {
/* 34  */     0%, 100% { opacity: 1; transform: scale(1); }
/* 35  */     50%       { opacity: 0.6; transform: scale(1.15); }
/* 36  */ }
/* 37  */ .thaps-search-box{
/* 38  */ max-width:550px;
/* 39  */ }
/* 40  */ .thaps-search-box {
/* 41  */     position: relative;
/* 42  */     line-height: 100%;
/* 43  */     display: block;
/* 44  */     width: 100%;
/* 45  */     text-align: left;
/* 46  */     margin: 0 auto;
/* 47  */     -webkit-box-sizing: border-box;
/* 48  */     -moz-box-sizing: border-box;
/* 49  */     box-sizing: border-box;
/* 50  */     align-items: center;

/* thaps-front-style.css */

/* 51  */     display: flex;
/* 52  */ }
/* 53  */
/* 54  */ .thaps-search-form{
/* 55  */     margin: 0;
/* 56  */     padding: 0;
/* 57  */     width: 100%;
/* 58  */ }
/* 59  */ .thaps-search-form,
/* 60  */ .thaps-autocomplete-suggestions {
/* 61  */     position: relative;
/* 62  */     animation: bounceDrop .05s linear;
/* 63  */ /*    animation: bounceDrop .1s cubic-bezier(.34,1.56,.64,1);*/*/
/* 64  */ }
/* 65  */ .thaps-from-wrap{
/* 66  */     display: flex;
/* 67  */     align-items: center;
/* 68  */     background: #fff;
/* 69  */     border-radius: 2rem;
/* 70  */     position: relative;
/* 71  */     border: 1px solid;
/* 72  */     border-color: #e7f5ff;
/* 73  */ }
/* 74  */ .tapsp-overlay-active .thaps-from-wrap{
/* 75  */     z-index: 9999999!important
/* 76  */ }
/* 77  */ .thaps-from-wrap:focus-within{
/* 78  */ /*    box-shadow: 0px 0px 2px 1px var(--highlight-color);*/
/* 79  */     border: 1px solid var(--highlight-color);
/* 80  */ }
/* 81  */ .thaps-search-autocomplete:focus{
/* 82  */         outline: 0;
/* 83  */ }
/* 84  */ #thaps-search-button {
/* 85  */ background: var(--highlight-color);
/* 86  */     width: 70px;
/* 87  */     height: 36px;
/* 88  */     display: flex;
/* 89  */     justify-content: center;
/* 90  */     align-items: center;
/* 91  */     border-radius: 17px;
/* 92  */     padding: 0;
/* 93  */     border: 0;
/* 94  */     margin: 0.3rem;
/* 95  */     color: #fff;
/* 96  */     word-break: initial;
/* 97  */     border-radius: 16px;
/* 98  */ }
/* 99  */
/* 100 */

/* thaps-front-style.css */

/* 101 */ #thaps-search-button:hover{
/* 102 */ background:#888;
/* 103 */ }
/* 104 */ .thaps-search-form .thaps-search-autocomplete {
/* 105 */     min-height: 35px;
/* 106 */     line-height: 35px;
/* 107 */     border: none !important;
/* 108 */     font-size: 14px;
/* 109 */     width: 100%;
/* 110 */     padding: 0.3rem 0.8rem;
/* 111 */     margin: 0;
/* 112 */     border-radius: 2rem !important;
/* 113 */     background: transparent;
/* 114 */     outline: 0!important;
/* 115 */ }
/* 116 */
/* 117 */ .thaps-autocomplete-suggestions {
/* 118 */     border: 1px solid #eee;
/* 119 */     background: #FFF;
/* 120 */     overflow: auto;
/* 121 */     border-radius: 1rem;
/* 122 */     margin-top: 9px;
/* 123 */     /* box-shadow: 0 0 #000, 0 0 #000, 0 0 #000, 0 0 #000, var(--tw-shadow); */
/* 124 */     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
/* 125 */     border-color: color-mix(in oklab, #FFF 20%, transparent);
/* 126 */     background-color: #FFF !important;
/* 127 */     z-index: 9999999!important;
/* 128 */     padding-bottom: 14px;
/* 129 */ }
/* 130 */
/* 131 */ .thaps-autocomplete-selected { background: #f5f5f5f7; }
/* 132 */ .thaps-autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
/* 133 */ .thaps-autocomplete-group { padding: 0.5rem; }
/* 134 */ .thaps-autocomplete-group strong { display: block; border-bottom: 1px solid #000;
/* 135 */ }
/* 136 */ .thaps-autocomplete-suggestion{
/* 137 */    display: flex;
/* 138 */     overflow: hidden;
/* 139 */     cursor: pointer;
/* 140 */     padding: 14px 12px;
/* 141 */     border-radius: 0px;
/* 142 */     outline: 0 !important;
/* 143 */     align-items: flex-start;
/* 144 */     gap: 12px;
/* 145 */    border-top-width: 1px;
/* 146 */     border-top-style: solid;
/* 147 */     border-color: #f6f3f4 !important;
/* 148 */ }
/* 149 */
/* 150 */ .thaps-autocomplete-suggestion .thaps-img{

/* thaps-front-style.css */

/* 151 */     width: 32px;
/* 152 */     height: auto;
/* 153 */     flex-shrink: 0;
/* 154 */     border-radius: 6px;
/* 155 */     overflow: hidden;
/* 156 */     margin-right: 0;
/* 157 */     box-shadow: 0px 0px 2px 0 #b9b9b9;
/* 158 */ }
/* 159 */
/* 160 */ .thaps-autocomplete-suggestion .thaps-img img{
/* 161 */     width: 100%;
/* 162 */     height: auto;
/* 163 */     max-width: 100%;
/* 164 */     transition: alL .2s linear;
/* 165 */ }
/* 166 */ .thaps-autocomplete-suggestion:hover .thaps-img img{
/* 167 */     transform: scale(1.12);
/* 168 */     transition: alL .2s linear;
/* 169 */ }
/* 170 */ .thaps-autocomplete-suggestion.thaps-suggestion-product .thaps-img{
/* 171 */     width: 46px;
/* 172 */ height: 46px;
/* 173 */ max-height: 46px;
/* 174 */ border-radius: 5px;
/* 175 */ display: flex;
/* 176 */ justify-content: center;
/* 177 */ align-items: center;
/* 178 */ }
/* 179 */ .thaps-autocomplete-suggestion.thaps-suggestion-product .thaps-img img{
/* 180 */     width: max-content;
/* 181 */ max-height: 46px;
/* 182 */ max-width: 100%;
/* 183 */ transition: alL .2s linear;
/* 184 */ }
/* 185 */ .thaps-autocomplete-suggestion .thaps-price{
/* 186 */  font-size: 14px;
/* 187 */     font-weight: 700;
/* 188 */     display: block;
/* 189 */     color: #101828 !important;
/* 190 */     display: flex;
/* 191 */     align-items: center;
/* 192 */     padding: 4px 4px;
/* 193 */     border-radius: 5px;
/* 194 */     border: 1px solid #f3f3f3;
/* 195 */     width: max-content;
/* 196 */ }
/* 197 */
/* 198 */ .thaps-autocomplete-suggestion.thaps-suggestion-heading .thaps-title{
/* 199 */     font-size: 9px !important;
/* 200 */     font-weight: 700 !important;

/* thaps-front-style.css */

/* 201 */     letter-spacing: 0.09em;
/* 202 */     text-transform: uppercase;
/* 203 */     color: var(--light-text-color2);
/* 204 */ }
/* 205 */ .thaps-suggestion-heading{
/* 206 */ margin-bottom: 0.5rem;
/* 207 */ pointer-events: none;
/* 208 */ }
/* 209 */
/* 210 */ .thaps-suggestion-taxonomy-post-cat .thaps-title,.thaps-suggestion-taxonomy-product-cat .thaps-title{
/* 211 */ font-size:0.89rem;
/* 212 */ }
/* 213 */ .thaps-suggestion-taxonomy-product-cat,.thaps-suggestion-taxonomy-post-cat{
/* 214 */ padding: 0.5rem;
/* 215 */ }
/* 216 */  .thaps-title{
/* 217 */ color:#333;
/* 218 */ font-weight: 600;
/* 219 */ font-size: .875rem;
/* 220 */ letter-spacing: .029px;
/* 221 */ line-height: 1.425;
/* 222 */ }
/* 223 */ .thaps-suggestion-heading .thaps-title h4{
/* 224 */ color: #555;
/* 225 */     font-size: .875rem;
/* 226 */     text-transform: uppercase;
/* 227 */     font-weight: normal;
/* 228 */ }
/* 229 */ .thaps-title h4{
/* 230 */     display: inline;
/* 231 */     font-weight: inherit;
/* 232 */     font-size: inherit;
/* 233 */     letter-spacing: inherit;
/* 234 */     line-height: inherit;
/* 235 */     color: #3399FF;
/* 236 */ }
/* 237 */ .thaps-suggestion-more strong{
/* 238 */ color: #333;
/* 239 */     font-size: 1rem;
/* 240 */     font-weight: bold;
/* 241 */ }
/* 242 */ .thaps-content-wrapp{
/* 243 */ line-height:normal;
/* 244 */ }
/* 245 */ .thaps-price del{
/* 246 */ color:#494949;
/* 247 */ margin-right:0.3rem;
/* 248 */ opacity: 0.5;
/* 249 */ }
/* 250 */ .thaps-price ins{

/* thaps-front-style.css */

/* 251 */ text-decoration:none;
/* 252 */ }
/* 253 */ .nonce_result_show{
/* 254 */ opacity:0.5;
/* 255 */ pointer-events: none;
/* 256 */ }
/* 257 */
/* 258 */ .thaps-preloader{
/* 259 */ height: 100%;
/* 260 */     position: absolute;
/* 261 */     right: 0;
/* 262 */     top: 0;
/* 263 */     width: 45px;
/* 264 */     z-index: 1;
/* 265 */     background:none;
/* 266 */     display: none;
/* 267 */
/* 268 */ }
/* 269 */ .thaps-preloader.thaps-loading{
/* 270 */     display: block;
/* 271 */ }
/* 272 */ .thaps-loading {
/* 273 */     height: 0;
/* 274 */     width: 0;
/* 275 */     padding: 10px;
/* 276 */    border: 3px solid rgba(136,136,136,0.2);
/* 277 */     border-top-color: rgba(136,136,136,1);
/* 278 */     border-radius: 50%;
/* 279 */     -webkit-animation: rotate 1s infinite linear;
/* 280 */     position: absolute;
/* 281 */     top: 9px;
/* 282 */     margin-right: 10px;
/* 283 */     right: 18px!important;
/* 284 */ }
/* 285 */ @-webkit-keyframes rotate {
/* 286 */   /* 100% keyframe for  clockwise.
/* 287 *|      use 0% instead for anticlockwise */
/* 288 */   100% {
/* 289 */     -webkit-transform: rotate(360deg);
/* 290 */   }
/* 291 */ }
/* 292 */
/* 293 */ @keyframes rotate {
/* 294 */     0% {
/* 295 */         transform: rotate(0deg);
/* 296 */     }
/* 297 */     100% {
/* 298 */         transform: rotate(360deg);
/* 299 */     }
/* 300 */ }

/* thaps-front-style.css */

/* 301 */
/* 302 */ .submit-no-active .thaps-from-wrap .th-icon, .bar_style .th-icon,
/* 303 */ .icon_style .thaps-from-wrap .th-icon{
/* 304 */ position:absolute;
/* 305 */ left:0.5rem
/* 306 */ }
/* 307 */
/* 308 */ .submit-no-active .thaps-from-wrap .th-icon{
/* 309 */       color: #111;
/* 310 */ }
/* 311 */ .submit-no-active .thaps-search-autocomplete,
/* 312 */ .bar_style .thaps-search-autocomplete,.icon_style .thaps-search-autocomplete{
/* 313 */ padding: 0.3rem 0.3rem 0.3rem 2.8rem;
/* 314 */ }
/* 315 */ .submit-no-active .thaps-from-wrap, .bar_style .thaps-from-wrap,
/* 316 */ .icon_style .thaps-from-wrap{
/* 317 */     align-items: center;
/* 318 */ }
/* 319 */
/* 320 */ .thaps-search-box.bar_style #thaps-search-button{
/* 321 */ width:35px;
/* 322 */ height:35px;
/* 323 */ line-height:35px;
/* 324 */ background:none;
/* 325 */ cursor:pointer;
/* 326 */ }
/* 327 */
/* 328 */ .thaps-search-box.bar_style #thaps-search-button .th-icon{
/* 329 */ color:#111;
/* 330 */ }
/* 331 */
/* 332 */ .thaps-search-box.bar_style .thaps-search-autocomplete{
/* 333 */ padding:0.3rem;
/* 334 */ }
/* 335 */
/* 336 */ #thaps-search-button:focus{
/* 337 */ outline:none;
/* 338 */ }
/* 339 */ .thaps-suggestion-more{
/* 340 */    border-top-width: 1px;
/* 341 */     border-top-style: solid;
/* 342 */     border-color: #f6f3f4 !important;
/* 343 */     padding: 8px 15px 0px 15px;
/* 344 */     text-align: center;
/* 345 */     position: sticky;
/* 346 */     bottom: 0;
/* 347 */     margin: auto !important;
/* 348 */     border-radius: 0;
/* 349 */     background: #FFF !important;
/* 350 */ }

/* thaps-front-style.css */

/* 351 */
/* 352 */ .thaps-autocomplete-suggestion.thaps-suggestion-more .thaps-title{
/* 353 */     color: var(--highlight-color);
/* 354 */ }
/* 355 */ .thaps-suggestion-more:hover .thaps-content-wrapp{
/* 356 */     background: var(--highlight-color);
/* 357 */ }
/* 358 */ .thaps-autocomplete-suggestion.thaps-suggestion-more:hover .thaps-title{
/* 359 */     color: #FFF!important;
/* 360 */ }
/* 361 */ .thaps-suggestion-more .thaps-content-wrapp{
/* 362 */     justify-content: center;
/* 363 */     padding: 9px 0;
/* 364 */     color: var(--highlight-color);
/* 365 */     border-radius: 99px;
/* 366 */     line-height: normal;
/* 367 */     text-align: center;
/* 368 */     width: 100%;
/* 369 */ }
/* 370 */ .thaps-suggestion-more .thaps-content-wrapp *{
/* 371 */     color: inherit;
/* 372 */ }
/* 373 */
/* 374 */ .thaps-suggestion-more .thaps-title{
/* 375 */     font-size: 14px;
/* 376 */     line-height: 1.7;
/* 377 */     font-weight: 600;
/* 378 */     letter-spacing: -.5px;
/* 379 */ }
/* 380 */ .thaps-suggestion-more .thaps-title:after {
/* 381 */     content: "";
/* 382 */     display: inline-block;
/* 383 */     width: 16px;
/* 384 */     height: 16px;
/* 385 */     position: relative;
/* 386 */     top: 3px;
/* 387 */     margin-left: 10px;
/* 388 */     background-color: currentColor;
/* 389 */     -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M4 12h14M13 6l6 6-6 6" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
/* 390 */     mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><path d="M4 12h14M13 6l6 6-6 6" stroke="black" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center / contain;
/* 391 */     transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
/* 392 */     will-change: transform;
/* 393 */ }
/* 394 */
/* 395 */ /* hover on BOTH: parent row and the title itself */
/* 396 */ .thaps-suggestion-more:hover .thaps-title:after {
/* 397 */     transform: translateX(4px);
/* 398 */ }
/* 399 */
/* 400 */ .thaps-autocomplete-suggestion .thaps-title{

/* thaps-front-style.css */

/* 401 */    font-weight: 500;
/* 402 */     font-size: .875rem;
/* 403 */     letter-spacing: .029px;
/* 404 */     line-height: 1.425;
/* 405 */     display: inline;
/* 406 */     margin-right: 4px;
/* 407 */     color: #101828;
/* 408 */ }
/* 409 */
/* 410 */ .thaps-sku{
/* 411 */ font-size: 0.8rem;
/* 412 */     font-weight: 500;
/* 413 */     color: #555;
/* 414 */ }
/* 415 */ .thaps-desc{
/* 416 */     font-size: 13px;
/* 417 */     line-height: 1.25;
/* 418 */     display: block;
/* 419 */     margin-top: 3px;
/* 420 */     overflow: hidden;
/* 421 */     text-overflow: ellipsis;
/* 422 */     white-space: normal;
/* 423 */     max-width: 100%;
/* 424 */     color: #414141;
/* 425 */ }
/* 426 */ .thaps-content-right{
/* 427 */     text-align: right;
/* 428 */ }
/* 429 */ .thaps-content-wrapp {
/* 430 */   line-height: normal;
/* 431 */     display: flex;
/* 432 */     justify-content: space-between;
/* 433 */     width: 100%;
/* 434 */     gap: 14px;
/* 435 */ }
/* 436 */
/* 437 */ .thaps-suggestion-more .thaps-content-wrapp {
/* 438 */
/* 439 */     justify-content: center;
/* 440 */ }
/* 441 */
/* 442 */ .icon_style .thaps-search-form {
/* 443 */     opacity:0;
/* 444 */     display:none;
/* 445 */     position: absolute;
/* 446 */     left: 0;
/* 447 */     top: calc(100% + 8px);
/* 448 */     min-width:270px;
/* 449 */     z-index: 1;
/* 450 */ }

/* thaps-front-style.css */

/* 451 */ .icon_style.thaps-box-open .thaps-search-form{
/* 452 */     opacity:1;
/* 453 */     display:block;
/* 454 */ }
/* 455 */
/* 456 */ .icon_style .click-icon{
/* 457 */     height: auto;
/* 458 */     cursor: pointer;
/* 459 */ }
/* 460 */ .thaps-box-open .thaps-icon-arrow {
/* 461 */     display: block;
/* 462 */     position: absolute;
/* 463 */     top: calc(100% + 2px);
/* 464 */     left: 0;
/* 465 */     z-index: 5;
/* 466 */     width: 15px;
/* 467 */     height: 15px;
/* 468 */     background: #fff;
/* 469 */     border-left: 1px solid #ddd;
/* 470 */     border-top: 1px solid #ddd;
/* 471 */     -webkit-transform: rotate(
/* 472 */ 45deg
/* 473 */ );
/* 474 */     -moz-transform: rotate(45deg);
/* 475 */     -o-transform: rotate(45deg);
/* 476 */     -ms-transform: rotate(45deg);
/* 477 */     transform: rotate(
/* 478 */ 45deg
/* 479 */ );
/* 480 */ }
/* 481 */
/* 482 */
/* 483 */ /* Chrome, Edge, Safari scrollbar CSS STARTS*/
/* 484 */ .thaps-autocomplete-suggestions::-webkit-scrollbar {
/* 485 */     width: 6px;
/* 486 */ }
/* 487 */
/* 488 */ .thaps-autocomplete-suggestions::-webkit-scrollbar-track {
/* 489 */     background: transparent;
/* 490 */     margin-block: 6px; /* top-bottom gap for smooth curve */
/* 491 */ }
/* 492 */
/* 493 */ .thaps-autocomplete-suggestions::-webkit-scrollbar-thumb {
/* 494 */     background-color: #e9e4e6;
/* 495 */
/* 496 */     /* One-sided smooth blending */
/* 497 */     border-radius: 0 1rem 1rem 0;
/* 498 */
/* 499 */     /* spacing from edges */
/* 500 */     border: 1px solid transparent;

/* thaps-front-style.css */

/* 501 */     background-clip: content-box;
/* 502 */
/* 503 */     transition: background 0.2s ease;
/* 504 */ }
/* 505 */
/* 506 */ .thaps-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
/* 507 */     background-color: #e3e2e3;
/* 508 */ }
/* 509 */ .thaps-search-box .th-icon{
/* 510 */ font-size:1.62rem;
/* 511 */ }
/* 512 */
/* 513 */ /* Bounce animation */
/* 514 */ @keyframes bounceDrop {
/* 515 */     0% {
/* 516 */         transform: translateY(15px);
/* 517 */         opacity: 0;
/* 518 */     }
/* 519 */     80% {
/* 520 */         transform: translateY(2px); /* thoda neeche */
/* 521 */     }
/* 522 */     100% {
/* 523 */         transform: translateY(0);
/* 524 */     }
/* 525 */ }
/* 526 */ .thaps-suggestion-more:hover .thaps-content-wrapp *{
/* 527 */     color: inherit;
/* 528 */ }
/* 529 */
/* 530 */
/* 531 */ /* tapsp-overlay Overlay CSS STARTS  */
/* 532 */ .tapsp-overlay {
/* 533 */     position: fixed;
/* 534 */     inset: 0;
/* 535 */     background: rgba(0,0,0,0.55);
/* 536 */     display: none;
/* 537 */     z-index:1000008;
/* 538 */ }
/* 539 */ #wpadminbar:hover{
/* 540 */   z-index: 9999999;
/* 541 */ }
/* 542 */ @media screen and (max-width: 767px){
/* 543 */ div.thaps-autocomplete-suggestions{
/* 544 */     width: 95% !important;
/* 545 */     left: 0 !important;
/* 546 */     right: 0!important;
/* 547 */     margin: 0 auto!important;
/* 548 */     margin-top: 9px!important;
/* 549 */ }
/* 550 */ .thaps-content-right{

/* thaps-front-style.css */

/* 551 */     text-align: left;
/* 552 */ }
/* 553 */ }
/* 554 */
/* 555 */ .tapsp-overlay-active .taiowc-fixed-cart .taiowc-content,
/* 556 */ .tapsp-overlay-active .taiowcp-fixed-cart .taiowcp-content{
/* 557 */     z-index: 2!important;
/* 558 */ }
/* 559 */
/* 560 */
/* 561 */
/* 562 */ .tapsp-stock{
/* 563 */     font-size: 9px;
/* 564 */     display: block;
/* 565 */     margin-top: 3px;
/* 566 */     font-weight: 700;
/* 567 */     text-transform: capitalize;
/* 568 */     color: #4CAF50;
/* 569 */ }
/* 570 */ .th-traditional .tapsp-stock{
/* 571 */     margin: 0 0 9px 0;
/* 572 */ }
/* 573 */
/* 574 */ /* --- Stock --- */
/* 575 */ .thaps-autocomplete-suggestions > .thaps-suggestion-wrap.thaps-suggestion-product .tapsp-stock {
/* 576 */     font-size: 9px;
/* 577 */     display: block;
/* 578 */     margin-top: 3px;
/* 579 */     font-weight: 500;
/* 580 */ }
/* 581 */
/* 582 */ .tapsp-sale{
/* 583 */     background: #111;
/* 584 */     color: #fff;
/* 585 */     padding: 0.2rem 0.4rem;
/* 586 */     font-size: 0.7rem;
/* 587 */     border-radius: 0.2rem;
/* 588 */     margin-right: 0.5rem;
/* 589 */     margin-top: 0.2rem;
/* 590 */     margin-bottom: 0.2rem;
/* 591 */     display: inline-flex;
/* 592 */     align-items: center;
/* 593 */     justify-content: center;
/* 594 */     border-radius: 6px;
/* 595 */     text-transform: capitalize;
/* 596 */ }
/* 597 */ .th-traditional .tapsp-sale{
/* 598 */     margin-top: 0;
/* 599 */     margin-bottom: 9px;
/* 600 */ }

/* thaps-front-style.css */

/* 601 */
/* 602 */
/* 603 */ .tapsp-featured::before {
/* 604 */     content: "\f155";
/* 605 */     font-family: Dashicons;
/* 606 */     text-transform: none;
/* 607 */     -webkit-font-smoothing: antialiased;
/* 608 */     text-indent: 0px;
/* 609 */     font-size:0.867rem;
/* 610 */     color:#dab257;
/* 611 */     margin-right:0.3rem;
/* 612 */ }
