/* Minify_CSS_UriRewriter::$debugText

*/

/* font-awesome.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
/* 3    *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
/* 10   */   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ .fa {
/* 15   */   display: inline-block;
/* 16   */   font: normal normal normal 14px/1 FontAwesome;
/* 17   */   font-size: inherit;
/* 18   */   text-rendering: auto;
/* 19   */   -webkit-font-smoothing: antialiased;
/* 20   */   -moz-osx-font-smoothing: grayscale;
/* 21   */ }
/* 22   */ /* makes the font 33% larger relative to the icon container */
/* 23   */ .fa-lg {
/* 24   */   font-size: 1.33333333em;
/* 25   */   line-height: 0.75em;
/* 26   */   vertical-align: -15%;
/* 27   */ }
/* 28   */ .fa-2x {
/* 29   */   font-size: 2em;
/* 30   */ }
/* 31   */ .fa-3x {
/* 32   */   font-size: 3em;
/* 33   */ }
/* 34   */ .fa-4x {
/* 35   */   font-size: 4em;
/* 36   */ }
/* 37   */ .fa-5x {
/* 38   */   font-size: 5em;
/* 39   */ }
/* 40   */ .fa-fw {
/* 41   */   width: 1.28571429em;
/* 42   */   text-align: center;
/* 43   */ }
/* 44   */ .fa-ul {
/* 45   */   padding-left: 0;
/* 46   */   margin-left: 2.14285714em;
/* 47   */   list-style-type: none;
/* 48   */ }
/* 49   */ .fa-ul > li {
/* 50   */   position: relative;

/* font-awesome.css */

/* 51   */ }
/* 52   */ .fa-li {
/* 53   */   position: absolute;
/* 54   */   left: -2.14285714em;
/* 55   */   width: 2.14285714em;
/* 56   */   top: 0.14285714em;
/* 57   */   text-align: center;
/* 58   */ }
/* 59   */ .fa-li.fa-lg {
/* 60   */   left: -1.85714286em;
/* 61   */ }
/* 62   */ .fa-border {
/* 63   */   padding: .2em .25em .15em;
/* 64   */   border: solid 0.08em #eeeeee;
/* 65   */   border-radius: .1em;
/* 66   */ }
/* 67   */ .fa-pull-left {
/* 68   */   float: left;
/* 69   */ }
/* 70   */ .fa-pull-right {
/* 71   */   float: right;
/* 72   */ }
/* 73   */ .fa.fa-pull-left {
/* 74   */   margin-right: .3em;
/* 75   */ }
/* 76   */ .fa.fa-pull-right {
/* 77   */   margin-left: .3em;
/* 78   */ }
/* 79   */ /* Deprecated as of 4.4.0 */
/* 80   */ .pull-right {
/* 81   */   float: right;
/* 82   */ }
/* 83   */ .pull-left {
/* 84   */   float: left;
/* 85   */ }
/* 86   */ .fa.pull-left {
/* 87   */   margin-right: .3em;
/* 88   */ }
/* 89   */ .fa.pull-right {
/* 90   */   margin-left: .3em;
/* 91   */ }
/* 92   */ .fa-spin {
/* 93   */   -webkit-animation: fa-spin 2s infinite linear;
/* 94   */   animation: fa-spin 2s infinite linear;
/* 95   */ }
/* 96   */ .fa-pulse {
/* 97   */   -webkit-animation: fa-spin 1s infinite steps(8);
/* 98   */   animation: fa-spin 1s infinite steps(8);
/* 99   */ }
/* 100  */ @-webkit-keyframes fa-spin {

/* font-awesome.css */

/* 101  */   0% {
/* 102  */     -webkit-transform: rotate(0deg);
/* 103  */     transform: rotate(0deg);
/* 104  */   }
/* 105  */   100% {
/* 106  */     -webkit-transform: rotate(359deg);
/* 107  */     transform: rotate(359deg);
/* 108  */   }
/* 109  */ }
/* 110  */ @keyframes fa-spin {
/* 111  */   0% {
/* 112  */     -webkit-transform: rotate(0deg);
/* 113  */     transform: rotate(0deg);
/* 114  */   }
/* 115  */   100% {
/* 116  */     -webkit-transform: rotate(359deg);
/* 117  */     transform: rotate(359deg);
/* 118  */   }
/* 119  */ }
/* 120  */ .fa-rotate-90 {
/* 121  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
/* 122  */   -webkit-transform: rotate(90deg);
/* 123  */   -ms-transform: rotate(90deg);
/* 124  */   transform: rotate(90deg);
/* 125  */ }
/* 126  */ .fa-rotate-180 {
/* 127  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
/* 128  */   -webkit-transform: rotate(180deg);
/* 129  */   -ms-transform: rotate(180deg);
/* 130  */   transform: rotate(180deg);
/* 131  */ }
/* 132  */ .fa-rotate-270 {
/* 133  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
/* 134  */   -webkit-transform: rotate(270deg);
/* 135  */   -ms-transform: rotate(270deg);
/* 136  */   transform: rotate(270deg);
/* 137  */ }
/* 138  */ .fa-flip-horizontal {
/* 139  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
/* 140  */   -webkit-transform: scale(-1, 1);
/* 141  */   -ms-transform: scale(-1, 1);
/* 142  */   transform: scale(-1, 1);
/* 143  */ }
/* 144  */ .fa-flip-vertical {
/* 145  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
/* 146  */   -webkit-transform: scale(1, -1);
/* 147  */   -ms-transform: scale(1, -1);
/* 148  */   transform: scale(1, -1);
/* 149  */ }
/* 150  */ :root .fa-rotate-90,

/* font-awesome.css */

/* 151  */ :root .fa-rotate-180,
/* 152  */ :root .fa-rotate-270,
/* 153  */ :root .fa-flip-horizontal,
/* 154  */ :root .fa-flip-vertical {
/* 155  */   filter: none;
/* 156  */ }
/* 157  */ .fa-stack {
/* 158  */   position: relative;
/* 159  */   display: inline-block;
/* 160  */   width: 2em;
/* 161  */   height: 2em;
/* 162  */   line-height: 2em;
/* 163  */   vertical-align: middle;
/* 164  */ }
/* 165  */ .fa-stack-1x,
/* 166  */ .fa-stack-2x {
/* 167  */   position: absolute;
/* 168  */   left: 0;
/* 169  */   width: 100%;
/* 170  */   text-align: center;
/* 171  */ }
/* 172  */ .fa-stack-1x {
/* 173  */   line-height: inherit;
/* 174  */ }
/* 175  */ .fa-stack-2x {
/* 176  */   font-size: 2em;
/* 177  */ }
/* 178  */ .fa-inverse {
/* 179  */   color: #ffffff;
/* 180  */ }
/* 181  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 182  *|    readers do not read off random characters that represent icons */
/* 183  */ .fa-glass:before {
/* 184  */   content: "\f000";
/* 185  */ }
/* 186  */ .fa-music:before {
/* 187  */   content: "\f001";
/* 188  */ }
/* 189  */ .fa-search:before {
/* 190  */   content: "\f002";
/* 191  */ }
/* 192  */ .fa-envelope-o:before {
/* 193  */   content: "\f003";
/* 194  */ }
/* 195  */ .fa-heart:before {
/* 196  */   content: "\f004";
/* 197  */ }
/* 198  */ .fa-star:before {
/* 199  */   content: "\f005";
/* 200  */ }

/* font-awesome.css */

/* 201  */ .fa-star-o:before {
/* 202  */   content: "\f006";
/* 203  */ }
/* 204  */ .fa-user:before {
/* 205  */   content: "\f007";
/* 206  */ }
/* 207  */ .fa-film:before {
/* 208  */   content: "\f008";
/* 209  */ }
/* 210  */ .fa-th-large:before {
/* 211  */   content: "\f009";
/* 212  */ }
/* 213  */ .fa-th:before {
/* 214  */   content: "\f00a";
/* 215  */ }
/* 216  */ .fa-th-list:before {
/* 217  */   content: "\f00b";
/* 218  */ }
/* 219  */ .fa-check:before {
/* 220  */   content: "\f00c";
/* 221  */ }
/* 222  */ .fa-remove:before,
/* 223  */ .fa-close:before,
/* 224  */ .fa-times:before {
/* 225  */   content: "\f00d";
/* 226  */ }
/* 227  */ .fa-search-plus:before {
/* 228  */   content: "\f00e";
/* 229  */ }
/* 230  */ .fa-search-minus:before {
/* 231  */   content: "\f010";
/* 232  */ }
/* 233  */ .fa-power-off:before {
/* 234  */   content: "\f011";
/* 235  */ }
/* 236  */ .fa-signal:before {
/* 237  */   content: "\f012";
/* 238  */ }
/* 239  */ .fa-gear:before,
/* 240  */ .fa-cog:before {
/* 241  */   content: "\f013";
/* 242  */ }
/* 243  */ .fa-trash-o:before {
/* 244  */   content: "\f014";
/* 245  */ }
/* 246  */ .fa-home:before {
/* 247  */   content: "\f015";
/* 248  */ }
/* 249  */ .fa-file-o:before {
/* 250  */   content: "\f016";

/* font-awesome.css */

/* 251  */ }
/* 252  */ .fa-clock-o:before {
/* 253  */   content: "\f017";
/* 254  */ }
/* 255  */ .fa-road:before {
/* 256  */   content: "\f018";
/* 257  */ }
/* 258  */ .fa-download:before {
/* 259  */   content: "\f019";
/* 260  */ }
/* 261  */ .fa-arrow-circle-o-down:before {
/* 262  */   content: "\f01a";
/* 263  */ }
/* 264  */ .fa-arrow-circle-o-up:before {
/* 265  */   content: "\f01b";
/* 266  */ }
/* 267  */ .fa-inbox:before {
/* 268  */   content: "\f01c";
/* 269  */ }
/* 270  */ .fa-play-circle-o:before {
/* 271  */   content: "\f01d";
/* 272  */ }
/* 273  */ .fa-rotate-right:before,
/* 274  */ .fa-repeat:before {
/* 275  */   content: "\f01e";
/* 276  */ }
/* 277  */ .fa-refresh:before {
/* 278  */   content: "\f021";
/* 279  */ }
/* 280  */ .fa-list-alt:before {
/* 281  */   content: "\f022";
/* 282  */ }
/* 283  */ .fa-lock:before {
/* 284  */   content: "\f023";
/* 285  */ }
/* 286  */ .fa-flag:before {
/* 287  */   content: "\f024";
/* 288  */ }
/* 289  */ .fa-headphones:before {
/* 290  */   content: "\f025";
/* 291  */ }
/* 292  */ .fa-volume-off:before {
/* 293  */   content: "\f026";
/* 294  */ }
/* 295  */ .fa-volume-down:before {
/* 296  */   content: "\f027";
/* 297  */ }
/* 298  */ .fa-volume-up:before {
/* 299  */   content: "\f028";
/* 300  */ }

/* font-awesome.css */

/* 301  */ .fa-qrcode:before {
/* 302  */   content: "\f029";
/* 303  */ }
/* 304  */ .fa-barcode:before {
/* 305  */   content: "\f02a";
/* 306  */ }
/* 307  */ .fa-tag:before {
/* 308  */   content: "\f02b";
/* 309  */ }
/* 310  */ .fa-tags:before {
/* 311  */   content: "\f02c";
/* 312  */ }
/* 313  */ .fa-book:before {
/* 314  */   content: "\f02d";
/* 315  */ }
/* 316  */ .fa-bookmark:before {
/* 317  */   content: "\f02e";
/* 318  */ }
/* 319  */ .fa-print:before {
/* 320  */   content: "\f02f";
/* 321  */ }
/* 322  */ .fa-camera:before {
/* 323  */   content: "\f030";
/* 324  */ }
/* 325  */ .fa-font:before {
/* 326  */   content: "\f031";
/* 327  */ }
/* 328  */ .fa-bold:before {
/* 329  */   content: "\f032";
/* 330  */ }
/* 331  */ .fa-italic:before {
/* 332  */   content: "\f033";
/* 333  */ }
/* 334  */ .fa-text-height:before {
/* 335  */   content: "\f034";
/* 336  */ }
/* 337  */ .fa-text-width:before {
/* 338  */   content: "\f035";
/* 339  */ }
/* 340  */ .fa-align-left:before {
/* 341  */   content: "\f036";
/* 342  */ }
/* 343  */ .fa-align-center:before {
/* 344  */   content: "\f037";
/* 345  */ }
/* 346  */ .fa-align-right:before {
/* 347  */   content: "\f038";
/* 348  */ }
/* 349  */ .fa-align-justify:before {
/* 350  */   content: "\f039";

/* font-awesome.css */

/* 351  */ }
/* 352  */ .fa-list:before {
/* 353  */   content: "\f03a";
/* 354  */ }
/* 355  */ .fa-dedent:before,
/* 356  */ .fa-outdent:before {
/* 357  */   content: "\f03b";
/* 358  */ }
/* 359  */ .fa-indent:before {
/* 360  */   content: "\f03c";
/* 361  */ }
/* 362  */ .fa-video-camera:before {
/* 363  */   content: "\f03d";
/* 364  */ }
/* 365  */ .fa-photo:before,
/* 366  */ .fa-image:before,
/* 367  */ .fa-picture-o:before {
/* 368  */   content: "\f03e";
/* 369  */ }
/* 370  */ .fa-pencil:before {
/* 371  */   content: "\f040";
/* 372  */ }
/* 373  */ .fa-map-marker:before {
/* 374  */   content: "\f041";
/* 375  */ }
/* 376  */ .fa-adjust:before {
/* 377  */   content: "\f042";
/* 378  */ }
/* 379  */ .fa-tint:before {
/* 380  */   content: "\f043";
/* 381  */ }
/* 382  */ .fa-edit:before,
/* 383  */ .fa-pencil-square-o:before {
/* 384  */   content: "\f044";
/* 385  */ }
/* 386  */ .fa-share-square-o:before {
/* 387  */   content: "\f045";
/* 388  */ }
/* 389  */ .fa-check-square-o:before {
/* 390  */   content: "\f046";
/* 391  */ }
/* 392  */ .fa-arrows:before {
/* 393  */   content: "\f047";
/* 394  */ }
/* 395  */ .fa-step-backward:before {
/* 396  */   content: "\f048";
/* 397  */ }
/* 398  */ .fa-fast-backward:before {
/* 399  */   content: "\f049";
/* 400  */ }

/* font-awesome.css */

/* 401  */ .fa-backward:before {
/* 402  */   content: "\f04a";
/* 403  */ }
/* 404  */ .fa-play:before {
/* 405  */   content: "\f04b";
/* 406  */ }
/* 407  */ .fa-pause:before {
/* 408  */   content: "\f04c";
/* 409  */ }
/* 410  */ .fa-stop:before {
/* 411  */   content: "\f04d";
/* 412  */ }
/* 413  */ .fa-forward:before {
/* 414  */   content: "\f04e";
/* 415  */ }
/* 416  */ .fa-fast-forward:before {
/* 417  */   content: "\f050";
/* 418  */ }
/* 419  */ .fa-step-forward:before {
/* 420  */   content: "\f051";
/* 421  */ }
/* 422  */ .fa-eject:before {
/* 423  */   content: "\f052";
/* 424  */ }
/* 425  */ .fa-chevron-left:before {
/* 426  */   content: "\f053";
/* 427  */ }
/* 428  */ .fa-chevron-right:before {
/* 429  */   content: "\f054";
/* 430  */ }
/* 431  */ .fa-plus-circle:before {
/* 432  */   content: "\f055";
/* 433  */ }
/* 434  */ .fa-minus-circle:before {
/* 435  */   content: "\f056";
/* 436  */ }
/* 437  */ .fa-times-circle:before {
/* 438  */   content: "\f057";
/* 439  */ }
/* 440  */ .fa-check-circle:before {
/* 441  */   content: "\f058";
/* 442  */ }
/* 443  */ .fa-question-circle:before {
/* 444  */   content: "\f059";
/* 445  */ }
/* 446  */ .fa-info-circle:before {
/* 447  */   content: "\f05a";
/* 448  */ }
/* 449  */ .fa-crosshairs:before {
/* 450  */   content: "\f05b";

/* font-awesome.css */

/* 451  */ }
/* 452  */ .fa-times-circle-o:before {
/* 453  */   content: "\f05c";
/* 454  */ }
/* 455  */ .fa-check-circle-o:before {
/* 456  */   content: "\f05d";
/* 457  */ }
/* 458  */ .fa-ban:before {
/* 459  */   content: "\f05e";
/* 460  */ }
/* 461  */ .fa-arrow-left:before {
/* 462  */   content: "\f060";
/* 463  */ }
/* 464  */ .fa-arrow-right:before {
/* 465  */   content: "\f061";
/* 466  */ }
/* 467  */ .fa-arrow-up:before {
/* 468  */   content: "\f062";
/* 469  */ }
/* 470  */ .fa-arrow-down:before {
/* 471  */   content: "\f063";
/* 472  */ }
/* 473  */ .fa-mail-forward:before,
/* 474  */ .fa-share:before {
/* 475  */   content: "\f064";
/* 476  */ }
/* 477  */ .fa-expand:before {
/* 478  */   content: "\f065";
/* 479  */ }
/* 480  */ .fa-compress:before {
/* 481  */   content: "\f066";
/* 482  */ }
/* 483  */ .fa-plus:before {
/* 484  */   content: "\f067";
/* 485  */ }
/* 486  */ .fa-minus:before {
/* 487  */   content: "\f068";
/* 488  */ }
/* 489  */ .fa-asterisk:before {
/* 490  */   content: "\f069";
/* 491  */ }
/* 492  */ .fa-exclamation-circle:before {
/* 493  */   content: "\f06a";
/* 494  */ }
/* 495  */ .fa-gift:before {
/* 496  */   content: "\f06b";
/* 497  */ }
/* 498  */ .fa-leaf:before {
/* 499  */   content: "\f06c";
/* 500  */ }

/* font-awesome.css */

/* 501  */ .fa-fire:before {
/* 502  */   content: "\f06d";
/* 503  */ }
/* 504  */ .fa-eye:before {
/* 505  */   content: "\f06e";
/* 506  */ }
/* 507  */ .fa-eye-slash:before {
/* 508  */   content: "\f070";
/* 509  */ }
/* 510  */ .fa-warning:before,
/* 511  */ .fa-exclamation-triangle:before {
/* 512  */   content: "\f071";
/* 513  */ }
/* 514  */ .fa-plane:before {
/* 515  */   content: "\f072";
/* 516  */ }
/* 517  */ .fa-calendar:before {
/* 518  */   content: "\f073";
/* 519  */ }
/* 520  */ .fa-random:before {
/* 521  */   content: "\f074";
/* 522  */ }
/* 523  */ .fa-comment:before {
/* 524  */   content: "\f075";
/* 525  */ }
/* 526  */ .fa-magnet:before {
/* 527  */   content: "\f076";
/* 528  */ }
/* 529  */ .fa-chevron-up:before {
/* 530  */   content: "\f077";
/* 531  */ }
/* 532  */ .fa-chevron-down:before {
/* 533  */   content: "\f078";
/* 534  */ }
/* 535  */ .fa-retweet:before {
/* 536  */   content: "\f079";
/* 537  */ }
/* 538  */ .fa-shopping-cart:before {
/* 539  */   content: "\f07a";
/* 540  */ }
/* 541  */ .fa-folder:before {
/* 542  */   content: "\f07b";
/* 543  */ }
/* 544  */ .fa-folder-open:before {
/* 545  */   content: "\f07c";
/* 546  */ }
/* 547  */ .fa-arrows-v:before {
/* 548  */   content: "\f07d";
/* 549  */ }
/* 550  */ .fa-arrows-h:before {

/* font-awesome.css */

/* 551  */   content: "\f07e";
/* 552  */ }
/* 553  */ .fa-bar-chart-o:before,
/* 554  */ .fa-bar-chart:before {
/* 555  */   content: "\f080";
/* 556  */ }
/* 557  */ .fa-twitter-square:before {
/* 558  */   content: "\f081";
/* 559  */ }
/* 560  */ .fa-facebook-square:before {
/* 561  */   content: "\f082";
/* 562  */ }
/* 563  */ .fa-camera-retro:before {
/* 564  */   content: "\f083";
/* 565  */ }
/* 566  */ .fa-key:before {
/* 567  */   content: "\f084";
/* 568  */ }
/* 569  */ .fa-gears:before,
/* 570  */ .fa-cogs:before {
/* 571  */   content: "\f085";
/* 572  */ }
/* 573  */ .fa-comments:before {
/* 574  */   content: "\f086";
/* 575  */ }
/* 576  */ .fa-thumbs-o-up:before {
/* 577  */   content: "\f087";
/* 578  */ }
/* 579  */ .fa-thumbs-o-down:before {
/* 580  */   content: "\f088";
/* 581  */ }
/* 582  */ .fa-star-half:before {
/* 583  */   content: "\f089";
/* 584  */ }
/* 585  */ .fa-heart-o:before {
/* 586  */   content: "\f08a";
/* 587  */ }
/* 588  */ .fa-sign-out:before {
/* 589  */   content: "\f08b";
/* 590  */ }
/* 591  */ .fa-linkedin-square:before {
/* 592  */   content: "\f08c";
/* 593  */ }
/* 594  */ .fa-thumb-tack:before {
/* 595  */   content: "\f08d";
/* 596  */ }
/* 597  */ .fa-external-link:before {
/* 598  */   content: "\f08e";
/* 599  */ }
/* 600  */ .fa-sign-in:before {

/* font-awesome.css */

/* 601  */   content: "\f090";
/* 602  */ }
/* 603  */ .fa-trophy:before {
/* 604  */   content: "\f091";
/* 605  */ }
/* 606  */ .fa-github-square:before {
/* 607  */   content: "\f092";
/* 608  */ }
/* 609  */ .fa-upload:before {
/* 610  */   content: "\f093";
/* 611  */ }
/* 612  */ .fa-lemon-o:before {
/* 613  */   content: "\f094";
/* 614  */ }
/* 615  */ .fa-phone:before {
/* 616  */   content: "\f095";
/* 617  */ }
/* 618  */ .fa-square-o:before {
/* 619  */   content: "\f096";
/* 620  */ }
/* 621  */ .fa-bookmark-o:before {
/* 622  */   content: "\f097";
/* 623  */ }
/* 624  */ .fa-phone-square:before {
/* 625  */   content: "\f098";
/* 626  */ }
/* 627  */ .fa-twitter:before {
/* 628  */   content: "\f099";
/* 629  */ }
/* 630  */ .fa-facebook-f:before,
/* 631  */ .fa-facebook:before {
/* 632  */   content: "\f09a";
/* 633  */ }
/* 634  */ .fa-github:before {
/* 635  */   content: "\f09b";
/* 636  */ }
/* 637  */ .fa-unlock:before {
/* 638  */   content: "\f09c";
/* 639  */ }
/* 640  */ .fa-credit-card:before {
/* 641  */   content: "\f09d";
/* 642  */ }
/* 643  */ .fa-feed:before,
/* 644  */ .fa-rss:before {
/* 645  */   content: "\f09e";
/* 646  */ }
/* 647  */ .fa-hdd-o:before {
/* 648  */   content: "\f0a0";
/* 649  */ }
/* 650  */ .fa-bullhorn:before {

/* font-awesome.css */

/* 651  */   content: "\f0a1";
/* 652  */ }
/* 653  */ .fa-bell:before {
/* 654  */   content: "\f0f3";
/* 655  */ }
/* 656  */ .fa-certificate:before {
/* 657  */   content: "\f0a3";
/* 658  */ }
/* 659  */ .fa-hand-o-right:before {
/* 660  */   content: "\f0a4";
/* 661  */ }
/* 662  */ .fa-hand-o-left:before {
/* 663  */   content: "\f0a5";
/* 664  */ }
/* 665  */ .fa-hand-o-up:before {
/* 666  */   content: "\f0a6";
/* 667  */ }
/* 668  */ .fa-hand-o-down:before {
/* 669  */   content: "\f0a7";
/* 670  */ }
/* 671  */ .fa-arrow-circle-left:before {
/* 672  */   content: "\f0a8";
/* 673  */ }
/* 674  */ .fa-arrow-circle-right:before {
/* 675  */   content: "\f0a9";
/* 676  */ }
/* 677  */ .fa-arrow-circle-up:before {
/* 678  */   content: "\f0aa";
/* 679  */ }
/* 680  */ .fa-arrow-circle-down:before {
/* 681  */   content: "\f0ab";
/* 682  */ }
/* 683  */ .fa-globe:before {
/* 684  */   content: "\f0ac";
/* 685  */ }
/* 686  */ .fa-wrench:before {
/* 687  */   content: "\f0ad";
/* 688  */ }
/* 689  */ .fa-tasks:before {
/* 690  */   content: "\f0ae";
/* 691  */ }
/* 692  */ .fa-filter:before {
/* 693  */   content: "\f0b0";
/* 694  */ }
/* 695  */ .fa-briefcase:before {
/* 696  */   content: "\f0b1";
/* 697  */ }
/* 698  */ .fa-arrows-alt:before {
/* 699  */   content: "\f0b2";
/* 700  */ }

/* font-awesome.css */

/* 701  */ .fa-group:before,
/* 702  */ .fa-users:before {
/* 703  */   content: "\f0c0";
/* 704  */ }
/* 705  */ .fa-chain:before,
/* 706  */ .fa-link:before {
/* 707  */   content: "\f0c1";
/* 708  */ }
/* 709  */ .fa-cloud:before {
/* 710  */   content: "\f0c2";
/* 711  */ }
/* 712  */ .fa-flask:before {
/* 713  */   content: "\f0c3";
/* 714  */ }
/* 715  */ .fa-cut:before,
/* 716  */ .fa-scissors:before {
/* 717  */   content: "\f0c4";
/* 718  */ }
/* 719  */ .fa-copy:before,
/* 720  */ .fa-files-o:before {
/* 721  */   content: "\f0c5";
/* 722  */ }
/* 723  */ .fa-paperclip:before {
/* 724  */   content: "\f0c6";
/* 725  */ }
/* 726  */ .fa-save:before,
/* 727  */ .fa-floppy-o:before {
/* 728  */   content: "\f0c7";
/* 729  */ }
/* 730  */ .fa-square:before {
/* 731  */   content: "\f0c8";
/* 732  */ }
/* 733  */ .fa-navicon:before,
/* 734  */ .fa-reorder:before,
/* 735  */ .fa-bars:before {
/* 736  */   content: "\f0c9";
/* 737  */ }
/* 738  */ .fa-list-ul:before {
/* 739  */   content: "\f0ca";
/* 740  */ }
/* 741  */ .fa-list-ol:before {
/* 742  */   content: "\f0cb";
/* 743  */ }
/* 744  */ .fa-strikethrough:before {
/* 745  */   content: "\f0cc";
/* 746  */ }
/* 747  */ .fa-underline:before {
/* 748  */   content: "\f0cd";
/* 749  */ }
/* 750  */ .fa-table:before {

/* font-awesome.css */

/* 751  */   content: "\f0ce";
/* 752  */ }
/* 753  */ .fa-magic:before {
/* 754  */   content: "\f0d0";
/* 755  */ }
/* 756  */ .fa-truck:before {
/* 757  */   content: "\f0d1";
/* 758  */ }
/* 759  */ .fa-pinterest:before {
/* 760  */   content: "\f0d2";
/* 761  */ }
/* 762  */ .fa-pinterest-square:before {
/* 763  */   content: "\f0d3";
/* 764  */ }
/* 765  */ .fa-google-plus-square:before {
/* 766  */   content: "\f0d4";
/* 767  */ }
/* 768  */ .fa-google-plus:before {
/* 769  */   content: "\f0d5";
/* 770  */ }
/* 771  */ .fa-money:before {
/* 772  */   content: "\f0d6";
/* 773  */ }
/* 774  */ .fa-caret-down:before {
/* 775  */   content: "\f0d7";
/* 776  */ }
/* 777  */ .fa-caret-up:before {
/* 778  */   content: "\f0d8";
/* 779  */ }
/* 780  */ .fa-caret-left:before {
/* 781  */   content: "\f0d9";
/* 782  */ }
/* 783  */ .fa-caret-right:before {
/* 784  */   content: "\f0da";
/* 785  */ }
/* 786  */ .fa-columns:before {
/* 787  */   content: "\f0db";
/* 788  */ }
/* 789  */ .fa-unsorted:before,
/* 790  */ .fa-sort:before {
/* 791  */   content: "\f0dc";
/* 792  */ }
/* 793  */ .fa-sort-down:before,
/* 794  */ .fa-sort-desc:before {
/* 795  */   content: "\f0dd";
/* 796  */ }
/* 797  */ .fa-sort-up:before,
/* 798  */ .fa-sort-asc:before {
/* 799  */   content: "\f0de";
/* 800  */ }

/* font-awesome.css */

/* 801  */ .fa-envelope:before {
/* 802  */   content: "\f0e0";
/* 803  */ }
/* 804  */ .fa-linkedin:before {
/* 805  */   content: "\f0e1";
/* 806  */ }
/* 807  */ .fa-rotate-left:before,
/* 808  */ .fa-undo:before {
/* 809  */   content: "\f0e2";
/* 810  */ }
/* 811  */ .fa-legal:before,
/* 812  */ .fa-gavel:before {
/* 813  */   content: "\f0e3";
/* 814  */ }
/* 815  */ .fa-dashboard:before,
/* 816  */ .fa-tachometer:before {
/* 817  */   content: "\f0e4";
/* 818  */ }
/* 819  */ .fa-comment-o:before {
/* 820  */   content: "\f0e5";
/* 821  */ }
/* 822  */ .fa-comments-o:before {
/* 823  */   content: "\f0e6";
/* 824  */ }
/* 825  */ .fa-flash:before,
/* 826  */ .fa-bolt:before {
/* 827  */   content: "\f0e7";
/* 828  */ }
/* 829  */ .fa-sitemap:before {
/* 830  */   content: "\f0e8";
/* 831  */ }
/* 832  */ .fa-umbrella:before {
/* 833  */   content: "\f0e9";
/* 834  */ }
/* 835  */ .fa-paste:before,
/* 836  */ .fa-clipboard:before {
/* 837  */   content: "\f0ea";
/* 838  */ }
/* 839  */ .fa-lightbulb-o:before {
/* 840  */   content: "\f0eb";
/* 841  */ }
/* 842  */ .fa-exchange:before {
/* 843  */   content: "\f0ec";
/* 844  */ }
/* 845  */ .fa-cloud-download:before {
/* 846  */   content: "\f0ed";
/* 847  */ }
/* 848  */ .fa-cloud-upload:before {
/* 849  */   content: "\f0ee";
/* 850  */ }

/* font-awesome.css */

/* 851  */ .fa-user-md:before {
/* 852  */   content: "\f0f0";
/* 853  */ }
/* 854  */ .fa-stethoscope:before {
/* 855  */   content: "\f0f1";
/* 856  */ }
/* 857  */ .fa-suitcase:before {
/* 858  */   content: "\f0f2";
/* 859  */ }
/* 860  */ .fa-bell-o:before {
/* 861  */   content: "\f0a2";
/* 862  */ }
/* 863  */ .fa-coffee:before {
/* 864  */   content: "\f0f4";
/* 865  */ }
/* 866  */ .fa-cutlery:before {
/* 867  */   content: "\f0f5";
/* 868  */ }
/* 869  */ .fa-file-text-o:before {
/* 870  */   content: "\f0f6";
/* 871  */ }
/* 872  */ .fa-building-o:before {
/* 873  */   content: "\f0f7";
/* 874  */ }
/* 875  */ .fa-hospital-o:before {
/* 876  */   content: "\f0f8";
/* 877  */ }
/* 878  */ .fa-ambulance:before {
/* 879  */   content: "\f0f9";
/* 880  */ }
/* 881  */ .fa-medkit:before {
/* 882  */   content: "\f0fa";
/* 883  */ }
/* 884  */ .fa-fighter-jet:before {
/* 885  */   content: "\f0fb";
/* 886  */ }
/* 887  */ .fa-beer:before {
/* 888  */   content: "\f0fc";
/* 889  */ }
/* 890  */ .fa-h-square:before {
/* 891  */   content: "\f0fd";
/* 892  */ }
/* 893  */ .fa-plus-square:before {
/* 894  */   content: "\f0fe";
/* 895  */ }
/* 896  */ .fa-angle-double-left:before {
/* 897  */   content: "\f100";
/* 898  */ }
/* 899  */ .fa-angle-double-right:before {
/* 900  */   content: "\f101";

/* font-awesome.css */

/* 901  */ }
/* 902  */ .fa-angle-double-up:before {
/* 903  */   content: "\f102";
/* 904  */ }
/* 905  */ .fa-angle-double-down:before {
/* 906  */   content: "\f103";
/* 907  */ }
/* 908  */ .fa-angle-left:before {
/* 909  */   content: "\f104";
/* 910  */ }
/* 911  */ .fa-angle-right:before {
/* 912  */   content: "\f105";
/* 913  */ }
/* 914  */ .fa-angle-up:before {
/* 915  */   content: "\f106";
/* 916  */ }
/* 917  */ .fa-angle-down:before {
/* 918  */   content: "\f107";
/* 919  */ }
/* 920  */ .fa-desktop:before {
/* 921  */   content: "\f108";
/* 922  */ }
/* 923  */ .fa-laptop:before {
/* 924  */   content: "\f109";
/* 925  */ }
/* 926  */ .fa-tablet:before {
/* 927  */   content: "\f10a";
/* 928  */ }
/* 929  */ .fa-mobile-phone:before,
/* 930  */ .fa-mobile:before {
/* 931  */   content: "\f10b";
/* 932  */ }
/* 933  */ .fa-circle-o:before {
/* 934  */   content: "\f10c";
/* 935  */ }
/* 936  */ .fa-quote-left:before {
/* 937  */   content: "\f10d";
/* 938  */ }
/* 939  */ .fa-quote-right:before {
/* 940  */   content: "\f10e";
/* 941  */ }
/* 942  */ .fa-spinner:before {
/* 943  */   content: "\f110";
/* 944  */ }
/* 945  */ .fa-circle:before {
/* 946  */   content: "\f111";
/* 947  */ }
/* 948  */ .fa-mail-reply:before,
/* 949  */ .fa-reply:before {
/* 950  */   content: "\f112";

/* font-awesome.css */

/* 951  */ }
/* 952  */ .fa-github-alt:before {
/* 953  */   content: "\f113";
/* 954  */ }
/* 955  */ .fa-folder-o:before {
/* 956  */   content: "\f114";
/* 957  */ }
/* 958  */ .fa-folder-open-o:before {
/* 959  */   content: "\f115";
/* 960  */ }
/* 961  */ .fa-smile-o:before {
/* 962  */   content: "\f118";
/* 963  */ }
/* 964  */ .fa-frown-o:before {
/* 965  */   content: "\f119";
/* 966  */ }
/* 967  */ .fa-meh-o:before {
/* 968  */   content: "\f11a";
/* 969  */ }
/* 970  */ .fa-gamepad:before {
/* 971  */   content: "\f11b";
/* 972  */ }
/* 973  */ .fa-keyboard-o:before {
/* 974  */   content: "\f11c";
/* 975  */ }
/* 976  */ .fa-flag-o:before {
/* 977  */   content: "\f11d";
/* 978  */ }
/* 979  */ .fa-flag-checkered:before {
/* 980  */   content: "\f11e";
/* 981  */ }
/* 982  */ .fa-terminal:before {
/* 983  */   content: "\f120";
/* 984  */ }
/* 985  */ .fa-code:before {
/* 986  */   content: "\f121";
/* 987  */ }
/* 988  */ .fa-mail-reply-all:before,
/* 989  */ .fa-reply-all:before {
/* 990  */   content: "\f122";
/* 991  */ }
/* 992  */ .fa-star-half-empty:before,
/* 993  */ .fa-star-half-full:before,
/* 994  */ .fa-star-half-o:before {
/* 995  */   content: "\f123";
/* 996  */ }
/* 997  */ .fa-location-arrow:before {
/* 998  */   content: "\f124";
/* 999  */ }
/* 1000 */ .fa-crop:before {

/* font-awesome.css */

/* 1001 */   content: "\f125";
/* 1002 */ }
/* 1003 */ .fa-code-fork:before {
/* 1004 */   content: "\f126";
/* 1005 */ }
/* 1006 */ .fa-unlink:before,
/* 1007 */ .fa-chain-broken:before {
/* 1008 */   content: "\f127";
/* 1009 */ }
/* 1010 */ .fa-question:before {
/* 1011 */   content: "\f128";
/* 1012 */ }
/* 1013 */ .fa-info:before {
/* 1014 */   content: "\f129";
/* 1015 */ }
/* 1016 */ .fa-exclamation:before {
/* 1017 */   content: "\f12a";
/* 1018 */ }
/* 1019 */ .fa-superscript:before {
/* 1020 */   content: "\f12b";
/* 1021 */ }
/* 1022 */ .fa-subscript:before {
/* 1023 */   content: "\f12c";
/* 1024 */ }
/* 1025 */ .fa-eraser:before {
/* 1026 */   content: "\f12d";
/* 1027 */ }
/* 1028 */ .fa-puzzle-piece:before {
/* 1029 */   content: "\f12e";
/* 1030 */ }
/* 1031 */ .fa-microphone:before {
/* 1032 */   content: "\f130";
/* 1033 */ }
/* 1034 */ .fa-microphone-slash:before {
/* 1035 */   content: "\f131";
/* 1036 */ }
/* 1037 */ .fa-shield:before {
/* 1038 */   content: "\f132";
/* 1039 */ }
/* 1040 */ .fa-calendar-o:before {
/* 1041 */   content: "\f133";
/* 1042 */ }
/* 1043 */ .fa-fire-extinguisher:before {
/* 1044 */   content: "\f134";
/* 1045 */ }
/* 1046 */ .fa-rocket:before {
/* 1047 */   content: "\f135";
/* 1048 */ }
/* 1049 */ .fa-maxcdn:before {
/* 1050 */   content: "\f136";

/* font-awesome.css */

/* 1051 */ }
/* 1052 */ .fa-chevron-circle-left:before {
/* 1053 */   content: "\f137";
/* 1054 */ }
/* 1055 */ .fa-chevron-circle-right:before {
/* 1056 */   content: "\f138";
/* 1057 */ }
/* 1058 */ .fa-chevron-circle-up:before {
/* 1059 */   content: "\f139";
/* 1060 */ }
/* 1061 */ .fa-chevron-circle-down:before {
/* 1062 */   content: "\f13a";
/* 1063 */ }
/* 1064 */ .fa-html5:before {
/* 1065 */   content: "\f13b";
/* 1066 */ }
/* 1067 */ .fa-css3:before {
/* 1068 */   content: "\f13c";
/* 1069 */ }
/* 1070 */ .fa-anchor:before {
/* 1071 */   content: "\f13d";
/* 1072 */ }
/* 1073 */ .fa-unlock-alt:before {
/* 1074 */   content: "\f13e";
/* 1075 */ }
/* 1076 */ .fa-bullseye:before {
/* 1077 */   content: "\f140";
/* 1078 */ }
/* 1079 */ .fa-ellipsis-h:before {
/* 1080 */   content: "\f141";
/* 1081 */ }
/* 1082 */ .fa-ellipsis-v:before {
/* 1083 */   content: "\f142";
/* 1084 */ }
/* 1085 */ .fa-rss-square:before {
/* 1086 */   content: "\f143";
/* 1087 */ }
/* 1088 */ .fa-play-circle:before {
/* 1089 */   content: "\f144";
/* 1090 */ }
/* 1091 */ .fa-ticket:before {
/* 1092 */   content: "\f145";
/* 1093 */ }
/* 1094 */ .fa-minus-square:before {
/* 1095 */   content: "\f146";
/* 1096 */ }
/* 1097 */ .fa-minus-square-o:before {
/* 1098 */   content: "\f147";
/* 1099 */ }
/* 1100 */ .fa-level-up:before {

/* font-awesome.css */

/* 1101 */   content: "\f148";
/* 1102 */ }
/* 1103 */ .fa-level-down:before {
/* 1104 */   content: "\f149";
/* 1105 */ }
/* 1106 */ .fa-check-square:before {
/* 1107 */   content: "\f14a";
/* 1108 */ }
/* 1109 */ .fa-pencil-square:before {
/* 1110 */   content: "\f14b";
/* 1111 */ }
/* 1112 */ .fa-external-link-square:before {
/* 1113 */   content: "\f14c";
/* 1114 */ }
/* 1115 */ .fa-share-square:before {
/* 1116 */   content: "\f14d";
/* 1117 */ }
/* 1118 */ .fa-compass:before {
/* 1119 */   content: "\f14e";
/* 1120 */ }
/* 1121 */ .fa-toggle-down:before,
/* 1122 */ .fa-caret-square-o-down:before {
/* 1123 */   content: "\f150";
/* 1124 */ }
/* 1125 */ .fa-toggle-up:before,
/* 1126 */ .fa-caret-square-o-up:before {
/* 1127 */   content: "\f151";
/* 1128 */ }
/* 1129 */ .fa-toggle-right:before,
/* 1130 */ .fa-caret-square-o-right:before {
/* 1131 */   content: "\f152";
/* 1132 */ }
/* 1133 */ .fa-euro:before,
/* 1134 */ .fa-eur:before {
/* 1135 */   content: "\f153";
/* 1136 */ }
/* 1137 */ .fa-gbp:before {
/* 1138 */   content: "\f154";
/* 1139 */ }
/* 1140 */ .fa-dollar:before,
/* 1141 */ .fa-usd:before {
/* 1142 */   content: "\f155";
/* 1143 */ }
/* 1144 */ .fa-rupee:before,
/* 1145 */ .fa-inr:before {
/* 1146 */   content: "\f156";
/* 1147 */ }
/* 1148 */ .fa-cny:before,
/* 1149 */ .fa-rmb:before,
/* 1150 */ .fa-yen:before,

/* font-awesome.css */

/* 1151 */ .fa-jpy:before {
/* 1152 */   content: "\f157";
/* 1153 */ }
/* 1154 */ .fa-ruble:before,
/* 1155 */ .fa-rouble:before,
/* 1156 */ .fa-rub:before {
/* 1157 */   content: "\f158";
/* 1158 */ }
/* 1159 */ .fa-won:before,
/* 1160 */ .fa-krw:before {
/* 1161 */   content: "\f159";
/* 1162 */ }
/* 1163 */ .fa-bitcoin:before,
/* 1164 */ .fa-btc:before {
/* 1165 */   content: "\f15a";
/* 1166 */ }
/* 1167 */ .fa-file:before {
/* 1168 */   content: "\f15b";
/* 1169 */ }
/* 1170 */ .fa-file-text:before {
/* 1171 */   content: "\f15c";
/* 1172 */ }
/* 1173 */ .fa-sort-alpha-asc:before {
/* 1174 */   content: "\f15d";
/* 1175 */ }
/* 1176 */ .fa-sort-alpha-desc:before {
/* 1177 */   content: "\f15e";
/* 1178 */ }
/* 1179 */ .fa-sort-amount-asc:before {
/* 1180 */   content: "\f160";
/* 1181 */ }
/* 1182 */ .fa-sort-amount-desc:before {
/* 1183 */   content: "\f161";
/* 1184 */ }
/* 1185 */ .fa-sort-numeric-asc:before {
/* 1186 */   content: "\f162";
/* 1187 */ }
/* 1188 */ .fa-sort-numeric-desc:before {
/* 1189 */   content: "\f163";
/* 1190 */ }
/* 1191 */ .fa-thumbs-up:before {
/* 1192 */   content: "\f164";
/* 1193 */ }
/* 1194 */ .fa-thumbs-down:before {
/* 1195 */   content: "\f165";
/* 1196 */ }
/* 1197 */ .fa-youtube-square:before {
/* 1198 */   content: "\f166";
/* 1199 */ }
/* 1200 */ .fa-youtube:before {

/* font-awesome.css */

/* 1201 */   content: "\f167";
/* 1202 */ }
/* 1203 */ .fa-xing:before {
/* 1204 */   content: "\f168";
/* 1205 */ }
/* 1206 */ .fa-xing-square:before {
/* 1207 */   content: "\f169";
/* 1208 */ }
/* 1209 */ .fa-youtube-play:before {
/* 1210 */   content: "\f16a";
/* 1211 */ }
/* 1212 */ .fa-dropbox:before {
/* 1213 */   content: "\f16b";
/* 1214 */ }
/* 1215 */ .fa-stack-overflow:before {
/* 1216 */   content: "\f16c";
/* 1217 */ }
/* 1218 */ .fa-instagram:before {
/* 1219 */   content: "\f16d";
/* 1220 */ }
/* 1221 */ .fa-flickr:before {
/* 1222 */   content: "\f16e";
/* 1223 */ }
/* 1224 */ .fa-adn:before {
/* 1225 */   content: "\f170";
/* 1226 */ }
/* 1227 */ .fa-bitbucket:before {
/* 1228 */   content: "\f171";
/* 1229 */ }
/* 1230 */ .fa-bitbucket-square:before {
/* 1231 */   content: "\f172";
/* 1232 */ }
/* 1233 */ .fa-tumblr:before {
/* 1234 */   content: "\f173";
/* 1235 */ }
/* 1236 */ .fa-tumblr-square:before {
/* 1237 */   content: "\f174";
/* 1238 */ }
/* 1239 */ .fa-long-arrow-down:before {
/* 1240 */   content: "\f175";
/* 1241 */ }
/* 1242 */ .fa-long-arrow-up:before {
/* 1243 */   content: "\f176";
/* 1244 */ }
/* 1245 */ .fa-long-arrow-left:before {
/* 1246 */   content: "\f177";
/* 1247 */ }
/* 1248 */ .fa-long-arrow-right:before {
/* 1249 */   content: "\f178";
/* 1250 */ }

/* font-awesome.css */

/* 1251 */ .fa-apple:before {
/* 1252 */   content: "\f179";
/* 1253 */ }
/* 1254 */ .fa-windows:before {
/* 1255 */   content: "\f17a";
/* 1256 */ }
/* 1257 */ .fa-android:before {
/* 1258 */   content: "\f17b";
/* 1259 */ }
/* 1260 */ .fa-linux:before {
/* 1261 */   content: "\f17c";
/* 1262 */ }
/* 1263 */ .fa-dribbble:before {
/* 1264 */   content: "\f17d";
/* 1265 */ }
/* 1266 */ .fa-skype:before {
/* 1267 */   content: "\f17e";
/* 1268 */ }
/* 1269 */ .fa-foursquare:before {
/* 1270 */   content: "\f180";
/* 1271 */ }
/* 1272 */ .fa-trello:before {
/* 1273 */   content: "\f181";
/* 1274 */ }
/* 1275 */ .fa-female:before {
/* 1276 */   content: "\f182";
/* 1277 */ }
/* 1278 */ .fa-male:before {
/* 1279 */   content: "\f183";
/* 1280 */ }
/* 1281 */ .fa-gittip:before,
/* 1282 */ .fa-gratipay:before {
/* 1283 */   content: "\f184";
/* 1284 */ }
/* 1285 */ .fa-sun-o:before {
/* 1286 */   content: "\f185";
/* 1287 */ }
/* 1288 */ .fa-moon-o:before {
/* 1289 */   content: "\f186";
/* 1290 */ }
/* 1291 */ .fa-archive:before {
/* 1292 */   content: "\f187";
/* 1293 */ }
/* 1294 */ .fa-bug:before {
/* 1295 */   content: "\f188";
/* 1296 */ }
/* 1297 */ .fa-vk:before {
/* 1298 */   content: "\f189";
/* 1299 */ }
/* 1300 */ .fa-weibo:before {

/* font-awesome.css */

/* 1301 */   content: "\f18a";
/* 1302 */ }
/* 1303 */ .fa-renren:before {
/* 1304 */   content: "\f18b";
/* 1305 */ }
/* 1306 */ .fa-pagelines:before {
/* 1307 */   content: "\f18c";
/* 1308 */ }
/* 1309 */ .fa-stack-exchange:before {
/* 1310 */   content: "\f18d";
/* 1311 */ }
/* 1312 */ .fa-arrow-circle-o-right:before {
/* 1313 */   content: "\f18e";
/* 1314 */ }
/* 1315 */ .fa-arrow-circle-o-left:before {
/* 1316 */   content: "\f190";
/* 1317 */ }
/* 1318 */ .fa-toggle-left:before,
/* 1319 */ .fa-caret-square-o-left:before {
/* 1320 */   content: "\f191";
/* 1321 */ }
/* 1322 */ .fa-dot-circle-o:before {
/* 1323 */   content: "\f192";
/* 1324 */ }
/* 1325 */ .fa-wheelchair:before {
/* 1326 */   content: "\f193";
/* 1327 */ }
/* 1328 */ .fa-vimeo-square:before {
/* 1329 */   content: "\f194";
/* 1330 */ }
/* 1331 */ .fa-turkish-lira:before,
/* 1332 */ .fa-try:before {
/* 1333 */   content: "\f195";
/* 1334 */ }
/* 1335 */ .fa-plus-square-o:before {
/* 1336 */   content: "\f196";
/* 1337 */ }
/* 1338 */ .fa-space-shuttle:before {
/* 1339 */   content: "\f197";
/* 1340 */ }
/* 1341 */ .fa-slack:before {
/* 1342 */   content: "\f198";
/* 1343 */ }
/* 1344 */ .fa-envelope-square:before {
/* 1345 */   content: "\f199";
/* 1346 */ }
/* 1347 */ .fa-wordpress:before {
/* 1348 */   content: "\f19a";
/* 1349 */ }
/* 1350 */ .fa-openid:before {

/* font-awesome.css */

/* 1351 */   content: "\f19b";
/* 1352 */ }
/* 1353 */ .fa-institution:before,
/* 1354 */ .fa-bank:before,
/* 1355 */ .fa-university:before {
/* 1356 */   content: "\f19c";
/* 1357 */ }
/* 1358 */ .fa-mortar-board:before,
/* 1359 */ .fa-graduation-cap:before {
/* 1360 */   content: "\f19d";
/* 1361 */ }
/* 1362 */ .fa-yahoo:before {
/* 1363 */   content: "\f19e";
/* 1364 */ }
/* 1365 */ .fa-google:before {
/* 1366 */   content: "\f1a0";
/* 1367 */ }
/* 1368 */ .fa-reddit:before {
/* 1369 */   content: "\f1a1";
/* 1370 */ }
/* 1371 */ .fa-reddit-square:before {
/* 1372 */   content: "\f1a2";
/* 1373 */ }
/* 1374 */ .fa-stumbleupon-circle:before {
/* 1375 */   content: "\f1a3";
/* 1376 */ }
/* 1377 */ .fa-stumbleupon:before {
/* 1378 */   content: "\f1a4";
/* 1379 */ }
/* 1380 */ .fa-delicious:before {
/* 1381 */   content: "\f1a5";
/* 1382 */ }
/* 1383 */ .fa-digg:before {
/* 1384 */   content: "\f1a6";
/* 1385 */ }
/* 1386 */ .fa-pied-piper-pp:before {
/* 1387 */   content: "\f1a7";
/* 1388 */ }
/* 1389 */ .fa-pied-piper-alt:before {
/* 1390 */   content: "\f1a8";
/* 1391 */ }
/* 1392 */ .fa-drupal:before {
/* 1393 */   content: "\f1a9";
/* 1394 */ }
/* 1395 */ .fa-joomla:before {
/* 1396 */   content: "\f1aa";
/* 1397 */ }
/* 1398 */ .fa-language:before {
/* 1399 */   content: "\f1ab";
/* 1400 */ }

/* font-awesome.css */

/* 1401 */ .fa-fax:before {
/* 1402 */   content: "\f1ac";
/* 1403 */ }
/* 1404 */ .fa-building:before {
/* 1405 */   content: "\f1ad";
/* 1406 */ }
/* 1407 */ .fa-child:before {
/* 1408 */   content: "\f1ae";
/* 1409 */ }
/* 1410 */ .fa-paw:before {
/* 1411 */   content: "\f1b0";
/* 1412 */ }
/* 1413 */ .fa-spoon:before {
/* 1414 */   content: "\f1b1";
/* 1415 */ }
/* 1416 */ .fa-cube:before {
/* 1417 */   content: "\f1b2";
/* 1418 */ }
/* 1419 */ .fa-cubes:before {
/* 1420 */   content: "\f1b3";
/* 1421 */ }
/* 1422 */ .fa-behance:before {
/* 1423 */   content: "\f1b4";
/* 1424 */ }
/* 1425 */ .fa-behance-square:before {
/* 1426 */   content: "\f1b5";
/* 1427 */ }
/* 1428 */ .fa-steam:before {
/* 1429 */   content: "\f1b6";
/* 1430 */ }
/* 1431 */ .fa-steam-square:before {
/* 1432 */   content: "\f1b7";
/* 1433 */ }
/* 1434 */ .fa-recycle:before {
/* 1435 */   content: "\f1b8";
/* 1436 */ }
/* 1437 */ .fa-automobile:before,
/* 1438 */ .fa-car:before {
/* 1439 */   content: "\f1b9";
/* 1440 */ }
/* 1441 */ .fa-cab:before,
/* 1442 */ .fa-taxi:before {
/* 1443 */   content: "\f1ba";
/* 1444 */ }
/* 1445 */ .fa-tree:before {
/* 1446 */   content: "\f1bb";
/* 1447 */ }
/* 1448 */ .fa-spotify:before {
/* 1449 */   content: "\f1bc";
/* 1450 */ }

/* font-awesome.css */

/* 1451 */ .fa-deviantart:before {
/* 1452 */   content: "\f1bd";
/* 1453 */ }
/* 1454 */ .fa-soundcloud:before {
/* 1455 */   content: "\f1be";
/* 1456 */ }
/* 1457 */ .fa-database:before {
/* 1458 */   content: "\f1c0";
/* 1459 */ }
/* 1460 */ .fa-file-pdf-o:before {
/* 1461 */   content: "\f1c1";
/* 1462 */ }
/* 1463 */ .fa-file-word-o:before {
/* 1464 */   content: "\f1c2";
/* 1465 */ }
/* 1466 */ .fa-file-excel-o:before {
/* 1467 */   content: "\f1c3";
/* 1468 */ }
/* 1469 */ .fa-file-powerpoint-o:before {
/* 1470 */   content: "\f1c4";
/* 1471 */ }
/* 1472 */ .fa-file-photo-o:before,
/* 1473 */ .fa-file-picture-o:before,
/* 1474 */ .fa-file-image-o:before {
/* 1475 */   content: "\f1c5";
/* 1476 */ }
/* 1477 */ .fa-file-zip-o:before,
/* 1478 */ .fa-file-archive-o:before {
/* 1479 */   content: "\f1c6";
/* 1480 */ }
/* 1481 */ .fa-file-sound-o:before,
/* 1482 */ .fa-file-audio-o:before {
/* 1483 */   content: "\f1c7";
/* 1484 */ }
/* 1485 */ .fa-file-movie-o:before,
/* 1486 */ .fa-file-video-o:before {
/* 1487 */   content: "\f1c8";
/* 1488 */ }
/* 1489 */ .fa-file-code-o:before {
/* 1490 */   content: "\f1c9";
/* 1491 */ }
/* 1492 */ .fa-vine:before {
/* 1493 */   content: "\f1ca";
/* 1494 */ }
/* 1495 */ .fa-codepen:before {
/* 1496 */   content: "\f1cb";
/* 1497 */ }
/* 1498 */ .fa-jsfiddle:before {
/* 1499 */   content: "\f1cc";
/* 1500 */ }

/* font-awesome.css */

/* 1501 */ .fa-life-bouy:before,
/* 1502 */ .fa-life-buoy:before,
/* 1503 */ .fa-life-saver:before,
/* 1504 */ .fa-support:before,
/* 1505 */ .fa-life-ring:before {
/* 1506 */   content: "\f1cd";
/* 1507 */ }
/* 1508 */ .fa-circle-o-notch:before {
/* 1509 */   content: "\f1ce";
/* 1510 */ }
/* 1511 */ .fa-ra:before,
/* 1512 */ .fa-resistance:before,
/* 1513 */ .fa-rebel:before {
/* 1514 */   content: "\f1d0";
/* 1515 */ }
/* 1516 */ .fa-ge:before,
/* 1517 */ .fa-empire:before {
/* 1518 */   content: "\f1d1";
/* 1519 */ }
/* 1520 */ .fa-git-square:before {
/* 1521 */   content: "\f1d2";
/* 1522 */ }
/* 1523 */ .fa-git:before {
/* 1524 */   content: "\f1d3";
/* 1525 */ }
/* 1526 */ .fa-y-combinator-square:before,
/* 1527 */ .fa-yc-square:before,
/* 1528 */ .fa-hacker-news:before {
/* 1529 */   content: "\f1d4";
/* 1530 */ }
/* 1531 */ .fa-tencent-weibo:before {
/* 1532 */   content: "\f1d5";
/* 1533 */ }
/* 1534 */ .fa-qq:before {
/* 1535 */   content: "\f1d6";
/* 1536 */ }
/* 1537 */ .fa-wechat:before,
/* 1538 */ .fa-weixin:before {
/* 1539 */   content: "\f1d7";
/* 1540 */ }
/* 1541 */ .fa-send:before,
/* 1542 */ .fa-paper-plane:before {
/* 1543 */   content: "\f1d8";
/* 1544 */ }
/* 1545 */ .fa-send-o:before,
/* 1546 */ .fa-paper-plane-o:before {
/* 1547 */   content: "\f1d9";
/* 1548 */ }
/* 1549 */ .fa-history:before {
/* 1550 */   content: "\f1da";

/* font-awesome.css */

/* 1551 */ }
/* 1552 */ .fa-circle-thin:before {
/* 1553 */   content: "\f1db";
/* 1554 */ }
/* 1555 */ .fa-header:before {
/* 1556 */   content: "\f1dc";
/* 1557 */ }
/* 1558 */ .fa-paragraph:before {
/* 1559 */   content: "\f1dd";
/* 1560 */ }
/* 1561 */ .fa-sliders:before {
/* 1562 */   content: "\f1de";
/* 1563 */ }
/* 1564 */ .fa-share-alt:before {
/* 1565 */   content: "\f1e0";
/* 1566 */ }
/* 1567 */ .fa-share-alt-square:before {
/* 1568 */   content: "\f1e1";
/* 1569 */ }
/* 1570 */ .fa-bomb:before {
/* 1571 */   content: "\f1e2";
/* 1572 */ }
/* 1573 */ .fa-soccer-ball-o:before,
/* 1574 */ .fa-futbol-o:before {
/* 1575 */   content: "\f1e3";
/* 1576 */ }
/* 1577 */ .fa-tty:before {
/* 1578 */   content: "\f1e4";
/* 1579 */ }
/* 1580 */ .fa-binoculars:before {
/* 1581 */   content: "\f1e5";
/* 1582 */ }
/* 1583 */ .fa-plug:before {
/* 1584 */   content: "\f1e6";
/* 1585 */ }
/* 1586 */ .fa-slideshare:before {
/* 1587 */   content: "\f1e7";
/* 1588 */ }
/* 1589 */ .fa-twitch:before {
/* 1590 */   content: "\f1e8";
/* 1591 */ }
/* 1592 */ .fa-yelp:before {
/* 1593 */   content: "\f1e9";
/* 1594 */ }
/* 1595 */ .fa-newspaper-o:before {
/* 1596 */   content: "\f1ea";
/* 1597 */ }
/* 1598 */ .fa-wifi:before {
/* 1599 */   content: "\f1eb";
/* 1600 */ }

/* font-awesome.css */

/* 1601 */ .fa-calculator:before {
/* 1602 */   content: "\f1ec";
/* 1603 */ }
/* 1604 */ .fa-paypal:before {
/* 1605 */   content: "\f1ed";
/* 1606 */ }
/* 1607 */ .fa-google-wallet:before {
/* 1608 */   content: "\f1ee";
/* 1609 */ }
/* 1610 */ .fa-cc-visa:before {
/* 1611 */   content: "\f1f0";
/* 1612 */ }
/* 1613 */ .fa-cc-mastercard:before {
/* 1614 */   content: "\f1f1";
/* 1615 */ }
/* 1616 */ .fa-cc-discover:before {
/* 1617 */   content: "\f1f2";
/* 1618 */ }
/* 1619 */ .fa-cc-amex:before {
/* 1620 */   content: "\f1f3";
/* 1621 */ }
/* 1622 */ .fa-cc-paypal:before {
/* 1623 */   content: "\f1f4";
/* 1624 */ }
/* 1625 */ .fa-cc-stripe:before {
/* 1626 */   content: "\f1f5";
/* 1627 */ }
/* 1628 */ .fa-bell-slash:before {
/* 1629 */   content: "\f1f6";
/* 1630 */ }
/* 1631 */ .fa-bell-slash-o:before {
/* 1632 */   content: "\f1f7";
/* 1633 */ }
/* 1634 */ .fa-trash:before {
/* 1635 */   content: "\f1f8";
/* 1636 */ }
/* 1637 */ .fa-copyright:before {
/* 1638 */   content: "\f1f9";
/* 1639 */ }
/* 1640 */ .fa-at:before {
/* 1641 */   content: "\f1fa";
/* 1642 */ }
/* 1643 */ .fa-eyedropper:before {
/* 1644 */   content: "\f1fb";
/* 1645 */ }
/* 1646 */ .fa-paint-brush:before {
/* 1647 */   content: "\f1fc";
/* 1648 */ }
/* 1649 */ .fa-birthday-cake:before {
/* 1650 */   content: "\f1fd";

/* font-awesome.css */

/* 1651 */ }
/* 1652 */ .fa-area-chart:before {
/* 1653 */   content: "\f1fe";
/* 1654 */ }
/* 1655 */ .fa-pie-chart:before {
/* 1656 */   content: "\f200";
/* 1657 */ }
/* 1658 */ .fa-line-chart:before {
/* 1659 */   content: "\f201";
/* 1660 */ }
/* 1661 */ .fa-lastfm:before {
/* 1662 */   content: "\f202";
/* 1663 */ }
/* 1664 */ .fa-lastfm-square:before {
/* 1665 */   content: "\f203";
/* 1666 */ }
/* 1667 */ .fa-toggle-off:before {
/* 1668 */   content: "\f204";
/* 1669 */ }
/* 1670 */ .fa-toggle-on:before {
/* 1671 */   content: "\f205";
/* 1672 */ }
/* 1673 */ .fa-bicycle:before {
/* 1674 */   content: "\f206";
/* 1675 */ }
/* 1676 */ .fa-bus:before {
/* 1677 */   content: "\f207";
/* 1678 */ }
/* 1679 */ .fa-ioxhost:before {
/* 1680 */   content: "\f208";
/* 1681 */ }
/* 1682 */ .fa-angellist:before {
/* 1683 */   content: "\f209";
/* 1684 */ }
/* 1685 */ .fa-cc:before {
/* 1686 */   content: "\f20a";
/* 1687 */ }
/* 1688 */ .fa-shekel:before,
/* 1689 */ .fa-sheqel:before,
/* 1690 */ .fa-ils:before {
/* 1691 */   content: "\f20b";
/* 1692 */ }
/* 1693 */ .fa-meanpath:before {
/* 1694 */   content: "\f20c";
/* 1695 */ }
/* 1696 */ .fa-buysellads:before {
/* 1697 */   content: "\f20d";
/* 1698 */ }
/* 1699 */ .fa-connectdevelop:before {
/* 1700 */   content: "\f20e";

/* font-awesome.css */

/* 1701 */ }
/* 1702 */ .fa-dashcube:before {
/* 1703 */   content: "\f210";
/* 1704 */ }
/* 1705 */ .fa-forumbee:before {
/* 1706 */   content: "\f211";
/* 1707 */ }
/* 1708 */ .fa-leanpub:before {
/* 1709 */   content: "\f212";
/* 1710 */ }
/* 1711 */ .fa-sellsy:before {
/* 1712 */   content: "\f213";
/* 1713 */ }
/* 1714 */ .fa-shirtsinbulk:before {
/* 1715 */   content: "\f214";
/* 1716 */ }
/* 1717 */ .fa-simplybuilt:before {
/* 1718 */   content: "\f215";
/* 1719 */ }
/* 1720 */ .fa-skyatlas:before {
/* 1721 */   content: "\f216";
/* 1722 */ }
/* 1723 */ .fa-cart-plus:before {
/* 1724 */   content: "\f217";
/* 1725 */ }
/* 1726 */ .fa-cart-arrow-down:before {
/* 1727 */   content: "\f218";
/* 1728 */ }
/* 1729 */ .fa-diamond:before {
/* 1730 */   content: "\f219";
/* 1731 */ }
/* 1732 */ .fa-ship:before {
/* 1733 */   content: "\f21a";
/* 1734 */ }
/* 1735 */ .fa-user-secret:before {
/* 1736 */   content: "\f21b";
/* 1737 */ }
/* 1738 */ .fa-motorcycle:before {
/* 1739 */   content: "\f21c";
/* 1740 */ }
/* 1741 */ .fa-street-view:before {
/* 1742 */   content: "\f21d";
/* 1743 */ }
/* 1744 */ .fa-heartbeat:before {
/* 1745 */   content: "\f21e";
/* 1746 */ }
/* 1747 */ .fa-venus:before {
/* 1748 */   content: "\f221";
/* 1749 */ }
/* 1750 */ .fa-mars:before {

/* font-awesome.css */

/* 1751 */   content: "\f222";
/* 1752 */ }
/* 1753 */ .fa-mercury:before {
/* 1754 */   content: "\f223";
/* 1755 */ }
/* 1756 */ .fa-intersex:before,
/* 1757 */ .fa-transgender:before {
/* 1758 */   content: "\f224";
/* 1759 */ }
/* 1760 */ .fa-transgender-alt:before {
/* 1761 */   content: "\f225";
/* 1762 */ }
/* 1763 */ .fa-venus-double:before {
/* 1764 */   content: "\f226";
/* 1765 */ }
/* 1766 */ .fa-mars-double:before {
/* 1767 */   content: "\f227";
/* 1768 */ }
/* 1769 */ .fa-venus-mars:before {
/* 1770 */   content: "\f228";
/* 1771 */ }
/* 1772 */ .fa-mars-stroke:before {
/* 1773 */   content: "\f229";
/* 1774 */ }
/* 1775 */ .fa-mars-stroke-v:before {
/* 1776 */   content: "\f22a";
/* 1777 */ }
/* 1778 */ .fa-mars-stroke-h:before {
/* 1779 */   content: "\f22b";
/* 1780 */ }
/* 1781 */ .fa-neuter:before {
/* 1782 */   content: "\f22c";
/* 1783 */ }
/* 1784 */ .fa-genderless:before {
/* 1785 */   content: "\f22d";
/* 1786 */ }
/* 1787 */ .fa-facebook-official:before {
/* 1788 */   content: "\f230";
/* 1789 */ }
/* 1790 */ .fa-pinterest-p:before {
/* 1791 */   content: "\f231";
/* 1792 */ }
/* 1793 */ .fa-whatsapp:before {
/* 1794 */   content: "\f232";
/* 1795 */ }
/* 1796 */ .fa-server:before {
/* 1797 */   content: "\f233";
/* 1798 */ }
/* 1799 */ .fa-user-plus:before {
/* 1800 */   content: "\f234";

/* font-awesome.css */

/* 1801 */ }
/* 1802 */ .fa-user-times:before {
/* 1803 */   content: "\f235";
/* 1804 */ }
/* 1805 */ .fa-hotel:before,
/* 1806 */ .fa-bed:before {
/* 1807 */   content: "\f236";
/* 1808 */ }
/* 1809 */ .fa-viacoin:before {
/* 1810 */   content: "\f237";
/* 1811 */ }
/* 1812 */ .fa-train:before {
/* 1813 */   content: "\f238";
/* 1814 */ }
/* 1815 */ .fa-subway:before {
/* 1816 */   content: "\f239";
/* 1817 */ }
/* 1818 */ .fa-medium:before {
/* 1819 */   content: "\f23a";
/* 1820 */ }
/* 1821 */ .fa-yc:before,
/* 1822 */ .fa-y-combinator:before {
/* 1823 */   content: "\f23b";
/* 1824 */ }
/* 1825 */ .fa-optin-monster:before {
/* 1826 */   content: "\f23c";
/* 1827 */ }
/* 1828 */ .fa-opencart:before {
/* 1829 */   content: "\f23d";
/* 1830 */ }
/* 1831 */ .fa-expeditedssl:before {
/* 1832 */   content: "\f23e";
/* 1833 */ }
/* 1834 */ .fa-battery-4:before,
/* 1835 */ .fa-battery:before,
/* 1836 */ .fa-battery-full:before {
/* 1837 */   content: "\f240";
/* 1838 */ }
/* 1839 */ .fa-battery-3:before,
/* 1840 */ .fa-battery-three-quarters:before {
/* 1841 */   content: "\f241";
/* 1842 */ }
/* 1843 */ .fa-battery-2:before,
/* 1844 */ .fa-battery-half:before {
/* 1845 */   content: "\f242";
/* 1846 */ }
/* 1847 */ .fa-battery-1:before,
/* 1848 */ .fa-battery-quarter:before {
/* 1849 */   content: "\f243";
/* 1850 */ }

/* font-awesome.css */

/* 1851 */ .fa-battery-0:before,
/* 1852 */ .fa-battery-empty:before {
/* 1853 */   content: "\f244";
/* 1854 */ }
/* 1855 */ .fa-mouse-pointer:before {
/* 1856 */   content: "\f245";
/* 1857 */ }
/* 1858 */ .fa-i-cursor:before {
/* 1859 */   content: "\f246";
/* 1860 */ }
/* 1861 */ .fa-object-group:before {
/* 1862 */   content: "\f247";
/* 1863 */ }
/* 1864 */ .fa-object-ungroup:before {
/* 1865 */   content: "\f248";
/* 1866 */ }
/* 1867 */ .fa-sticky-note:before {
/* 1868 */   content: "\f249";
/* 1869 */ }
/* 1870 */ .fa-sticky-note-o:before {
/* 1871 */   content: "\f24a";
/* 1872 */ }
/* 1873 */ .fa-cc-jcb:before {
/* 1874 */   content: "\f24b";
/* 1875 */ }
/* 1876 */ .fa-cc-diners-club:before {
/* 1877 */   content: "\f24c";
/* 1878 */ }
/* 1879 */ .fa-clone:before {
/* 1880 */   content: "\f24d";
/* 1881 */ }
/* 1882 */ .fa-balance-scale:before {
/* 1883 */   content: "\f24e";
/* 1884 */ }
/* 1885 */ .fa-hourglass-o:before {
/* 1886 */   content: "\f250";
/* 1887 */ }
/* 1888 */ .fa-hourglass-1:before,
/* 1889 */ .fa-hourglass-start:before {
/* 1890 */   content: "\f251";
/* 1891 */ }
/* 1892 */ .fa-hourglass-2:before,
/* 1893 */ .fa-hourglass-half:before {
/* 1894 */   content: "\f252";
/* 1895 */ }
/* 1896 */ .fa-hourglass-3:before,
/* 1897 */ .fa-hourglass-end:before {
/* 1898 */   content: "\f253";
/* 1899 */ }
/* 1900 */ .fa-hourglass:before {

/* font-awesome.css */

/* 1901 */   content: "\f254";
/* 1902 */ }
/* 1903 */ .fa-hand-grab-o:before,
/* 1904 */ .fa-hand-rock-o:before {
/* 1905 */   content: "\f255";
/* 1906 */ }
/* 1907 */ .fa-hand-stop-o:before,
/* 1908 */ .fa-hand-paper-o:before {
/* 1909 */   content: "\f256";
/* 1910 */ }
/* 1911 */ .fa-hand-scissors-o:before {
/* 1912 */   content: "\f257";
/* 1913 */ }
/* 1914 */ .fa-hand-lizard-o:before {
/* 1915 */   content: "\f258";
/* 1916 */ }
/* 1917 */ .fa-hand-spock-o:before {
/* 1918 */   content: "\f259";
/* 1919 */ }
/* 1920 */ .fa-hand-pointer-o:before {
/* 1921 */   content: "\f25a";
/* 1922 */ }
/* 1923 */ .fa-hand-peace-o:before {
/* 1924 */   content: "\f25b";
/* 1925 */ }
/* 1926 */ .fa-trademark:before {
/* 1927 */   content: "\f25c";
/* 1928 */ }
/* 1929 */ .fa-registered:before {
/* 1930 */   content: "\f25d";
/* 1931 */ }
/* 1932 */ .fa-creative-commons:before {
/* 1933 */   content: "\f25e";
/* 1934 */ }
/* 1935 */ .fa-gg:before {
/* 1936 */   content: "\f260";
/* 1937 */ }
/* 1938 */ .fa-gg-circle:before {
/* 1939 */   content: "\f261";
/* 1940 */ }
/* 1941 */ .fa-tripadvisor:before {
/* 1942 */   content: "\f262";
/* 1943 */ }
/* 1944 */ .fa-odnoklassniki:before {
/* 1945 */   content: "\f263";
/* 1946 */ }
/* 1947 */ .fa-odnoklassniki-square:before {
/* 1948 */   content: "\f264";
/* 1949 */ }
/* 1950 */ .fa-get-pocket:before {

/* font-awesome.css */

/* 1951 */   content: "\f265";
/* 1952 */ }
/* 1953 */ .fa-wikipedia-w:before {
/* 1954 */   content: "\f266";
/* 1955 */ }
/* 1956 */ .fa-safari:before {
/* 1957 */   content: "\f267";
/* 1958 */ }
/* 1959 */ .fa-chrome:before {
/* 1960 */   content: "\f268";
/* 1961 */ }
/* 1962 */ .fa-firefox:before {
/* 1963 */   content: "\f269";
/* 1964 */ }
/* 1965 */ .fa-opera:before {
/* 1966 */   content: "\f26a";
/* 1967 */ }
/* 1968 */ .fa-internet-explorer:before {
/* 1969 */   content: "\f26b";
/* 1970 */ }
/* 1971 */ .fa-tv:before,
/* 1972 */ .fa-television:before {
/* 1973 */   content: "\f26c";
/* 1974 */ }
/* 1975 */ .fa-contao:before {
/* 1976 */   content: "\f26d";
/* 1977 */ }
/* 1978 */ .fa-500px:before {
/* 1979 */   content: "\f26e";
/* 1980 */ }
/* 1981 */ .fa-amazon:before {
/* 1982 */   content: "\f270";
/* 1983 */ }
/* 1984 */ .fa-calendar-plus-o:before {
/* 1985 */   content: "\f271";
/* 1986 */ }
/* 1987 */ .fa-calendar-minus-o:before {
/* 1988 */   content: "\f272";
/* 1989 */ }
/* 1990 */ .fa-calendar-times-o:before {
/* 1991 */   content: "\f273";
/* 1992 */ }
/* 1993 */ .fa-calendar-check-o:before {
/* 1994 */   content: "\f274";
/* 1995 */ }
/* 1996 */ .fa-industry:before {
/* 1997 */   content: "\f275";
/* 1998 */ }
/* 1999 */ .fa-map-pin:before {
/* 2000 */   content: "\f276";

/* font-awesome.css */

/* 2001 */ }
/* 2002 */ .fa-map-signs:before {
/* 2003 */   content: "\f277";
/* 2004 */ }
/* 2005 */ .fa-map-o:before {
/* 2006 */   content: "\f278";
/* 2007 */ }
/* 2008 */ .fa-map:before {
/* 2009 */   content: "\f279";
/* 2010 */ }
/* 2011 */ .fa-commenting:before {
/* 2012 */   content: "\f27a";
/* 2013 */ }
/* 2014 */ .fa-commenting-o:before {
/* 2015 */   content: "\f27b";
/* 2016 */ }
/* 2017 */ .fa-houzz:before {
/* 2018 */   content: "\f27c";
/* 2019 */ }
/* 2020 */ .fa-vimeo:before {
/* 2021 */   content: "\f27d";
/* 2022 */ }
/* 2023 */ .fa-black-tie:before {
/* 2024 */   content: "\f27e";
/* 2025 */ }
/* 2026 */ .fa-fonticons:before {
/* 2027 */   content: "\f280";
/* 2028 */ }
/* 2029 */ .fa-reddit-alien:before {
/* 2030 */   content: "\f281";
/* 2031 */ }
/* 2032 */ .fa-edge:before {
/* 2033 */   content: "\f282";
/* 2034 */ }
/* 2035 */ .fa-credit-card-alt:before {
/* 2036 */   content: "\f283";
/* 2037 */ }
/* 2038 */ .fa-codiepie:before {
/* 2039 */   content: "\f284";
/* 2040 */ }
/* 2041 */ .fa-modx:before {
/* 2042 */   content: "\f285";
/* 2043 */ }
/* 2044 */ .fa-fort-awesome:before {
/* 2045 */   content: "\f286";
/* 2046 */ }
/* 2047 */ .fa-usb:before {
/* 2048 */   content: "\f287";
/* 2049 */ }
/* 2050 */ .fa-product-hunt:before {

/* font-awesome.css */

/* 2051 */   content: "\f288";
/* 2052 */ }
/* 2053 */ .fa-mixcloud:before {
/* 2054 */   content: "\f289";
/* 2055 */ }
/* 2056 */ .fa-scribd:before {
/* 2057 */   content: "\f28a";
/* 2058 */ }
/* 2059 */ .fa-pause-circle:before {
/* 2060 */   content: "\f28b";
/* 2061 */ }
/* 2062 */ .fa-pause-circle-o:before {
/* 2063 */   content: "\f28c";
/* 2064 */ }
/* 2065 */ .fa-stop-circle:before {
/* 2066 */   content: "\f28d";
/* 2067 */ }
/* 2068 */ .fa-stop-circle-o:before {
/* 2069 */   content: "\f28e";
/* 2070 */ }
/* 2071 */ .fa-shopping-bag:before {
/* 2072 */   content: "\f290";
/* 2073 */ }
/* 2074 */ .fa-shopping-basket:before {
/* 2075 */   content: "\f291";
/* 2076 */ }
/* 2077 */ .fa-hashtag:before {
/* 2078 */   content: "\f292";
/* 2079 */ }
/* 2080 */ .fa-bluetooth:before {
/* 2081 */   content: "\f293";
/* 2082 */ }
/* 2083 */ .fa-bluetooth-b:before {
/* 2084 */   content: "\f294";
/* 2085 */ }
/* 2086 */ .fa-percent:before {
/* 2087 */   content: "\f295";
/* 2088 */ }
/* 2089 */ .fa-gitlab:before {
/* 2090 */   content: "\f296";
/* 2091 */ }
/* 2092 */ .fa-wpbeginner:before {
/* 2093 */   content: "\f297";
/* 2094 */ }
/* 2095 */ .fa-wpforms:before {
/* 2096 */   content: "\f298";
/* 2097 */ }
/* 2098 */ .fa-envira:before {
/* 2099 */   content: "\f299";
/* 2100 */ }

/* font-awesome.css */

/* 2101 */ .fa-universal-access:before {
/* 2102 */   content: "\f29a";
/* 2103 */ }
/* 2104 */ .fa-wheelchair-alt:before {
/* 2105 */   content: "\f29b";
/* 2106 */ }
/* 2107 */ .fa-question-circle-o:before {
/* 2108 */   content: "\f29c";
/* 2109 */ }
/* 2110 */ .fa-blind:before {
/* 2111 */   content: "\f29d";
/* 2112 */ }
/* 2113 */ .fa-audio-description:before {
/* 2114 */   content: "\f29e";
/* 2115 */ }
/* 2116 */ .fa-volume-control-phone:before {
/* 2117 */   content: "\f2a0";
/* 2118 */ }
/* 2119 */ .fa-braille:before {
/* 2120 */   content: "\f2a1";
/* 2121 */ }
/* 2122 */ .fa-assistive-listening-systems:before {
/* 2123 */   content: "\f2a2";
/* 2124 */ }
/* 2125 */ .fa-asl-interpreting:before,
/* 2126 */ .fa-american-sign-language-interpreting:before {
/* 2127 */   content: "\f2a3";
/* 2128 */ }
/* 2129 */ .fa-deafness:before,
/* 2130 */ .fa-hard-of-hearing:before,
/* 2131 */ .fa-deaf:before {
/* 2132 */   content: "\f2a4";
/* 2133 */ }
/* 2134 */ .fa-glide:before {
/* 2135 */   content: "\f2a5";
/* 2136 */ }
/* 2137 */ .fa-glide-g:before {
/* 2138 */   content: "\f2a6";
/* 2139 */ }
/* 2140 */ .fa-signing:before,
/* 2141 */ .fa-sign-language:before {
/* 2142 */   content: "\f2a7";
/* 2143 */ }
/* 2144 */ .fa-low-vision:before {
/* 2145 */   content: "\f2a8";
/* 2146 */ }
/* 2147 */ .fa-viadeo:before {
/* 2148 */   content: "\f2a9";
/* 2149 */ }
/* 2150 */ .fa-viadeo-square:before {

/* font-awesome.css */

/* 2151 */   content: "\f2aa";
/* 2152 */ }
/* 2153 */ .fa-snapchat:before {
/* 2154 */   content: "\f2ab";
/* 2155 */ }
/* 2156 */ .fa-snapchat-ghost:before {
/* 2157 */   content: "\f2ac";
/* 2158 */ }
/* 2159 */ .fa-snapchat-square:before {
/* 2160 */   content: "\f2ad";
/* 2161 */ }
/* 2162 */ .fa-pied-piper:before {
/* 2163 */   content: "\f2ae";
/* 2164 */ }
/* 2165 */ .fa-first-order:before {
/* 2166 */   content: "\f2b0";
/* 2167 */ }
/* 2168 */ .fa-yoast:before {
/* 2169 */   content: "\f2b1";
/* 2170 */ }
/* 2171 */ .fa-google-plus-circle:before,
/* 2172 */ .fa-google-plus-official:before {
/* 2173 */   content: "\f2b3";
/* 2174 */ }
/* 2175 */ .fa-fa:before,
/* 2176 */ .fa-font-awesome:before {
/* 2177 */   content: "\f2b4";
/* 2178 */ }
/* 2179 */ .fa-handshake-o:before {
/* 2180 */   content: "\f2b5";
/* 2181 */ }
/* 2182 */ .fa-envelope-open:before {
/* 2183 */   content: "\f2b6";
/* 2184 */ }
/* 2185 */ .fa-envelope-open-o:before {
/* 2186 */   content: "\f2b7";
/* 2187 */ }
/* 2188 */ .fa-linode:before {
/* 2189 */   content: "\f2b8";
/* 2190 */ }
/* 2191 */ .fa-address-book:before {
/* 2192 */   content: "\f2b9";
/* 2193 */ }
/* 2194 */ .fa-address-book-o:before {
/* 2195 */   content: "\f2ba";
/* 2196 */ }
/* 2197 */ .fa-vcard:before,
/* 2198 */ .fa-address-card:before {
/* 2199 */   content: "\f2bb";
/* 2200 */ }

/* font-awesome.css */

/* 2201 */ .fa-vcard-o:before,
/* 2202 */ .fa-address-card-o:before {
/* 2203 */   content: "\f2bc";
/* 2204 */ }
/* 2205 */ .fa-user-circle:before {
/* 2206 */   content: "\f2bd";
/* 2207 */ }
/* 2208 */ .fa-user-circle-o:before {
/* 2209 */   content: "\f2be";
/* 2210 */ }
/* 2211 */ .fa-user-o:before {
/* 2212 */   content: "\f2c0";
/* 2213 */ }
/* 2214 */ .fa-id-badge:before {
/* 2215 */   content: "\f2c1";
/* 2216 */ }
/* 2217 */ .fa-drivers-license:before,
/* 2218 */ .fa-id-card:before {
/* 2219 */   content: "\f2c2";
/* 2220 */ }
/* 2221 */ .fa-drivers-license-o:before,
/* 2222 */ .fa-id-card-o:before {
/* 2223 */   content: "\f2c3";
/* 2224 */ }
/* 2225 */ .fa-quora:before {
/* 2226 */   content: "\f2c4";
/* 2227 */ }
/* 2228 */ .fa-free-code-camp:before {
/* 2229 */   content: "\f2c5";
/* 2230 */ }
/* 2231 */ .fa-telegram:before {
/* 2232 */   content: "\f2c6";
/* 2233 */ }
/* 2234 */ .fa-thermometer-4:before,
/* 2235 */ .fa-thermometer:before,
/* 2236 */ .fa-thermometer-full:before {
/* 2237 */   content: "\f2c7";
/* 2238 */ }
/* 2239 */ .fa-thermometer-3:before,
/* 2240 */ .fa-thermometer-three-quarters:before {
/* 2241 */   content: "\f2c8";
/* 2242 */ }
/* 2243 */ .fa-thermometer-2:before,
/* 2244 */ .fa-thermometer-half:before {
/* 2245 */   content: "\f2c9";
/* 2246 */ }
/* 2247 */ .fa-thermometer-1:before,
/* 2248 */ .fa-thermometer-quarter:before {
/* 2249 */   content: "\f2ca";
/* 2250 */ }

/* font-awesome.css */

/* 2251 */ .fa-thermometer-0:before,
/* 2252 */ .fa-thermometer-empty:before {
/* 2253 */   content: "\f2cb";
/* 2254 */ }
/* 2255 */ .fa-shower:before {
/* 2256 */   content: "\f2cc";
/* 2257 */ }
/* 2258 */ .fa-bathtub:before,
/* 2259 */ .fa-s15:before,
/* 2260 */ .fa-bath:before {
/* 2261 */   content: "\f2cd";
/* 2262 */ }
/* 2263 */ .fa-podcast:before {
/* 2264 */   content: "\f2ce";
/* 2265 */ }
/* 2266 */ .fa-window-maximize:before {
/* 2267 */   content: "\f2d0";
/* 2268 */ }
/* 2269 */ .fa-window-minimize:before {
/* 2270 */   content: "\f2d1";
/* 2271 */ }
/* 2272 */ .fa-window-restore:before {
/* 2273 */   content: "\f2d2";
/* 2274 */ }
/* 2275 */ .fa-times-rectangle:before,
/* 2276 */ .fa-window-close:before {
/* 2277 */   content: "\f2d3";
/* 2278 */ }
/* 2279 */ .fa-times-rectangle-o:before,
/* 2280 */ .fa-window-close-o:before {
/* 2281 */   content: "\f2d4";
/* 2282 */ }
/* 2283 */ .fa-bandcamp:before {
/* 2284 */   content: "\f2d5";
/* 2285 */ }
/* 2286 */ .fa-grav:before {
/* 2287 */   content: "\f2d6";
/* 2288 */ }
/* 2289 */ .fa-etsy:before {
/* 2290 */   content: "\f2d7";
/* 2291 */ }
/* 2292 */ .fa-imdb:before {
/* 2293 */   content: "\f2d8";
/* 2294 */ }
/* 2295 */ .fa-ravelry:before {
/* 2296 */   content: "\f2d9";
/* 2297 */ }
/* 2298 */ .fa-eercast:before {
/* 2299 */   content: "\f2da";
/* 2300 */ }

/* font-awesome.css */

/* 2301 */ .fa-microchip:before {
/* 2302 */   content: "\f2db";
/* 2303 */ }
/* 2304 */ .fa-snowflake-o:before {
/* 2305 */   content: "\f2dc";
/* 2306 */ }
/* 2307 */ .fa-superpowers:before {
/* 2308 */   content: "\f2dd";
/* 2309 */ }
/* 2310 */ .fa-wpexplorer:before {
/* 2311 */   content: "\f2de";
/* 2312 */ }
/* 2313 */ .fa-meetup:before {
/* 2314 */   content: "\f2e0";
/* 2315 */ }
/* 2316 */ .sr-only {
/* 2317 */   position: absolute;
/* 2318 */   width: 1px;
/* 2319 */   height: 1px;
/* 2320 */   padding: 0;
/* 2321 */   margin: -1px;
/* 2322 */   overflow: hidden;
/* 2323 */   clip: rect(0, 0, 0, 0);
/* 2324 */   border: 0;
/* 2325 */ }
/* 2326 */ .sr-only-focusable:active,
/* 2327 */ .sr-only-focusable:focus {
/* 2328 */   position: static;
/* 2329 */   width: auto;
/* 2330 */   height: auto;
/* 2331 */   margin: 0;
/* 2332 */   overflow: visible;
/* 2333 */   clip: auto;
/* 2334 */ }
/* 2335 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1   */ .th-icon {
/* 2   */   /* use !important to prevent issues with browser extensions that change fonts */
/* 3   */   font-family: 'th-icon' !important;
/* 4   */   speak: never;
/* 5   */   font-style: normal;
/* 6   */   font-weight: normal;
/* 7   */   font-variant: normal;
/* 8   */   text-transform: none;
/* 9   */   line-height: 1;
/* 10  */
/* 11  */   /* Better Font Rendering =========== */
/* 12  */   -webkit-font-smoothing: antialiased;
/* 13  */   -moz-osx-font-smoothing: grayscale;
/* 14  */ }
/* 15  */
/* 16  */ .th-icon-th-col:before {
/* 17  */   content: "\f00a";
/* 18  */ }
/* 19  */ .th-icon-th-list:before {
/* 20  */   content: "\f00b";
/* 21  */ }
/* 22  */ .th-icon-home1:before {
/* 23  */   content: "\f015";
/* 24  */ }
/* 25  */ .th-icon-download:before {
/* 26  */   content: "\f019";
/* 27  */ }
/* 28  */ .th-icon-calendar:before {
/* 29  */   content: "\f073";
/* 30  */ }
/* 31  */ .th-icon-twitter:before {
/* 32  */   content: "\f099";
/* 33  */ }
/* 34  */ .th-icon-facebook:before {
/* 35  */   content: "\f09a";
/* 36  */ }
/* 37  */ .th-icon-linkedin:before {
/* 38  */   content: "\f0e1";
/* 39  */ }
/* 40  */ .th-icon-comment-o:before {
/* 41  */   content: "\f0e5";
/* 42  */ }
/* 43  */ .th-icon-comments-o:before {
/* 44  */   content: "\f0e6";
/* 45  */ }
/* 46  */ .th-icon-angle-double-left:before {
/* 47  */   content: "\f100";
/* 48  */ }
/* 49  */ .th-icon-angle-double-right:before {
/* 50  */   content: "\f101";

/* style.css */

/* 51  */ }
/* 52  */ .th-icon-angle-double-up:before {
/* 53  */   content: "\f102";
/* 54  */ }
/* 55  */ .th-icon-angle-double-down:before {
/* 56  */   content: "\f103";
/* 57  */ }
/* 58  */ .th-icon-angle-left:before {
/* 59  */   content: "\f104";
/* 60  */ }
/* 61  */ .th-icon-angle-right:before {
/* 62  */   content: "\f105";
/* 63  */ }
/* 64  */ .th-icon-angle-up:before {
/* 65  */   content: "\f106";
/* 66  */ }
/* 67  */ .th-icon-angle-down:before {
/* 68  */   content: "\f107";
/* 69  */ }
/* 70  */ .th-icon-youtube-play:before {
/* 71  */   content: "\f16a";
/* 72  */ }
/* 73  */ .th-icon-instagram:before {
/* 74  */   content: "\f16d";
/* 75  */ }
/* 76  */ .th-icon-tumblr:before {
/* 77  */   content: "\f173";
/* 78  */ }
/* 79  */ .th-icon-dribbble:before {
/* 80  */   content: "\f17d";
/* 81  */ }
/* 82  */ .th-icon-skype:before {
/* 83  */   content: "\f17e";
/* 84  */ }
/* 85  */ .th-icon-stumbleupon:before {
/* 86  */   content: "\f1a4";
/* 87  */ }
/* 88  */ .th-icon-pinterest-p:before {
/* 89  */   content: "\f231";
/* 90  */ }
/* 91  */ .th-icon-whatsapp:before {
/* 92  */   content: "\f232";
/* 93  */ }
/* 94  */ .th-icon-opencart:before {
/* 95  */   content: "\f23d";
/* 96  */ }
/* 97  */ .th-icon-vimeo:before {
/* 98  */   content: "\f27d";
/* 99  */ }
/* 100 */ .th-icon-vector-search:before {

/* style.css */

/* 101 */   content: "\e92f";
/* 102 */ }
/* 103 */ .th-icon-home:before {
/* 104 */   content: "\e91a";
/* 105 */ }
/* 106 */ .th-icon-quickview:before {
/* 107 */   content: "\e91b";
/* 108 */ }
/* 109 */ .th-icon-user:before {
/* 110 */   content: "\e91c";
/* 111 */ }
/* 112 */ .th-icon-heartline:before {
/* 113 */   content: "\e91d";
/* 114 */ }
/* 115 */ .th-icon-Interface-Icons-14:before {
/* 116 */   content: "\e91e";
/* 117 */ }
/* 118 */ .th-icon-delete:before {
/* 119 */   content: "\e91f";
/* 120 */ }
/* 121 */ .th-icon-lock1:before {
/* 122 */   content: "\e920";
/* 123 */ }
/* 124 */ .th-icon-lock2:before {
/* 125 */   content: "\e921";
/* 126 */ }
/* 127 */ .th-icon-call:before {
/* 128 */   content: "\e922";
/* 129 */ }
/* 130 */ .th-icon-Photography-Icons-06:before {
/* 131 */   content: "\e923";
/* 132 */ }
/* 133 */ .th-icon-Shopping-Bag-Cart-Icons-01:before {
/* 134 */   content: "\e924";
/* 135 */ }
/* 136 */ .th-icon-Shopping-Bag-Cart-Icons-11:before {
/* 137 */   content: "\e925";
/* 138 */ }
/* 139 */ .th-icon-Shopping-Bag-Cart-Icons-23:before {
/* 140 */   content: "\e926";
/* 141 */ }
/* 142 */ .th-icon-Shopping_icons-01:before {
/* 143 */   content: "\e927";
/* 144 */ }
/* 145 */ .th-icon-Shopping_icons-11:before {
/* 146 */   content: "\e928";
/* 147 */ }
/* 148 */ .th-icon-Shopping_icons-16:before {
/* 149 */   content: "\e929";
/* 150 */ }

/* style.css */

/* 151 */ .th-icon-TextEditor-Icons-01:before {
/* 152 */   content: "\e92a";
/* 153 */ }
/* 154 */ .th-icon-TextEditor-Icons-02:before {
/* 155 */   content: "\e92b";
/* 156 */ }
/* 157 */ .th-icon-search1:before {
/* 158 */   content: "\e930";
/* 159 */ }
/* 160 */ .th-icon-clear:before {
/* 161 */   content: "\e900";
/* 162 */ }
/* 163 */ .th-icon-format_align_justify:before {
/* 164 */   content: "\e901";
/* 165 */ }
/* 166 */ .th-icon-format_align_left:before {
/* 167 */   content: "\e902";
/* 168 */ }
/* 169 */ .th-icon-keyboard_arrow_left:before {
/* 170 */   content: "\e903";
/* 171 */ }
/* 172 */ .th-icon-keyboard_arrow_right:before {
/* 173 */   content: "\e904";
/* 174 */ }
/* 175 */ .th-icon-local_grocery_store:before {
/* 176 */   content: "\e905";
/* 177 */ }
/* 178 */ .th-icon-arrow_forward:before {
/* 179 */   content: "\e906";
/* 180 */ }
/* 181 */ .th-icon-check:before {
/* 182 */   content: "\e907";
/* 183 */ }
/* 184 */ .th-icon-cached:before {
/* 185 */   content: "\e908";
/* 186 */ }
/* 187 */ .th-icon-favorite:before {
/* 188 */   content: "\e909";
/* 189 */ }
/* 190 */ .th-icon-favorite_outline:before {
/* 191 */   content: "\e90a";
/* 192 */ }
/* 193 */ .th-icon-arrow-left:before {
/* 194 */   content: "\e90b";
/* 195 */ }
/* 196 */ .th-icon-arrow-right:before {
/* 197 */   content: "\e90c";
/* 198 */ }
/* 199 */ .th-icon-check1:before {
/* 200 */   content: "\e90d";

/* style.css */

/* 201 */ }
/* 202 */ .th-icon-chevron-left:before {
/* 203 */   content: "\e90e";
/* 204 */ }
/* 205 */ .th-icon-chevron-right:before {
/* 206 */   content: "\e90f";
/* 207 */ }
/* 208 */ .th-icon-eye:before {
/* 209 */   content: "\e910";
/* 210 */ }
/* 211 */ .th-icon-headphones:before {
/* 212 */   content: "\e911";
/* 213 */ }
/* 214 */ .th-icon-heart1:before {
/* 215 */   content: "\e912";
/* 216 */ }
/* 217 */ .th-icon-lock:before {
/* 218 */   content: "\e913";
/* 219 */ }
/* 220 */ .th-icon-phone:before {
/* 221 */   content: "\e914";
/* 222 */ }
/* 223 */ .th-icon-refresh-ccw:before {
/* 224 */   content: "\e915";
/* 225 */ }
/* 226 */ .th-icon-refresh-cw:before {
/* 227 */   content: "\e916";
/* 228 */ }
/* 229 */ .th-icon-repeat:before {
/* 230 */   content: "\e917";
/* 231 */ }
/* 232 */ .th-icon-search:before {
/* 233 */   content: "\e918";
/* 234 */ }
/* 235 */ .th-icon-shopping-cart:before {
/* 236 */   content: "\e919";
/* 237 */ }
/* 238 */ .th-icon-heart2:before {
/* 239 */   content: "\e92c";
/* 240 */ }
/* 241 */ .th-icon-cart:before {
/* 242 */   content: "\e92d";
/* 243 */ }
/* 244 */ .th-icon-refresh:before {
/* 245 */   content: "\e92e";
/* 246 */ }
/* 247 */ .th-icon-heart:before {
/* 248 */   content: "\e9da";
/* 249 */ }
/* 250 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* animate.css */

/* 1    */ @charset "UTF-8";
/* 2    */
/* 3    */ /*!
/* 4    *|  * animate.css -https://daneden.github.io/animate.css/
/* 5    *|  * Version - 3.7.2
/* 6    *|  * Licensed under the MIT license - http://opensource.org/licenses/MIT
/* 7    *|  *
/* 8    *|  * Copyright (c) 2019 Daniel Eden
/* 9    *|  */
/* 10   */
/* 11   */ @-webkit-keyframes bounce {
/* 12   */   from,
/* 13   */   20%,
/* 14   */   53%,
/* 15   */   80%,
/* 16   */   to {
/* 17   */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 18   */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 19   */     -webkit-transform: translate3d(0, 0, 0);
/* 20   */     transform: translate3d(0, 0, 0);
/* 21   */   }
/* 22   */
/* 23   */   40%,
/* 24   */   43% {
/* 25   */     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 26   */     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 27   */     -webkit-transform: translate3d(0, -30px, 0);
/* 28   */     transform: translate3d(0, -30px, 0);
/* 29   */   }
/* 30   */
/* 31   */   70% {
/* 32   */     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 33   */     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 34   */     -webkit-transform: translate3d(0, -15px, 0);
/* 35   */     transform: translate3d(0, -15px, 0);
/* 36   */   }
/* 37   */
/* 38   */   90% {
/* 39   */     -webkit-transform: translate3d(0, -4px, 0);
/* 40   */     transform: translate3d(0, -4px, 0);
/* 41   */   }
/* 42   */ }
/* 43   */
/* 44   */ @keyframes bounce {
/* 45   */   from,
/* 46   */   20%,
/* 47   */   53%,
/* 48   */   80%,
/* 49   */   to {
/* 50   */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

/* animate.css */

/* 51   */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 52   */     -webkit-transform: translate3d(0, 0, 0);
/* 53   */     transform: translate3d(0, 0, 0);
/* 54   */   }
/* 55   */
/* 56   */   40%,
/* 57   */   43% {
/* 58   */     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 59   */     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 60   */     -webkit-transform: translate3d(0, -30px, 0);
/* 61   */     transform: translate3d(0, -30px, 0);
/* 62   */   }
/* 63   */
/* 64   */   70% {
/* 65   */     -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 66   */     animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
/* 67   */     -webkit-transform: translate3d(0, -15px, 0);
/* 68   */     transform: translate3d(0, -15px, 0);
/* 69   */   }
/* 70   */
/* 71   */   90% {
/* 72   */     -webkit-transform: translate3d(0, -4px, 0);
/* 73   */     transform: translate3d(0, -4px, 0);
/* 74   */   }
/* 75   */ }
/* 76   */
/* 77   */ .bounce {
/* 78   */   -webkit-animation-name: bounce;
/* 79   */   animation-name: bounce;
/* 80   */   -webkit-transform-origin: center bottom;
/* 81   */   transform-origin: center bottom;
/* 82   */ }
/* 83   */
/* 84   */ @-webkit-keyframes flash {
/* 85   */   from,
/* 86   */   50%,
/* 87   */   to {
/* 88   */     opacity: 1;
/* 89   */   }
/* 90   */
/* 91   */   25%,
/* 92   */   75% {
/* 93   */     opacity: 0;
/* 94   */   }
/* 95   */ }
/* 96   */
/* 97   */ @keyframes flash {
/* 98   */   from,
/* 99   */   50%,
/* 100  */   to {

/* animate.css */

/* 101  */     opacity: 1;
/* 102  */   }
/* 103  */
/* 104  */   25%,
/* 105  */   75% {
/* 106  */     opacity: 0;
/* 107  */   }
/* 108  */ }
/* 109  */
/* 110  */ .flash {
/* 111  */   -webkit-animation-name: flash;
/* 112  */   animation-name: flash;
/* 113  */ }
/* 114  */
/* 115  */ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 116  */
/* 117  */ @-webkit-keyframes pulse {
/* 118  */   from {
/* 119  */     -webkit-transform: scale3d(1, 1, 1);
/* 120  */     transform: scale3d(1, 1, 1);
/* 121  */   }
/* 122  */
/* 123  */   50% {
/* 124  */     -webkit-transform: scale3d(1.05, 1.05, 1.05);
/* 125  */     transform: scale3d(1.05, 1.05, 1.05);
/* 126  */   }
/* 127  */
/* 128  */   to {
/* 129  */     -webkit-transform: scale3d(1, 1, 1);
/* 130  */     transform: scale3d(1, 1, 1);
/* 131  */   }
/* 132  */ }
/* 133  */
/* 134  */ @keyframes pulse {
/* 135  */   from {
/* 136  */     -webkit-transform: scale3d(1, 1, 1);
/* 137  */     transform: scale3d(1, 1, 1);
/* 138  */   }
/* 139  */
/* 140  */   50% {
/* 141  */     -webkit-transform: scale3d(1.05, 1.05, 1.05);
/* 142  */     transform: scale3d(1.05, 1.05, 1.05);
/* 143  */   }
/* 144  */
/* 145  */   to {
/* 146  */     -webkit-transform: scale3d(1, 1, 1);
/* 147  */     transform: scale3d(1, 1, 1);
/* 148  */   }
/* 149  */ }
/* 150  */

/* animate.css */

/* 151  */ .pulse {
/* 152  */   -webkit-animation-name: pulse;
/* 153  */   animation-name: pulse;
/* 154  */ }
/* 155  */
/* 156  */ @-webkit-keyframes rubberBand {
/* 157  */   from {
/* 158  */     -webkit-transform: scale3d(1, 1, 1);
/* 159  */     transform: scale3d(1, 1, 1);
/* 160  */   }
/* 161  */
/* 162  */   30% {
/* 163  */     -webkit-transform: scale3d(1.25, 0.75, 1);
/* 164  */     transform: scale3d(1.25, 0.75, 1);
/* 165  */   }
/* 166  */
/* 167  */   40% {
/* 168  */     -webkit-transform: scale3d(0.75, 1.25, 1);
/* 169  */     transform: scale3d(0.75, 1.25, 1);
/* 170  */   }
/* 171  */
/* 172  */   50% {
/* 173  */     -webkit-transform: scale3d(1.15, 0.85, 1);
/* 174  */     transform: scale3d(1.15, 0.85, 1);
/* 175  */   }
/* 176  */
/* 177  */   65% {
/* 178  */     -webkit-transform: scale3d(0.95, 1.05, 1);
/* 179  */     transform: scale3d(0.95, 1.05, 1);
/* 180  */   }
/* 181  */
/* 182  */   75% {
/* 183  */     -webkit-transform: scale3d(1.05, 0.95, 1);
/* 184  */     transform: scale3d(1.05, 0.95, 1);
/* 185  */   }
/* 186  */
/* 187  */   to {
/* 188  */     -webkit-transform: scale3d(1, 1, 1);
/* 189  */     transform: scale3d(1, 1, 1);
/* 190  */   }
/* 191  */ }
/* 192  */
/* 193  */ @keyframes rubberBand {
/* 194  */   from {
/* 195  */     -webkit-transform: scale3d(1, 1, 1);
/* 196  */     transform: scale3d(1, 1, 1);
/* 197  */   }
/* 198  */
/* 199  */   30% {
/* 200  */     -webkit-transform: scale3d(1.25, 0.75, 1);

/* animate.css */

/* 201  */     transform: scale3d(1.25, 0.75, 1);
/* 202  */   }
/* 203  */
/* 204  */   40% {
/* 205  */     -webkit-transform: scale3d(0.75, 1.25, 1);
/* 206  */     transform: scale3d(0.75, 1.25, 1);
/* 207  */   }
/* 208  */
/* 209  */   50% {
/* 210  */     -webkit-transform: scale3d(1.15, 0.85, 1);
/* 211  */     transform: scale3d(1.15, 0.85, 1);
/* 212  */   }
/* 213  */
/* 214  */   65% {
/* 215  */     -webkit-transform: scale3d(0.95, 1.05, 1);
/* 216  */     transform: scale3d(0.95, 1.05, 1);
/* 217  */   }
/* 218  */
/* 219  */   75% {
/* 220  */     -webkit-transform: scale3d(1.05, 0.95, 1);
/* 221  */     transform: scale3d(1.05, 0.95, 1);
/* 222  */   }
/* 223  */
/* 224  */   to {
/* 225  */     -webkit-transform: scale3d(1, 1, 1);
/* 226  */     transform: scale3d(1, 1, 1);
/* 227  */   }
/* 228  */ }
/* 229  */
/* 230  */ .rubberBand {
/* 231  */   -webkit-animation-name: rubberBand;
/* 232  */   animation-name: rubberBand;
/* 233  */ }
/* 234  */
/* 235  */ @-webkit-keyframes shake {
/* 236  */   from,
/* 237  */   to {
/* 238  */     -webkit-transform: translate3d(0, 0, 0);
/* 239  */     transform: translate3d(0, 0, 0);
/* 240  */   }
/* 241  */
/* 242  */   10%,
/* 243  */   30%,
/* 244  */   50%,
/* 245  */   70%,
/* 246  */   90% {
/* 247  */     -webkit-transform: translate3d(-10px, 0, 0);
/* 248  */     transform: translate3d(-10px, 0, 0);
/* 249  */   }
/* 250  */

/* animate.css */

/* 251  */   20%,
/* 252  */   40%,
/* 253  */   60%,
/* 254  */   80% {
/* 255  */     -webkit-transform: translate3d(10px, 0, 0);
/* 256  */     transform: translate3d(10px, 0, 0);
/* 257  */   }
/* 258  */ }
/* 259  */
/* 260  */ @keyframes shake {
/* 261  */   from,
/* 262  */   to {
/* 263  */     -webkit-transform: translate3d(0, 0, 0);
/* 264  */     transform: translate3d(0, 0, 0);
/* 265  */   }
/* 266  */
/* 267  */   10%,
/* 268  */   30%,
/* 269  */   50%,
/* 270  */   70%,
/* 271  */   90% {
/* 272  */     -webkit-transform: translate3d(-10px, 0, 0);
/* 273  */     transform: translate3d(-10px, 0, 0);
/* 274  */   }
/* 275  */
/* 276  */   20%,
/* 277  */   40%,
/* 278  */   60%,
/* 279  */   80% {
/* 280  */     -webkit-transform: translate3d(10px, 0, 0);
/* 281  */     transform: translate3d(10px, 0, 0);
/* 282  */   }
/* 283  */ }
/* 284  */
/* 285  */ .shake {
/* 286  */   -webkit-animation-name: shake;
/* 287  */   animation-name: shake;
/* 288  */ }
/* 289  */
/* 290  */ @-webkit-keyframes headShake {
/* 291  */   0% {
/* 292  */     -webkit-transform: translateX(0);
/* 293  */     transform: translateX(0);
/* 294  */   }
/* 295  */
/* 296  */   6.5% {
/* 297  */     -webkit-transform: translateX(-6px) rotateY(-9deg);
/* 298  */     transform: translateX(-6px) rotateY(-9deg);
/* 299  */   }
/* 300  */

/* animate.css */

/* 301  */   18.5% {
/* 302  */     -webkit-transform: translateX(5px) rotateY(7deg);
/* 303  */     transform: translateX(5px) rotateY(7deg);
/* 304  */   }
/* 305  */
/* 306  */   31.5% {
/* 307  */     -webkit-transform: translateX(-3px) rotateY(-5deg);
/* 308  */     transform: translateX(-3px) rotateY(-5deg);
/* 309  */   }
/* 310  */
/* 311  */   43.5% {
/* 312  */     -webkit-transform: translateX(2px) rotateY(3deg);
/* 313  */     transform: translateX(2px) rotateY(3deg);
/* 314  */   }
/* 315  */
/* 316  */   50% {
/* 317  */     -webkit-transform: translateX(0);
/* 318  */     transform: translateX(0);
/* 319  */   }
/* 320  */ }
/* 321  */
/* 322  */ @keyframes headShake {
/* 323  */   0% {
/* 324  */     -webkit-transform: translateX(0);
/* 325  */     transform: translateX(0);
/* 326  */   }
/* 327  */
/* 328  */   6.5% {
/* 329  */     -webkit-transform: translateX(-6px) rotateY(-9deg);
/* 330  */     transform: translateX(-6px) rotateY(-9deg);
/* 331  */   }
/* 332  */
/* 333  */   18.5% {
/* 334  */     -webkit-transform: translateX(5px) rotateY(7deg);
/* 335  */     transform: translateX(5px) rotateY(7deg);
/* 336  */   }
/* 337  */
/* 338  */   31.5% {
/* 339  */     -webkit-transform: translateX(-3px) rotateY(-5deg);
/* 340  */     transform: translateX(-3px) rotateY(-5deg);
/* 341  */   }
/* 342  */
/* 343  */   43.5% {
/* 344  */     -webkit-transform: translateX(2px) rotateY(3deg);
/* 345  */     transform: translateX(2px) rotateY(3deg);
/* 346  */   }
/* 347  */
/* 348  */   50% {
/* 349  */     -webkit-transform: translateX(0);
/* 350  */     transform: translateX(0);

/* animate.css */

/* 351  */   }
/* 352  */ }
/* 353  */
/* 354  */ .headShake {
/* 355  */   -webkit-animation-timing-function: ease-in-out;
/* 356  */   animation-timing-function: ease-in-out;
/* 357  */   -webkit-animation-name: headShake;
/* 358  */   animation-name: headShake;
/* 359  */ }
/* 360  */
/* 361  */ @-webkit-keyframes swing {
/* 362  */   20% {
/* 363  */     -webkit-transform: rotate3d(0, 0, 1, 15deg);
/* 364  */     transform: rotate3d(0, 0, 1, 15deg);
/* 365  */   }
/* 366  */
/* 367  */   40% {
/* 368  */     -webkit-transform: rotate3d(0, 0, 1, -10deg);
/* 369  */     transform: rotate3d(0, 0, 1, -10deg);
/* 370  */   }
/* 371  */
/* 372  */   60% {
/* 373  */     -webkit-transform: rotate3d(0, 0, 1, 5deg);
/* 374  */     transform: rotate3d(0, 0, 1, 5deg);
/* 375  */   }
/* 376  */
/* 377  */   80% {
/* 378  */     -webkit-transform: rotate3d(0, 0, 1, -5deg);
/* 379  */     transform: rotate3d(0, 0, 1, -5deg);
/* 380  */   }
/* 381  */
/* 382  */   to {
/* 383  */     -webkit-transform: rotate3d(0, 0, 1, 0deg);
/* 384  */     transform: rotate3d(0, 0, 1, 0deg);
/* 385  */   }
/* 386  */ }
/* 387  */
/* 388  */ @keyframes swing {
/* 389  */   20% {
/* 390  */     -webkit-transform: rotate3d(0, 0, 1, 15deg);
/* 391  */     transform: rotate3d(0, 0, 1, 15deg);
/* 392  */   }
/* 393  */
/* 394  */   40% {
/* 395  */     -webkit-transform: rotate3d(0, 0, 1, -10deg);
/* 396  */     transform: rotate3d(0, 0, 1, -10deg);
/* 397  */   }
/* 398  */
/* 399  */   60% {
/* 400  */     -webkit-transform: rotate3d(0, 0, 1, 5deg);

/* animate.css */

/* 401  */     transform: rotate3d(0, 0, 1, 5deg);
/* 402  */   }
/* 403  */
/* 404  */   80% {
/* 405  */     -webkit-transform: rotate3d(0, 0, 1, -5deg);
/* 406  */     transform: rotate3d(0, 0, 1, -5deg);
/* 407  */   }
/* 408  */
/* 409  */   to {
/* 410  */     -webkit-transform: rotate3d(0, 0, 1, 0deg);
/* 411  */     transform: rotate3d(0, 0, 1, 0deg);
/* 412  */   }
/* 413  */ }
/* 414  */
/* 415  */ .swing {
/* 416  */   -webkit-transform-origin: top center;
/* 417  */   transform-origin: top center;
/* 418  */   -webkit-animation-name: swing;
/* 419  */   animation-name: swing;
/* 420  */ }
/* 421  */
/* 422  */ @-webkit-keyframes tada {
/* 423  */   from {
/* 424  */     -webkit-transform: scale3d(1, 1, 1);
/* 425  */     transform: scale3d(1, 1, 1);
/* 426  */   }
/* 427  */
/* 428  */   10%,
/* 429  */   20% {
/* 430  */     -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
/* 431  */     transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
/* 432  */   }
/* 433  */
/* 434  */   30%,
/* 435  */   50%,
/* 436  */   70%,
/* 437  */   90% {
/* 438  */     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
/* 439  */     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
/* 440  */   }
/* 441  */
/* 442  */   40%,
/* 443  */   60%,
/* 444  */   80% {
/* 445  */     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
/* 446  */     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
/* 447  */   }
/* 448  */
/* 449  */   to {
/* 450  */     -webkit-transform: scale3d(1, 1, 1);

/* animate.css */

/* 451  */     transform: scale3d(1, 1, 1);
/* 452  */   }
/* 453  */ }
/* 454  */
/* 455  */ @keyframes tada {
/* 456  */   from {
/* 457  */     -webkit-transform: scale3d(1, 1, 1);
/* 458  */     transform: scale3d(1, 1, 1);
/* 459  */   }
/* 460  */
/* 461  */   10%,
/* 462  */   20% {
/* 463  */     -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
/* 464  */     transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
/* 465  */   }
/* 466  */
/* 467  */   30%,
/* 468  */   50%,
/* 469  */   70%,
/* 470  */   90% {
/* 471  */     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
/* 472  */     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
/* 473  */   }
/* 474  */
/* 475  */   40%,
/* 476  */   60%,
/* 477  */   80% {
/* 478  */     -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
/* 479  */     transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
/* 480  */   }
/* 481  */
/* 482  */   to {
/* 483  */     -webkit-transform: scale3d(1, 1, 1);
/* 484  */     transform: scale3d(1, 1, 1);
/* 485  */   }
/* 486  */ }
/* 487  */
/* 488  */ .tada {
/* 489  */   -webkit-animation-name: tada;
/* 490  */   animation-name: tada;
/* 491  */ }
/* 492  */
/* 493  */ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 494  */
/* 495  */ @-webkit-keyframes wobble {
/* 496  */   from {
/* 497  */     -webkit-transform: translate3d(0, 0, 0);
/* 498  */     transform: translate3d(0, 0, 0);
/* 499  */   }
/* 500  */

/* animate.css */

/* 501  */   15% {
/* 502  */     -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
/* 503  */     transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
/* 504  */   }
/* 505  */
/* 506  */   30% {
/* 507  */     -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
/* 508  */     transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
/* 509  */   }
/* 510  */
/* 511  */   45% {
/* 512  */     -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
/* 513  */     transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
/* 514  */   }
/* 515  */
/* 516  */   60% {
/* 517  */     -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
/* 518  */     transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
/* 519  */   }
/* 520  */
/* 521  */   75% {
/* 522  */     -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
/* 523  */     transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
/* 524  */   }
/* 525  */
/* 526  */   to {
/* 527  */     -webkit-transform: translate3d(0, 0, 0);
/* 528  */     transform: translate3d(0, 0, 0);
/* 529  */   }
/* 530  */ }
/* 531  */
/* 532  */ @keyframes wobble {
/* 533  */   from {
/* 534  */     -webkit-transform: translate3d(0, 0, 0);
/* 535  */     transform: translate3d(0, 0, 0);
/* 536  */   }
/* 537  */
/* 538  */   15% {
/* 539  */     -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
/* 540  */     transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
/* 541  */   }
/* 542  */
/* 543  */   30% {
/* 544  */     -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
/* 545  */     transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
/* 546  */   }
/* 547  */
/* 548  */   45% {
/* 549  */     -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
/* 550  */     transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

/* animate.css */

/* 551  */   }
/* 552  */
/* 553  */   60% {
/* 554  */     -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
/* 555  */     transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
/* 556  */   }
/* 557  */
/* 558  */   75% {
/* 559  */     -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
/* 560  */     transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
/* 561  */   }
/* 562  */
/* 563  */   to {
/* 564  */     -webkit-transform: translate3d(0, 0, 0);
/* 565  */     transform: translate3d(0, 0, 0);
/* 566  */   }
/* 567  */ }
/* 568  */
/* 569  */ .wobble {
/* 570  */   -webkit-animation-name: wobble;
/* 571  */   animation-name: wobble;
/* 572  */ }
/* 573  */
/* 574  */ @-webkit-keyframes jello {
/* 575  */   from,
/* 576  */   11.1%,
/* 577  */   to {
/* 578  */     -webkit-transform: translate3d(0, 0, 0);
/* 579  */     transform: translate3d(0, 0, 0);
/* 580  */   }
/* 581  */
/* 582  */   22.2% {
/* 583  */     -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
/* 584  */     transform: skewX(-12.5deg) skewY(-12.5deg);
/* 585  */   }
/* 586  */
/* 587  */   33.3% {
/* 588  */     -webkit-transform: skewX(6.25deg) skewY(6.25deg);
/* 589  */     transform: skewX(6.25deg) skewY(6.25deg);
/* 590  */   }
/* 591  */
/* 592  */   44.4% {
/* 593  */     -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
/* 594  */     transform: skewX(-3.125deg) skewY(-3.125deg);
/* 595  */   }
/* 596  */
/* 597  */   55.5% {
/* 598  */     -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
/* 599  */     transform: skewX(1.5625deg) skewY(1.5625deg);
/* 600  */   }

/* animate.css */

/* 601  */
/* 602  */   66.6% {
/* 603  */     -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
/* 604  */     transform: skewX(-0.78125deg) skewY(-0.78125deg);
/* 605  */   }
/* 606  */
/* 607  */   77.7% {
/* 608  */     -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
/* 609  */     transform: skewX(0.390625deg) skewY(0.390625deg);
/* 610  */   }
/* 611  */
/* 612  */   88.8% {
/* 613  */     -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
/* 614  */     transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
/* 615  */   }
/* 616  */ }
/* 617  */
/* 618  */ @keyframes jello {
/* 619  */   from,
/* 620  */   11.1%,
/* 621  */   to {
/* 622  */     -webkit-transform: translate3d(0, 0, 0);
/* 623  */     transform: translate3d(0, 0, 0);
/* 624  */   }
/* 625  */
/* 626  */   22.2% {
/* 627  */     -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
/* 628  */     transform: skewX(-12.5deg) skewY(-12.5deg);
/* 629  */   }
/* 630  */
/* 631  */   33.3% {
/* 632  */     -webkit-transform: skewX(6.25deg) skewY(6.25deg);
/* 633  */     transform: skewX(6.25deg) skewY(6.25deg);
/* 634  */   }
/* 635  */
/* 636  */   44.4% {
/* 637  */     -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
/* 638  */     transform: skewX(-3.125deg) skewY(-3.125deg);
/* 639  */   }
/* 640  */
/* 641  */   55.5% {
/* 642  */     -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
/* 643  */     transform: skewX(1.5625deg) skewY(1.5625deg);
/* 644  */   }
/* 645  */
/* 646  */   66.6% {
/* 647  */     -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
/* 648  */     transform: skewX(-0.78125deg) skewY(-0.78125deg);
/* 649  */   }
/* 650  */

/* animate.css */

/* 651  */   77.7% {
/* 652  */     -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
/* 653  */     transform: skewX(0.390625deg) skewY(0.390625deg);
/* 654  */   }
/* 655  */
/* 656  */   88.8% {
/* 657  */     -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
/* 658  */     transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
/* 659  */   }
/* 660  */ }
/* 661  */
/* 662  */ .jello {
/* 663  */   -webkit-animation-name: jello;
/* 664  */   animation-name: jello;
/* 665  */   -webkit-transform-origin: center;
/* 666  */   transform-origin: center;
/* 667  */ }
/* 668  */
/* 669  */ @-webkit-keyframes heartBeat {
/* 670  */   0% {
/* 671  */     -webkit-transform: scale(1);
/* 672  */     transform: scale(1);
/* 673  */   }
/* 674  */
/* 675  */   14% {
/* 676  */     -webkit-transform: scale(1.3);
/* 677  */     transform: scale(1.3);
/* 678  */   }
/* 679  */
/* 680  */   28% {
/* 681  */     -webkit-transform: scale(1);
/* 682  */     transform: scale(1);
/* 683  */   }
/* 684  */
/* 685  */   42% {
/* 686  */     -webkit-transform: scale(1.3);
/* 687  */     transform: scale(1.3);
/* 688  */   }
/* 689  */
/* 690  */   70% {
/* 691  */     -webkit-transform: scale(1);
/* 692  */     transform: scale(1);
/* 693  */   }
/* 694  */ }
/* 695  */
/* 696  */ @keyframes heartBeat {
/* 697  */   0% {
/* 698  */     -webkit-transform: scale(1);
/* 699  */     transform: scale(1);
/* 700  */   }

/* animate.css */

/* 701  */
/* 702  */   14% {
/* 703  */     -webkit-transform: scale(1.3);
/* 704  */     transform: scale(1.3);
/* 705  */   }
/* 706  */
/* 707  */   28% {
/* 708  */     -webkit-transform: scale(1);
/* 709  */     transform: scale(1);
/* 710  */   }
/* 711  */
/* 712  */   42% {
/* 713  */     -webkit-transform: scale(1.3);
/* 714  */     transform: scale(1.3);
/* 715  */   }
/* 716  */
/* 717  */   70% {
/* 718  */     -webkit-transform: scale(1);
/* 719  */     transform: scale(1);
/* 720  */   }
/* 721  */ }
/* 722  */
/* 723  */ .heartBeat {
/* 724  */   -webkit-animation-name: heartBeat;
/* 725  */   animation-name: heartBeat;
/* 726  */   -webkit-animation-duration: 1.3s;
/* 727  */   animation-duration: 1.3s;
/* 728  */   -webkit-animation-timing-function: ease-in-out;
/* 729  */   animation-timing-function: ease-in-out;
/* 730  */ }
/* 731  */
/* 732  */ @-webkit-keyframes bounceIn {
/* 733  */   from,
/* 734  */   20%,
/* 735  */   40%,
/* 736  */   60%,
/* 737  */   80%,
/* 738  */   to {
/* 739  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 740  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 741  */   }
/* 742  */
/* 743  */   0% {
/* 744  */     opacity: 0;
/* 745  */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 746  */     transform: scale3d(0.3, 0.3, 0.3);
/* 747  */   }
/* 748  */
/* 749  */   20% {
/* 750  */     -webkit-transform: scale3d(1.1, 1.1, 1.1);

/* animate.css */

/* 751  */     transform: scale3d(1.1, 1.1, 1.1);
/* 752  */   }
/* 753  */
/* 754  */   40% {
/* 755  */     -webkit-transform: scale3d(0.9, 0.9, 0.9);
/* 756  */     transform: scale3d(0.9, 0.9, 0.9);
/* 757  */   }
/* 758  */
/* 759  */   60% {
/* 760  */     opacity: 1;
/* 761  */     -webkit-transform: scale3d(1.03, 1.03, 1.03);
/* 762  */     transform: scale3d(1.03, 1.03, 1.03);
/* 763  */   }
/* 764  */
/* 765  */   80% {
/* 766  */     -webkit-transform: scale3d(0.97, 0.97, 0.97);
/* 767  */     transform: scale3d(0.97, 0.97, 0.97);
/* 768  */   }
/* 769  */
/* 770  */   to {
/* 771  */     opacity: 1;
/* 772  */     -webkit-transform: scale3d(1, 1, 1);
/* 773  */     transform: scale3d(1, 1, 1);
/* 774  */   }
/* 775  */ }
/* 776  */
/* 777  */ @keyframes bounceIn {
/* 778  */   from,
/* 779  */   20%,
/* 780  */   40%,
/* 781  */   60%,
/* 782  */   80%,
/* 783  */   to {
/* 784  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 785  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 786  */   }
/* 787  */
/* 788  */   0% {
/* 789  */     opacity: 0;
/* 790  */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 791  */     transform: scale3d(0.3, 0.3, 0.3);
/* 792  */   }
/* 793  */
/* 794  */   20% {
/* 795  */     -webkit-transform: scale3d(1.1, 1.1, 1.1);
/* 796  */     transform: scale3d(1.1, 1.1, 1.1);
/* 797  */   }
/* 798  */
/* 799  */   40% {
/* 800  */     -webkit-transform: scale3d(0.9, 0.9, 0.9);

/* animate.css */

/* 801  */     transform: scale3d(0.9, 0.9, 0.9);
/* 802  */   }
/* 803  */
/* 804  */   60% {
/* 805  */     opacity: 1;
/* 806  */     -webkit-transform: scale3d(1.03, 1.03, 1.03);
/* 807  */     transform: scale3d(1.03, 1.03, 1.03);
/* 808  */   }
/* 809  */
/* 810  */   80% {
/* 811  */     -webkit-transform: scale3d(0.97, 0.97, 0.97);
/* 812  */     transform: scale3d(0.97, 0.97, 0.97);
/* 813  */   }
/* 814  */
/* 815  */   to {
/* 816  */     opacity: 1;
/* 817  */     -webkit-transform: scale3d(1, 1, 1);
/* 818  */     transform: scale3d(1, 1, 1);
/* 819  */   }
/* 820  */ }
/* 821  */
/* 822  */ .bounceIn {
/* 823  */   -webkit-animation-duration: 0.75s;
/* 824  */   animation-duration: 0.75s;
/* 825  */   -webkit-animation-name: bounceIn;
/* 826  */   animation-name: bounceIn;
/* 827  */ }
/* 828  */
/* 829  */ @-webkit-keyframes bounceInDown {
/* 830  */   from,
/* 831  */   60%,
/* 832  */   75%,
/* 833  */   90%,
/* 834  */   to {
/* 835  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 836  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 837  */   }
/* 838  */
/* 839  */   0% {
/* 840  */     opacity: 0;
/* 841  */     -webkit-transform: translate3d(0, -3000px, 0);
/* 842  */     transform: translate3d(0, -3000px, 0);
/* 843  */   }
/* 844  */
/* 845  */   60% {
/* 846  */     opacity: 1;
/* 847  */     -webkit-transform: translate3d(0, 25px, 0);
/* 848  */     transform: translate3d(0, 25px, 0);
/* 849  */   }
/* 850  */

/* animate.css */

/* 851  */   75% {
/* 852  */     -webkit-transform: translate3d(0, -10px, 0);
/* 853  */     transform: translate3d(0, -10px, 0);
/* 854  */   }
/* 855  */
/* 856  */   90% {
/* 857  */     -webkit-transform: translate3d(0, 5px, 0);
/* 858  */     transform: translate3d(0, 5px, 0);
/* 859  */   }
/* 860  */
/* 861  */   to {
/* 862  */     -webkit-transform: translate3d(0, 0, 0);
/* 863  */     transform: translate3d(0, 0, 0);
/* 864  */   }
/* 865  */ }
/* 866  */
/* 867  */ @keyframes bounceInDown {
/* 868  */   from,
/* 869  */   60%,
/* 870  */   75%,
/* 871  */   90%,
/* 872  */   to {
/* 873  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 874  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 875  */   }
/* 876  */
/* 877  */   0% {
/* 878  */     opacity: 0;
/* 879  */     -webkit-transform: translate3d(0, -3000px, 0);
/* 880  */     transform: translate3d(0, -3000px, 0);
/* 881  */   }
/* 882  */
/* 883  */   60% {
/* 884  */     opacity: 1;
/* 885  */     -webkit-transform: translate3d(0, 25px, 0);
/* 886  */     transform: translate3d(0, 25px, 0);
/* 887  */   }
/* 888  */
/* 889  */   75% {
/* 890  */     -webkit-transform: translate3d(0, -10px, 0);
/* 891  */     transform: translate3d(0, -10px, 0);
/* 892  */   }
/* 893  */
/* 894  */   90% {
/* 895  */     -webkit-transform: translate3d(0, 5px, 0);
/* 896  */     transform: translate3d(0, 5px, 0);
/* 897  */   }
/* 898  */
/* 899  */   to {
/* 900  */     -webkit-transform: translate3d(0, 0, 0);

/* animate.css */

/* 901  */     transform: translate3d(0, 0, 0);
/* 902  */   }
/* 903  */ }
/* 904  */
/* 905  */ .bounceInDown {
/* 906  */   -webkit-animation-name: bounceInDown;
/* 907  */   animation-name: bounceInDown;
/* 908  */ }
/* 909  */
/* 910  */ @-webkit-keyframes bounceInLeft {
/* 911  */   from,
/* 912  */   60%,
/* 913  */   75%,
/* 914  */   90%,
/* 915  */   to {
/* 916  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 917  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 918  */   }
/* 919  */
/* 920  */   0% {
/* 921  */     opacity: 0;
/* 922  */     -webkit-transform: translate3d(-3000px, 0, 0);
/* 923  */     transform: translate3d(-3000px, 0, 0);
/* 924  */   }
/* 925  */
/* 926  */   60% {
/* 927  */     opacity: 1;
/* 928  */     -webkit-transform: translate3d(25px, 0, 0);
/* 929  */     transform: translate3d(25px, 0, 0);
/* 930  */   }
/* 931  */
/* 932  */   75% {
/* 933  */     -webkit-transform: translate3d(-10px, 0, 0);
/* 934  */     transform: translate3d(-10px, 0, 0);
/* 935  */   }
/* 936  */
/* 937  */   90% {
/* 938  */     -webkit-transform: translate3d(5px, 0, 0);
/* 939  */     transform: translate3d(5px, 0, 0);
/* 940  */   }
/* 941  */
/* 942  */   to {
/* 943  */     -webkit-transform: translate3d(0, 0, 0);
/* 944  */     transform: translate3d(0, 0, 0);
/* 945  */   }
/* 946  */ }
/* 947  */
/* 948  */ @keyframes bounceInLeft {
/* 949  */   from,
/* 950  */   60%,

/* animate.css */

/* 951  */   75%,
/* 952  */   90%,
/* 953  */   to {
/* 954  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 955  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 956  */   }
/* 957  */
/* 958  */   0% {
/* 959  */     opacity: 0;
/* 960  */     -webkit-transform: translate3d(-3000px, 0, 0);
/* 961  */     transform: translate3d(-3000px, 0, 0);
/* 962  */   }
/* 963  */
/* 964  */   60% {
/* 965  */     opacity: 1;
/* 966  */     -webkit-transform: translate3d(25px, 0, 0);
/* 967  */     transform: translate3d(25px, 0, 0);
/* 968  */   }
/* 969  */
/* 970  */   75% {
/* 971  */     -webkit-transform: translate3d(-10px, 0, 0);
/* 972  */     transform: translate3d(-10px, 0, 0);
/* 973  */   }
/* 974  */
/* 975  */   90% {
/* 976  */     -webkit-transform: translate3d(5px, 0, 0);
/* 977  */     transform: translate3d(5px, 0, 0);
/* 978  */   }
/* 979  */
/* 980  */   to {
/* 981  */     -webkit-transform: translate3d(0, 0, 0);
/* 982  */     transform: translate3d(0, 0, 0);
/* 983  */   }
/* 984  */ }
/* 985  */
/* 986  */ .bounceInLeft {
/* 987  */   -webkit-animation-name: bounceInLeft;
/* 988  */   animation-name: bounceInLeft;
/* 989  */ }
/* 990  */
/* 991  */ @-webkit-keyframes bounceInRight {
/* 992  */   from,
/* 993  */   60%,
/* 994  */   75%,
/* 995  */   90%,
/* 996  */   to {
/* 997  */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 998  */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 999  */   }
/* 1000 */

/* animate.css */

/* 1001 */   from {
/* 1002 */     opacity: 0;
/* 1003 */     -webkit-transform: translate3d(3000px, 0, 0);
/* 1004 */     transform: translate3d(3000px, 0, 0);
/* 1005 */   }
/* 1006 */
/* 1007 */   60% {
/* 1008 */     opacity: 1;
/* 1009 */     -webkit-transform: translate3d(-25px, 0, 0);
/* 1010 */     transform: translate3d(-25px, 0, 0);
/* 1011 */   }
/* 1012 */
/* 1013 */   75% {
/* 1014 */     -webkit-transform: translate3d(10px, 0, 0);
/* 1015 */     transform: translate3d(10px, 0, 0);
/* 1016 */   }
/* 1017 */
/* 1018 */   90% {
/* 1019 */     -webkit-transform: translate3d(-5px, 0, 0);
/* 1020 */     transform: translate3d(-5px, 0, 0);
/* 1021 */   }
/* 1022 */
/* 1023 */   to {
/* 1024 */     -webkit-transform: translate3d(0, 0, 0);
/* 1025 */     transform: translate3d(0, 0, 0);
/* 1026 */   }
/* 1027 */ }
/* 1028 */
/* 1029 */ @keyframes bounceInRight {
/* 1030 */   from,
/* 1031 */   60%,
/* 1032 */   75%,
/* 1033 */   90%,
/* 1034 */   to {
/* 1035 */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1036 */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1037 */   }
/* 1038 */
/* 1039 */   from {
/* 1040 */     opacity: 0;
/* 1041 */     -webkit-transform: translate3d(3000px, 0, 0);
/* 1042 */     transform: translate3d(3000px, 0, 0);
/* 1043 */   }
/* 1044 */
/* 1045 */   60% {
/* 1046 */     opacity: 1;
/* 1047 */     -webkit-transform: translate3d(-25px, 0, 0);
/* 1048 */     transform: translate3d(-25px, 0, 0);
/* 1049 */   }
/* 1050 */

/* animate.css */

/* 1051 */   75% {
/* 1052 */     -webkit-transform: translate3d(10px, 0, 0);
/* 1053 */     transform: translate3d(10px, 0, 0);
/* 1054 */   }
/* 1055 */
/* 1056 */   90% {
/* 1057 */     -webkit-transform: translate3d(-5px, 0, 0);
/* 1058 */     transform: translate3d(-5px, 0, 0);
/* 1059 */   }
/* 1060 */
/* 1061 */   to {
/* 1062 */     -webkit-transform: translate3d(0, 0, 0);
/* 1063 */     transform: translate3d(0, 0, 0);
/* 1064 */   }
/* 1065 */ }
/* 1066 */
/* 1067 */ .bounceInRight {
/* 1068 */   -webkit-animation-name: bounceInRight;
/* 1069 */   animation-name: bounceInRight;
/* 1070 */ }
/* 1071 */
/* 1072 */ @-webkit-keyframes bounceInUp {
/* 1073 */   from,
/* 1074 */   60%,
/* 1075 */   75%,
/* 1076 */   90%,
/* 1077 */   to {
/* 1078 */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1079 */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1080 */   }
/* 1081 */
/* 1082 */   from {
/* 1083 */     opacity: 0;
/* 1084 */     -webkit-transform: translate3d(0, 3000px, 0);
/* 1085 */     transform: translate3d(0, 3000px, 0);
/* 1086 */   }
/* 1087 */
/* 1088 */   60% {
/* 1089 */     opacity: 1;
/* 1090 */     -webkit-transform: translate3d(0, -20px, 0);
/* 1091 */     transform: translate3d(0, -20px, 0);
/* 1092 */   }
/* 1093 */
/* 1094 */   75% {
/* 1095 */     -webkit-transform: translate3d(0, 10px, 0);
/* 1096 */     transform: translate3d(0, 10px, 0);
/* 1097 */   }
/* 1098 */
/* 1099 */   90% {
/* 1100 */     -webkit-transform: translate3d(0, -5px, 0);

/* animate.css */

/* 1101 */     transform: translate3d(0, -5px, 0);
/* 1102 */   }
/* 1103 */
/* 1104 */   to {
/* 1105 */     -webkit-transform: translate3d(0, 0, 0);
/* 1106 */     transform: translate3d(0, 0, 0);
/* 1107 */   }
/* 1108 */ }
/* 1109 */
/* 1110 */ @keyframes bounceInUp {
/* 1111 */   from,
/* 1112 */   60%,
/* 1113 */   75%,
/* 1114 */   90%,
/* 1115 */   to {
/* 1116 */     -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1117 */     animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
/* 1118 */   }
/* 1119 */
/* 1120 */   from {
/* 1121 */     opacity: 0;
/* 1122 */     -webkit-transform: translate3d(0, 3000px, 0);
/* 1123 */     transform: translate3d(0, 3000px, 0);
/* 1124 */   }
/* 1125 */
/* 1126 */   60% {
/* 1127 */     opacity: 1;
/* 1128 */     -webkit-transform: translate3d(0, -20px, 0);
/* 1129 */     transform: translate3d(0, -20px, 0);
/* 1130 */   }
/* 1131 */
/* 1132 */   75% {
/* 1133 */     -webkit-transform: translate3d(0, 10px, 0);
/* 1134 */     transform: translate3d(0, 10px, 0);
/* 1135 */   }
/* 1136 */
/* 1137 */   90% {
/* 1138 */     -webkit-transform: translate3d(0, -5px, 0);
/* 1139 */     transform: translate3d(0, -5px, 0);
/* 1140 */   }
/* 1141 */
/* 1142 */   to {
/* 1143 */     -webkit-transform: translate3d(0, 0, 0);
/* 1144 */     transform: translate3d(0, 0, 0);
/* 1145 */   }
/* 1146 */ }
/* 1147 */
/* 1148 */ .bounceInUp {
/* 1149 */   -webkit-animation-name: bounceInUp;
/* 1150 */   animation-name: bounceInUp;

/* animate.css */

/* 1151 */ }
/* 1152 */
/* 1153 */ @-webkit-keyframes bounceOut {
/* 1154 */   20% {
/* 1155 */     -webkit-transform: scale3d(0.9, 0.9, 0.9);
/* 1156 */     transform: scale3d(0.9, 0.9, 0.9);
/* 1157 */   }
/* 1158 */
/* 1159 */   50%,
/* 1160 */   55% {
/* 1161 */     opacity: 1;
/* 1162 */     -webkit-transform: scale3d(1.1, 1.1, 1.1);
/* 1163 */     transform: scale3d(1.1, 1.1, 1.1);
/* 1164 */   }
/* 1165 */
/* 1166 */   to {
/* 1167 */     opacity: 0;
/* 1168 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 1169 */     transform: scale3d(0.3, 0.3, 0.3);
/* 1170 */   }
/* 1171 */ }
/* 1172 */
/* 1173 */ @keyframes bounceOut {
/* 1174 */   20% {
/* 1175 */     -webkit-transform: scale3d(0.9, 0.9, 0.9);
/* 1176 */     transform: scale3d(0.9, 0.9, 0.9);
/* 1177 */   }
/* 1178 */
/* 1179 */   50%,
/* 1180 */   55% {
/* 1181 */     opacity: 1;
/* 1182 */     -webkit-transform: scale3d(1.1, 1.1, 1.1);
/* 1183 */     transform: scale3d(1.1, 1.1, 1.1);
/* 1184 */   }
/* 1185 */
/* 1186 */   to {
/* 1187 */     opacity: 0;
/* 1188 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 1189 */     transform: scale3d(0.3, 0.3, 0.3);
/* 1190 */   }
/* 1191 */ }
/* 1192 */
/* 1193 */ .bounceOut {
/* 1194 */   -webkit-animation-duration: 0.75s;
/* 1195 */   animation-duration: 0.75s;
/* 1196 */   -webkit-animation-name: bounceOut;
/* 1197 */   animation-name: bounceOut;
/* 1198 */ }
/* 1199 */
/* 1200 */ @-webkit-keyframes bounceOutDown {

/* animate.css */

/* 1201 */   20% {
/* 1202 */     -webkit-transform: translate3d(0, 10px, 0);
/* 1203 */     transform: translate3d(0, 10px, 0);
/* 1204 */   }
/* 1205 */
/* 1206 */   40%,
/* 1207 */   45% {
/* 1208 */     opacity: 1;
/* 1209 */     -webkit-transform: translate3d(0, -20px, 0);
/* 1210 */     transform: translate3d(0, -20px, 0);
/* 1211 */   }
/* 1212 */
/* 1213 */   to {
/* 1214 */     opacity: 0;
/* 1215 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1216 */     transform: translate3d(0, 2000px, 0);
/* 1217 */   }
/* 1218 */ }
/* 1219 */
/* 1220 */ @keyframes bounceOutDown {
/* 1221 */   20% {
/* 1222 */     -webkit-transform: translate3d(0, 10px, 0);
/* 1223 */     transform: translate3d(0, 10px, 0);
/* 1224 */   }
/* 1225 */
/* 1226 */   40%,
/* 1227 */   45% {
/* 1228 */     opacity: 1;
/* 1229 */     -webkit-transform: translate3d(0, -20px, 0);
/* 1230 */     transform: translate3d(0, -20px, 0);
/* 1231 */   }
/* 1232 */
/* 1233 */   to {
/* 1234 */     opacity: 0;
/* 1235 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1236 */     transform: translate3d(0, 2000px, 0);
/* 1237 */   }
/* 1238 */ }
/* 1239 */
/* 1240 */ .bounceOutDown {
/* 1241 */   -webkit-animation-name: bounceOutDown;
/* 1242 */   animation-name: bounceOutDown;
/* 1243 */ }
/* 1244 */
/* 1245 */ @-webkit-keyframes bounceOutLeft {
/* 1246 */   20% {
/* 1247 */     opacity: 1;
/* 1248 */     -webkit-transform: translate3d(20px, 0, 0);
/* 1249 */     transform: translate3d(20px, 0, 0);
/* 1250 */   }

/* animate.css */

/* 1251 */
/* 1252 */   to {
/* 1253 */     opacity: 0;
/* 1254 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1255 */     transform: translate3d(-2000px, 0, 0);
/* 1256 */   }
/* 1257 */ }
/* 1258 */
/* 1259 */ @keyframes bounceOutLeft {
/* 1260 */   20% {
/* 1261 */     opacity: 1;
/* 1262 */     -webkit-transform: translate3d(20px, 0, 0);
/* 1263 */     transform: translate3d(20px, 0, 0);
/* 1264 */   }
/* 1265 */
/* 1266 */   to {
/* 1267 */     opacity: 0;
/* 1268 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1269 */     transform: translate3d(-2000px, 0, 0);
/* 1270 */   }
/* 1271 */ }
/* 1272 */
/* 1273 */ .bounceOutLeft {
/* 1274 */   -webkit-animation-name: bounceOutLeft;
/* 1275 */   animation-name: bounceOutLeft;
/* 1276 */ }
/* 1277 */
/* 1278 */ @-webkit-keyframes bounceOutRight {
/* 1279 */   20% {
/* 1280 */     opacity: 1;
/* 1281 */     -webkit-transform: translate3d(-20px, 0, 0);
/* 1282 */     transform: translate3d(-20px, 0, 0);
/* 1283 */   }
/* 1284 */
/* 1285 */   to {
/* 1286 */     opacity: 0;
/* 1287 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1288 */     transform: translate3d(2000px, 0, 0);
/* 1289 */   }
/* 1290 */ }
/* 1291 */
/* 1292 */ @keyframes bounceOutRight {
/* 1293 */   20% {
/* 1294 */     opacity: 1;
/* 1295 */     -webkit-transform: translate3d(-20px, 0, 0);
/* 1296 */     transform: translate3d(-20px, 0, 0);
/* 1297 */   }
/* 1298 */
/* 1299 */   to {
/* 1300 */     opacity: 0;

/* animate.css */

/* 1301 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1302 */     transform: translate3d(2000px, 0, 0);
/* 1303 */   }
/* 1304 */ }
/* 1305 */
/* 1306 */ .bounceOutRight {
/* 1307 */   -webkit-animation-name: bounceOutRight;
/* 1308 */   animation-name: bounceOutRight;
/* 1309 */ }
/* 1310 */
/* 1311 */ @-webkit-keyframes bounceOutUp {
/* 1312 */   20% {
/* 1313 */     -webkit-transform: translate3d(0, -10px, 0);
/* 1314 */     transform: translate3d(0, -10px, 0);
/* 1315 */   }
/* 1316 */
/* 1317 */   40%,
/* 1318 */   45% {
/* 1319 */     opacity: 1;
/* 1320 */     -webkit-transform: translate3d(0, 20px, 0);
/* 1321 */     transform: translate3d(0, 20px, 0);
/* 1322 */   }
/* 1323 */
/* 1324 */   to {
/* 1325 */     opacity: 0;
/* 1326 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1327 */     transform: translate3d(0, -2000px, 0);
/* 1328 */   }
/* 1329 */ }
/* 1330 */
/* 1331 */ @keyframes bounceOutUp {
/* 1332 */   20% {
/* 1333 */     -webkit-transform: translate3d(0, -10px, 0);
/* 1334 */     transform: translate3d(0, -10px, 0);
/* 1335 */   }
/* 1336 */
/* 1337 */   40%,
/* 1338 */   45% {
/* 1339 */     opacity: 1;
/* 1340 */     -webkit-transform: translate3d(0, 20px, 0);
/* 1341 */     transform: translate3d(0, 20px, 0);
/* 1342 */   }
/* 1343 */
/* 1344 */   to {
/* 1345 */     opacity: 0;
/* 1346 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1347 */     transform: translate3d(0, -2000px, 0);
/* 1348 */   }
/* 1349 */ }
/* 1350 */

/* animate.css */

/* 1351 */ .bounceOutUp {
/* 1352 */   -webkit-animation-name: bounceOutUp;
/* 1353 */   animation-name: bounceOutUp;
/* 1354 */ }
/* 1355 */
/* 1356 */ @-webkit-keyframes fadeIn {
/* 1357 */   from {
/* 1358 */     opacity: 0;
/* 1359 */   }
/* 1360 */
/* 1361 */   to {
/* 1362 */     opacity: 1;
/* 1363 */   }
/* 1364 */ }
/* 1365 */
/* 1366 */ @keyframes fadeIn {
/* 1367 */   from {
/* 1368 */     opacity: 0;
/* 1369 */   }
/* 1370 */
/* 1371 */   to {
/* 1372 */     opacity: 1;
/* 1373 */   }
/* 1374 */ }
/* 1375 */
/* 1376 */ .fadeIn {
/* 1377 */   -webkit-animation-name: fadeIn;
/* 1378 */   animation-name: fadeIn;
/* 1379 */ }
/* 1380 */
/* 1381 */ @-webkit-keyframes fadeInDown {
/* 1382 */   from {
/* 1383 */     opacity: 0;
/* 1384 */     -webkit-transform: translate3d(0, -100%, 0);
/* 1385 */     transform: translate3d(0, -100%, 0);
/* 1386 */   }
/* 1387 */
/* 1388 */   to {
/* 1389 */     opacity: 1;
/* 1390 */     -webkit-transform: translate3d(0, 0, 0);
/* 1391 */     transform: translate3d(0, 0, 0);
/* 1392 */   }
/* 1393 */ }
/* 1394 */
/* 1395 */ @keyframes fadeInDown {
/* 1396 */   from {
/* 1397 */     opacity: 0;
/* 1398 */     -webkit-transform: translate3d(0, -100%, 0);
/* 1399 */     transform: translate3d(0, -100%, 0);
/* 1400 */   }

/* animate.css */

/* 1401 */
/* 1402 */   to {
/* 1403 */     opacity: 1;
/* 1404 */     -webkit-transform: translate3d(0, 0, 0);
/* 1405 */     transform: translate3d(0, 0, 0);
/* 1406 */   }
/* 1407 */ }
/* 1408 */
/* 1409 */ .fadeInDown {
/* 1410 */   -webkit-animation-name: fadeInDown;
/* 1411 */   animation-name: fadeInDown;
/* 1412 */ }
/* 1413 */
/* 1414 */ @-webkit-keyframes fadeInDownBig {
/* 1415 */   from {
/* 1416 */     opacity: 0;
/* 1417 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1418 */     transform: translate3d(0, -2000px, 0);
/* 1419 */   }
/* 1420 */
/* 1421 */   to {
/* 1422 */     opacity: 1;
/* 1423 */     -webkit-transform: translate3d(0, 0, 0);
/* 1424 */     transform: translate3d(0, 0, 0);
/* 1425 */   }
/* 1426 */ }
/* 1427 */
/* 1428 */ @keyframes fadeInDownBig {
/* 1429 */   from {
/* 1430 */     opacity: 0;
/* 1431 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1432 */     transform: translate3d(0, -2000px, 0);
/* 1433 */   }
/* 1434 */
/* 1435 */   to {
/* 1436 */     opacity: 1;
/* 1437 */     -webkit-transform: translate3d(0, 0, 0);
/* 1438 */     transform: translate3d(0, 0, 0);
/* 1439 */   }
/* 1440 */ }
/* 1441 */
/* 1442 */ .fadeInDownBig {
/* 1443 */   -webkit-animation-name: fadeInDownBig;
/* 1444 */   animation-name: fadeInDownBig;
/* 1445 */ }
/* 1446 */
/* 1447 */ @-webkit-keyframes fadeInLeft {
/* 1448 */   from {
/* 1449 */     opacity: 0;
/* 1450 */     -webkit-transform: translate3d(-100%, 0, 0);

/* animate.css */

/* 1451 */     transform: translate3d(-100%, 0, 0);
/* 1452 */   }
/* 1453 */
/* 1454 */   to {
/* 1455 */     opacity: 1;
/* 1456 */     -webkit-transform: translate3d(0, 0, 0);
/* 1457 */     transform: translate3d(0, 0, 0);
/* 1458 */   }
/* 1459 */ }
/* 1460 */
/* 1461 */ @keyframes fadeInLeft {
/* 1462 */   from {
/* 1463 */     opacity: 0;
/* 1464 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 1465 */     transform: translate3d(-100%, 0, 0);
/* 1466 */   }
/* 1467 */
/* 1468 */   to {
/* 1469 */     opacity: 1;
/* 1470 */     -webkit-transform: translate3d(0, 0, 0);
/* 1471 */     transform: translate3d(0, 0, 0);
/* 1472 */   }
/* 1473 */ }
/* 1474 */
/* 1475 */ .fadeInLeft {
/* 1476 */   -webkit-animation-name: fadeInLeft;
/* 1477 */   animation-name: fadeInLeft;
/* 1478 */ }
/* 1479 */
/* 1480 */ @-webkit-keyframes fadeInLeftBig {
/* 1481 */   from {
/* 1482 */     opacity: 0;
/* 1483 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1484 */     transform: translate3d(-2000px, 0, 0);
/* 1485 */   }
/* 1486 */
/* 1487 */   to {
/* 1488 */     opacity: 1;
/* 1489 */     -webkit-transform: translate3d(0, 0, 0);
/* 1490 */     transform: translate3d(0, 0, 0);
/* 1491 */   }
/* 1492 */ }
/* 1493 */
/* 1494 */ @keyframes fadeInLeftBig {
/* 1495 */   from {
/* 1496 */     opacity: 0;
/* 1497 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1498 */     transform: translate3d(-2000px, 0, 0);
/* 1499 */   }
/* 1500 */

/* animate.css */

/* 1501 */   to {
/* 1502 */     opacity: 1;
/* 1503 */     -webkit-transform: translate3d(0, 0, 0);
/* 1504 */     transform: translate3d(0, 0, 0);
/* 1505 */   }
/* 1506 */ }
/* 1507 */
/* 1508 */ .fadeInLeftBig {
/* 1509 */   -webkit-animation-name: fadeInLeftBig;
/* 1510 */   animation-name: fadeInLeftBig;
/* 1511 */ }
/* 1512 */
/* 1513 */ @-webkit-keyframes fadeInRight {
/* 1514 */   from {
/* 1515 */     opacity: 0;
/* 1516 */     -webkit-transform: translate3d(100%, 0, 0);
/* 1517 */     transform: translate3d(100%, 0, 0);
/* 1518 */   }
/* 1519 */
/* 1520 */   to {
/* 1521 */     opacity: 1;
/* 1522 */     -webkit-transform: translate3d(0, 0, 0);
/* 1523 */     transform: translate3d(0, 0, 0);
/* 1524 */   }
/* 1525 */ }
/* 1526 */
/* 1527 */ @keyframes fadeInRight {
/* 1528 */   from {
/* 1529 */     opacity: 0;
/* 1530 */     -webkit-transform: translate3d(100%, 0, 0);
/* 1531 */     transform: translate3d(100%, 0, 0);
/* 1532 */   }
/* 1533 */
/* 1534 */   to {
/* 1535 */     opacity: 1;
/* 1536 */     -webkit-transform: translate3d(0, 0, 0);
/* 1537 */     transform: translate3d(0, 0, 0);
/* 1538 */   }
/* 1539 */ }
/* 1540 */
/* 1541 */ .fadeInRight {
/* 1542 */   -webkit-animation-name: fadeInRight;
/* 1543 */   animation-name: fadeInRight;
/* 1544 */ }
/* 1545 */
/* 1546 */ @-webkit-keyframes fadeInRightBig {
/* 1547 */   from {
/* 1548 */     opacity: 0;
/* 1549 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1550 */     transform: translate3d(2000px, 0, 0);

/* animate.css */

/* 1551 */   }
/* 1552 */
/* 1553 */   to {
/* 1554 */     opacity: 1;
/* 1555 */     -webkit-transform: translate3d(0, 0, 0);
/* 1556 */     transform: translate3d(0, 0, 0);
/* 1557 */   }
/* 1558 */ }
/* 1559 */
/* 1560 */ @keyframes fadeInRightBig {
/* 1561 */   from {
/* 1562 */     opacity: 0;
/* 1563 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1564 */     transform: translate3d(2000px, 0, 0);
/* 1565 */   }
/* 1566 */
/* 1567 */   to {
/* 1568 */     opacity: 1;
/* 1569 */     -webkit-transform: translate3d(0, 0, 0);
/* 1570 */     transform: translate3d(0, 0, 0);
/* 1571 */   }
/* 1572 */ }
/* 1573 */
/* 1574 */ .fadeInRightBig {
/* 1575 */   -webkit-animation-name: fadeInRightBig;
/* 1576 */   animation-name: fadeInRightBig;
/* 1577 */ }
/* 1578 */
/* 1579 */ @-webkit-keyframes fadeInUp {
/* 1580 */   from {
/* 1581 */     opacity: 0;
/* 1582 */     -webkit-transform: translate3d(0, 100%, 0);
/* 1583 */     transform: translate3d(0, 100%, 0);
/* 1584 */   }
/* 1585 */
/* 1586 */   to {
/* 1587 */     opacity: 1;
/* 1588 */     -webkit-transform: translate3d(0, 0, 0);
/* 1589 */     transform: translate3d(0, 0, 0);
/* 1590 */   }
/* 1591 */ }
/* 1592 */
/* 1593 */ @keyframes fadeInUp {
/* 1594 */   from {
/* 1595 */     opacity: 0;
/* 1596 */     -webkit-transform: translate3d(0, 100%, 0);
/* 1597 */     transform: translate3d(0, 100%, 0);
/* 1598 */   }
/* 1599 */
/* 1600 */   to {

/* animate.css */

/* 1601 */     opacity: 1;
/* 1602 */     -webkit-transform: translate3d(0, 0, 0);
/* 1603 */     transform: translate3d(0, 0, 0);
/* 1604 */   }
/* 1605 */ }
/* 1606 */
/* 1607 */ .fadeInUp {
/* 1608 */   -webkit-animation-name: fadeInUp;
/* 1609 */   animation-name: fadeInUp;
/* 1610 */ }
/* 1611 */
/* 1612 */ @-webkit-keyframes fadeInUpBig {
/* 1613 */   from {
/* 1614 */     opacity: 0;
/* 1615 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1616 */     transform: translate3d(0, 2000px, 0);
/* 1617 */   }
/* 1618 */
/* 1619 */   to {
/* 1620 */     opacity: 1;
/* 1621 */     -webkit-transform: translate3d(0, 0, 0);
/* 1622 */     transform: translate3d(0, 0, 0);
/* 1623 */   }
/* 1624 */ }
/* 1625 */
/* 1626 */ @keyframes fadeInUpBig {
/* 1627 */   from {
/* 1628 */     opacity: 0;
/* 1629 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1630 */     transform: translate3d(0, 2000px, 0);
/* 1631 */   }
/* 1632 */
/* 1633 */   to {
/* 1634 */     opacity: 1;
/* 1635 */     -webkit-transform: translate3d(0, 0, 0);
/* 1636 */     transform: translate3d(0, 0, 0);
/* 1637 */   }
/* 1638 */ }
/* 1639 */
/* 1640 */ .fadeInUpBig {
/* 1641 */   -webkit-animation-name: fadeInUpBig;
/* 1642 */   animation-name: fadeInUpBig;
/* 1643 */ }
/* 1644 */
/* 1645 */ @-webkit-keyframes fadeOut {
/* 1646 */   from {
/* 1647 */     opacity: 1;
/* 1648 */   }
/* 1649 */
/* 1650 */   to {

/* animate.css */

/* 1651 */     opacity: 0;
/* 1652 */   }
/* 1653 */ }
/* 1654 */
/* 1655 */ @keyframes fadeOut {
/* 1656 */   from {
/* 1657 */     opacity: 1;
/* 1658 */   }
/* 1659 */
/* 1660 */   to {
/* 1661 */     opacity: 0;
/* 1662 */   }
/* 1663 */ }
/* 1664 */
/* 1665 */ .fadeOut {
/* 1666 */   -webkit-animation-name: fadeOut;
/* 1667 */   animation-name: fadeOut;
/* 1668 */ }
/* 1669 */
/* 1670 */ @-webkit-keyframes fadeOutDown {
/* 1671 */   from {
/* 1672 */     opacity: 1;
/* 1673 */   }
/* 1674 */
/* 1675 */   to {
/* 1676 */     opacity: 0;
/* 1677 */     -webkit-transform: translate3d(0, 100%, 0);
/* 1678 */     transform: translate3d(0, 100%, 0);
/* 1679 */   }
/* 1680 */ }
/* 1681 */
/* 1682 */ @keyframes fadeOutDown {
/* 1683 */   from {
/* 1684 */     opacity: 1;
/* 1685 */   }
/* 1686 */
/* 1687 */   to {
/* 1688 */     opacity: 0;
/* 1689 */     -webkit-transform: translate3d(0, 100%, 0);
/* 1690 */     transform: translate3d(0, 100%, 0);
/* 1691 */   }
/* 1692 */ }
/* 1693 */
/* 1694 */ .fadeOutDown {
/* 1695 */   -webkit-animation-name: fadeOutDown;
/* 1696 */   animation-name: fadeOutDown;
/* 1697 */ }
/* 1698 */
/* 1699 */ @-webkit-keyframes fadeOutDownBig {
/* 1700 */   from {

/* animate.css */

/* 1701 */     opacity: 1;
/* 1702 */   }
/* 1703 */
/* 1704 */   to {
/* 1705 */     opacity: 0;
/* 1706 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1707 */     transform: translate3d(0, 2000px, 0);
/* 1708 */   }
/* 1709 */ }
/* 1710 */
/* 1711 */ @keyframes fadeOutDownBig {
/* 1712 */   from {
/* 1713 */     opacity: 1;
/* 1714 */   }
/* 1715 */
/* 1716 */   to {
/* 1717 */     opacity: 0;
/* 1718 */     -webkit-transform: translate3d(0, 2000px, 0);
/* 1719 */     transform: translate3d(0, 2000px, 0);
/* 1720 */   }
/* 1721 */ }
/* 1722 */
/* 1723 */ .fadeOutDownBig {
/* 1724 */   -webkit-animation-name: fadeOutDownBig;
/* 1725 */   animation-name: fadeOutDownBig;
/* 1726 */ }
/* 1727 */
/* 1728 */ @-webkit-keyframes fadeOutLeft {
/* 1729 */   from {
/* 1730 */     opacity: 1;
/* 1731 */   }
/* 1732 */
/* 1733 */   to {
/* 1734 */     opacity: 0;
/* 1735 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 1736 */     transform: translate3d(-100%, 0, 0);
/* 1737 */   }
/* 1738 */ }
/* 1739 */
/* 1740 */ @keyframes fadeOutLeft {
/* 1741 */   from {
/* 1742 */     opacity: 1;
/* 1743 */   }
/* 1744 */
/* 1745 */   to {
/* 1746 */     opacity: 0;
/* 1747 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 1748 */     transform: translate3d(-100%, 0, 0);
/* 1749 */   }
/* 1750 */ }

/* animate.css */

/* 1751 */
/* 1752 */ .fadeOutLeft {
/* 1753 */   -webkit-animation-name: fadeOutLeft;
/* 1754 */   animation-name: fadeOutLeft;
/* 1755 */ }
/* 1756 */
/* 1757 */ @-webkit-keyframes fadeOutLeftBig {
/* 1758 */   from {
/* 1759 */     opacity: 1;
/* 1760 */   }
/* 1761 */
/* 1762 */   to {
/* 1763 */     opacity: 0;
/* 1764 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1765 */     transform: translate3d(-2000px, 0, 0);
/* 1766 */   }
/* 1767 */ }
/* 1768 */
/* 1769 */ @keyframes fadeOutLeftBig {
/* 1770 */   from {
/* 1771 */     opacity: 1;
/* 1772 */   }
/* 1773 */
/* 1774 */   to {
/* 1775 */     opacity: 0;
/* 1776 */     -webkit-transform: translate3d(-2000px, 0, 0);
/* 1777 */     transform: translate3d(-2000px, 0, 0);
/* 1778 */   }
/* 1779 */ }
/* 1780 */
/* 1781 */ .fadeOutLeftBig {
/* 1782 */   -webkit-animation-name: fadeOutLeftBig;
/* 1783 */   animation-name: fadeOutLeftBig;
/* 1784 */ }
/* 1785 */
/* 1786 */ @-webkit-keyframes fadeOutRight {
/* 1787 */   from {
/* 1788 */     opacity: 1;
/* 1789 */   }
/* 1790 */
/* 1791 */   to {
/* 1792 */     opacity: 0;
/* 1793 */     -webkit-transform: translate3d(100%, 0, 0);
/* 1794 */     transform: translate3d(100%, 0, 0);
/* 1795 */   }
/* 1796 */ }
/* 1797 */
/* 1798 */ @keyframes fadeOutRight {
/* 1799 */   from {
/* 1800 */     opacity: 1;

/* animate.css */

/* 1801 */   }
/* 1802 */
/* 1803 */   to {
/* 1804 */     opacity: 0;
/* 1805 */     -webkit-transform: translate3d(100%, 0, 0);
/* 1806 */     transform: translate3d(100%, 0, 0);
/* 1807 */   }
/* 1808 */ }
/* 1809 */
/* 1810 */ .fadeOutRight {
/* 1811 */   -webkit-animation-name: fadeOutRight;
/* 1812 */   animation-name: fadeOutRight;
/* 1813 */ }
/* 1814 */
/* 1815 */ @-webkit-keyframes fadeOutRightBig {
/* 1816 */   from {
/* 1817 */     opacity: 1;
/* 1818 */   }
/* 1819 */
/* 1820 */   to {
/* 1821 */     opacity: 0;
/* 1822 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1823 */     transform: translate3d(2000px, 0, 0);
/* 1824 */   }
/* 1825 */ }
/* 1826 */
/* 1827 */ @keyframes fadeOutRightBig {
/* 1828 */   from {
/* 1829 */     opacity: 1;
/* 1830 */   }
/* 1831 */
/* 1832 */   to {
/* 1833 */     opacity: 0;
/* 1834 */     -webkit-transform: translate3d(2000px, 0, 0);
/* 1835 */     transform: translate3d(2000px, 0, 0);
/* 1836 */   }
/* 1837 */ }
/* 1838 */
/* 1839 */ .fadeOutRightBig {
/* 1840 */   -webkit-animation-name: fadeOutRightBig;
/* 1841 */   animation-name: fadeOutRightBig;
/* 1842 */ }
/* 1843 */
/* 1844 */ @-webkit-keyframes fadeOutUp {
/* 1845 */   from {
/* 1846 */     opacity: 1;
/* 1847 */   }
/* 1848 */
/* 1849 */   to {
/* 1850 */     opacity: 0;

/* animate.css */

/* 1851 */     -webkit-transform: translate3d(0, -100%, 0);
/* 1852 */     transform: translate3d(0, -100%, 0);
/* 1853 */   }
/* 1854 */ }
/* 1855 */
/* 1856 */ @keyframes fadeOutUp {
/* 1857 */   from {
/* 1858 */     opacity: 1;
/* 1859 */   }
/* 1860 */
/* 1861 */   to {
/* 1862 */     opacity: 0;
/* 1863 */     -webkit-transform: translate3d(0, -100%, 0);
/* 1864 */     transform: translate3d(0, -100%, 0);
/* 1865 */   }
/* 1866 */ }
/* 1867 */
/* 1868 */ .fadeOutUp {
/* 1869 */   -webkit-animation-name: fadeOutUp;
/* 1870 */   animation-name: fadeOutUp;
/* 1871 */ }
/* 1872 */
/* 1873 */ @-webkit-keyframes fadeOutUpBig {
/* 1874 */   from {
/* 1875 */     opacity: 1;
/* 1876 */   }
/* 1877 */
/* 1878 */   to {
/* 1879 */     opacity: 0;
/* 1880 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1881 */     transform: translate3d(0, -2000px, 0);
/* 1882 */   }
/* 1883 */ }
/* 1884 */
/* 1885 */ @keyframes fadeOutUpBig {
/* 1886 */   from {
/* 1887 */     opacity: 1;
/* 1888 */   }
/* 1889 */
/* 1890 */   to {
/* 1891 */     opacity: 0;
/* 1892 */     -webkit-transform: translate3d(0, -2000px, 0);
/* 1893 */     transform: translate3d(0, -2000px, 0);
/* 1894 */   }
/* 1895 */ }
/* 1896 */
/* 1897 */ .fadeOutUpBig {
/* 1898 */   -webkit-animation-name: fadeOutUpBig;
/* 1899 */   animation-name: fadeOutUpBig;
/* 1900 */ }

/* animate.css */

/* 1901 */
/* 1902 */ @-webkit-keyframes flip {
/* 1903 */   from {
/* 1904 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
/* 1905 */       rotate3d(0, 1, 0, -360deg);
/* 1906 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
/* 1907 */     -webkit-animation-timing-function: ease-out;
/* 1908 */     animation-timing-function: ease-out;
/* 1909 */   }
/* 1910 */
/* 1911 */   40% {
/* 1912 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1913 */       rotate3d(0, 1, 0, -190deg);
/* 1914 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1915 */       rotate3d(0, 1, 0, -190deg);
/* 1916 */     -webkit-animation-timing-function: ease-out;
/* 1917 */     animation-timing-function: ease-out;
/* 1918 */   }
/* 1919 */
/* 1920 */   50% {
/* 1921 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1922 */       rotate3d(0, 1, 0, -170deg);
/* 1923 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1924 */       rotate3d(0, 1, 0, -170deg);
/* 1925 */     -webkit-animation-timing-function: ease-in;
/* 1926 */     animation-timing-function: ease-in;
/* 1927 */   }
/* 1928 */
/* 1929 */   80% {
/* 1930 */     -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
/* 1931 */       rotate3d(0, 1, 0, 0deg);
/* 1932 */     transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
/* 1933 */       rotate3d(0, 1, 0, 0deg);
/* 1934 */     -webkit-animation-timing-function: ease-in;
/* 1935 */     animation-timing-function: ease-in;
/* 1936 */   }
/* 1937 */
/* 1938 */   to {
/* 1939 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
/* 1940 */       rotate3d(0, 1, 0, 0deg);
/* 1941 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
/* 1942 */     -webkit-animation-timing-function: ease-in;
/* 1943 */     animation-timing-function: ease-in;
/* 1944 */   }
/* 1945 */ }
/* 1946 */
/* 1947 */ @keyframes flip {
/* 1948 */   from {
/* 1949 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
/* 1950 */       rotate3d(0, 1, 0, -360deg);

/* animate.css */

/* 1951 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
/* 1952 */     -webkit-animation-timing-function: ease-out;
/* 1953 */     animation-timing-function: ease-out;
/* 1954 */   }
/* 1955 */
/* 1956 */   40% {
/* 1957 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1958 */       rotate3d(0, 1, 0, -190deg);
/* 1959 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1960 */       rotate3d(0, 1, 0, -190deg);
/* 1961 */     -webkit-animation-timing-function: ease-out;
/* 1962 */     animation-timing-function: ease-out;
/* 1963 */   }
/* 1964 */
/* 1965 */   50% {
/* 1966 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1967 */       rotate3d(0, 1, 0, -170deg);
/* 1968 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
/* 1969 */       rotate3d(0, 1, 0, -170deg);
/* 1970 */     -webkit-animation-timing-function: ease-in;
/* 1971 */     animation-timing-function: ease-in;
/* 1972 */   }
/* 1973 */
/* 1974 */   80% {
/* 1975 */     -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
/* 1976 */       rotate3d(0, 1, 0, 0deg);
/* 1977 */     transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
/* 1978 */       rotate3d(0, 1, 0, 0deg);
/* 1979 */     -webkit-animation-timing-function: ease-in;
/* 1980 */     animation-timing-function: ease-in;
/* 1981 */   }
/* 1982 */
/* 1983 */   to {
/* 1984 */     -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
/* 1985 */       rotate3d(0, 1, 0, 0deg);
/* 1986 */     transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
/* 1987 */     -webkit-animation-timing-function: ease-in;
/* 1988 */     animation-timing-function: ease-in;
/* 1989 */   }
/* 1990 */ }
/* 1991 */
/* 1992 */ .animated.flip {
/* 1993 */   -webkit-backface-visibility: visible;
/* 1994 */   backface-visibility: visible;
/* 1995 */   -webkit-animation-name: flip;
/* 1996 */   animation-name: flip;
/* 1997 */ }
/* 1998 */
/* 1999 */ @-webkit-keyframes flipInX {
/* 2000 */   from {

/* animate.css */

/* 2001 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2002 */     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2003 */     -webkit-animation-timing-function: ease-in;
/* 2004 */     animation-timing-function: ease-in;
/* 2005 */     opacity: 0;
/* 2006 */   }
/* 2007 */
/* 2008 */   40% {
/* 2009 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2010 */     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2011 */     -webkit-animation-timing-function: ease-in;
/* 2012 */     animation-timing-function: ease-in;
/* 2013 */   }
/* 2014 */
/* 2015 */   60% {
/* 2016 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
/* 2017 */     transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
/* 2018 */     opacity: 1;
/* 2019 */   }
/* 2020 */
/* 2021 */   80% {
/* 2022 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
/* 2023 */     transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
/* 2024 */   }
/* 2025 */
/* 2026 */   to {
/* 2027 */     -webkit-transform: perspective(400px);
/* 2028 */     transform: perspective(400px);
/* 2029 */   }
/* 2030 */ }
/* 2031 */
/* 2032 */ @keyframes flipInX {
/* 2033 */   from {
/* 2034 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2035 */     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2036 */     -webkit-animation-timing-function: ease-in;
/* 2037 */     animation-timing-function: ease-in;
/* 2038 */     opacity: 0;
/* 2039 */   }
/* 2040 */
/* 2041 */   40% {
/* 2042 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2043 */     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2044 */     -webkit-animation-timing-function: ease-in;
/* 2045 */     animation-timing-function: ease-in;
/* 2046 */   }
/* 2047 */
/* 2048 */   60% {
/* 2049 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
/* 2050 */     transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

/* animate.css */

/* 2051 */     opacity: 1;
/* 2052 */   }
/* 2053 */
/* 2054 */   80% {
/* 2055 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
/* 2056 */     transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
/* 2057 */   }
/* 2058 */
/* 2059 */   to {
/* 2060 */     -webkit-transform: perspective(400px);
/* 2061 */     transform: perspective(400px);
/* 2062 */   }
/* 2063 */ }
/* 2064 */
/* 2065 */ .flipInX {
/* 2066 */   -webkit-backface-visibility: visible !important;
/* 2067 */   backface-visibility: visible !important;
/* 2068 */   -webkit-animation-name: flipInX;
/* 2069 */   animation-name: flipInX;
/* 2070 */ }
/* 2071 */
/* 2072 */ @-webkit-keyframes flipInY {
/* 2073 */   from {
/* 2074 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2075 */     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2076 */     -webkit-animation-timing-function: ease-in;
/* 2077 */     animation-timing-function: ease-in;
/* 2078 */     opacity: 0;
/* 2079 */   }
/* 2080 */
/* 2081 */   40% {
/* 2082 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
/* 2083 */     transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
/* 2084 */     -webkit-animation-timing-function: ease-in;
/* 2085 */     animation-timing-function: ease-in;
/* 2086 */   }
/* 2087 */
/* 2088 */   60% {
/* 2089 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* 2090 */     transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* 2091 */     opacity: 1;
/* 2092 */   }
/* 2093 */
/* 2094 */   80% {
/* 2095 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
/* 2096 */     transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
/* 2097 */   }
/* 2098 */
/* 2099 */   to {
/* 2100 */     -webkit-transform: perspective(400px);

/* animate.css */

/* 2101 */     transform: perspective(400px);
/* 2102 */   }
/* 2103 */ }
/* 2104 */
/* 2105 */ @keyframes flipInY {
/* 2106 */   from {
/* 2107 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2108 */     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2109 */     -webkit-animation-timing-function: ease-in;
/* 2110 */     animation-timing-function: ease-in;
/* 2111 */     opacity: 0;
/* 2112 */   }
/* 2113 */
/* 2114 */   40% {
/* 2115 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
/* 2116 */     transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
/* 2117 */     -webkit-animation-timing-function: ease-in;
/* 2118 */     animation-timing-function: ease-in;
/* 2119 */   }
/* 2120 */
/* 2121 */   60% {
/* 2122 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* 2123 */     transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* 2124 */     opacity: 1;
/* 2125 */   }
/* 2126 */
/* 2127 */   80% {
/* 2128 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
/* 2129 */     transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
/* 2130 */   }
/* 2131 */
/* 2132 */   to {
/* 2133 */     -webkit-transform: perspective(400px);
/* 2134 */     transform: perspective(400px);
/* 2135 */   }
/* 2136 */ }
/* 2137 */
/* 2138 */ .flipInY {
/* 2139 */   -webkit-backface-visibility: visible !important;
/* 2140 */   backface-visibility: visible !important;
/* 2141 */   -webkit-animation-name: flipInY;
/* 2142 */   animation-name: flipInY;
/* 2143 */ }
/* 2144 */
/* 2145 */ @-webkit-keyframes flipOutX {
/* 2146 */   from {
/* 2147 */     -webkit-transform: perspective(400px);
/* 2148 */     transform: perspective(400px);
/* 2149 */   }
/* 2150 */

/* animate.css */

/* 2151 */   30% {
/* 2152 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2153 */     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2154 */     opacity: 1;
/* 2155 */   }
/* 2156 */
/* 2157 */   to {
/* 2158 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2159 */     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2160 */     opacity: 0;
/* 2161 */   }
/* 2162 */ }
/* 2163 */
/* 2164 */ @keyframes flipOutX {
/* 2165 */   from {
/* 2166 */     -webkit-transform: perspective(400px);
/* 2167 */     transform: perspective(400px);
/* 2168 */   }
/* 2169 */
/* 2170 */   30% {
/* 2171 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2172 */     transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* 2173 */     opacity: 1;
/* 2174 */   }
/* 2175 */
/* 2176 */   to {
/* 2177 */     -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2178 */     transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* 2179 */     opacity: 0;
/* 2180 */   }
/* 2181 */ }
/* 2182 */
/* 2183 */ .flipOutX {
/* 2184 */   -webkit-animation-duration: 0.75s;
/* 2185 */   animation-duration: 0.75s;
/* 2186 */   -webkit-animation-name: flipOutX;
/* 2187 */   animation-name: flipOutX;
/* 2188 */   -webkit-backface-visibility: visible !important;
/* 2189 */   backface-visibility: visible !important;
/* 2190 */ }
/* 2191 */
/* 2192 */ @-webkit-keyframes flipOutY {
/* 2193 */   from {
/* 2194 */     -webkit-transform: perspective(400px);
/* 2195 */     transform: perspective(400px);
/* 2196 */   }
/* 2197 */
/* 2198 */   30% {
/* 2199 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
/* 2200 */     transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

/* animate.css */

/* 2201 */     opacity: 1;
/* 2202 */   }
/* 2203 */
/* 2204 */   to {
/* 2205 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2206 */     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2207 */     opacity: 0;
/* 2208 */   }
/* 2209 */ }
/* 2210 */
/* 2211 */ @keyframes flipOutY {
/* 2212 */   from {
/* 2213 */     -webkit-transform: perspective(400px);
/* 2214 */     transform: perspective(400px);
/* 2215 */   }
/* 2216 */
/* 2217 */   30% {
/* 2218 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
/* 2219 */     transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
/* 2220 */     opacity: 1;
/* 2221 */   }
/* 2222 */
/* 2223 */   to {
/* 2224 */     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2225 */     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* 2226 */     opacity: 0;
/* 2227 */   }
/* 2228 */ }
/* 2229 */
/* 2230 */ .flipOutY {
/* 2231 */   -webkit-animation-duration: 0.75s;
/* 2232 */   animation-duration: 0.75s;
/* 2233 */   -webkit-backface-visibility: visible !important;
/* 2234 */   backface-visibility: visible !important;
/* 2235 */   -webkit-animation-name: flipOutY;
/* 2236 */   animation-name: flipOutY;
/* 2237 */ }
/* 2238 */
/* 2239 */ @-webkit-keyframes lightSpeedIn {
/* 2240 */   from {
/* 2241 */     -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
/* 2242 */     transform: translate3d(100%, 0, 0) skewX(-30deg);
/* 2243 */     opacity: 0;
/* 2244 */   }
/* 2245 */
/* 2246 */   60% {
/* 2247 */     -webkit-transform: skewX(20deg);
/* 2248 */     transform: skewX(20deg);
/* 2249 */     opacity: 1;
/* 2250 */   }

/* animate.css */

/* 2251 */
/* 2252 */   80% {
/* 2253 */     -webkit-transform: skewX(-5deg);
/* 2254 */     transform: skewX(-5deg);
/* 2255 */   }
/* 2256 */
/* 2257 */   to {
/* 2258 */     -webkit-transform: translate3d(0, 0, 0);
/* 2259 */     transform: translate3d(0, 0, 0);
/* 2260 */   }
/* 2261 */ }
/* 2262 */
/* 2263 */ @keyframes lightSpeedIn {
/* 2264 */   from {
/* 2265 */     -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
/* 2266 */     transform: translate3d(100%, 0, 0) skewX(-30deg);
/* 2267 */     opacity: 0;
/* 2268 */   }
/* 2269 */
/* 2270 */   60% {
/* 2271 */     -webkit-transform: skewX(20deg);
/* 2272 */     transform: skewX(20deg);
/* 2273 */     opacity: 1;
/* 2274 */   }
/* 2275 */
/* 2276 */   80% {
/* 2277 */     -webkit-transform: skewX(-5deg);
/* 2278 */     transform: skewX(-5deg);
/* 2279 */   }
/* 2280 */
/* 2281 */   to {
/* 2282 */     -webkit-transform: translate3d(0, 0, 0);
/* 2283 */     transform: translate3d(0, 0, 0);
/* 2284 */   }
/* 2285 */ }
/* 2286 */
/* 2287 */ .lightSpeedIn {
/* 2288 */   -webkit-animation-name: lightSpeedIn;
/* 2289 */   animation-name: lightSpeedIn;
/* 2290 */   -webkit-animation-timing-function: ease-out;
/* 2291 */   animation-timing-function: ease-out;
/* 2292 */ }
/* 2293 */
/* 2294 */ @-webkit-keyframes lightSpeedOut {
/* 2295 */   from {
/* 2296 */     opacity: 1;
/* 2297 */   }
/* 2298 */
/* 2299 */   to {
/* 2300 */     -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

/* animate.css */

/* 2301 */     transform: translate3d(100%, 0, 0) skewX(30deg);
/* 2302 */     opacity: 0;
/* 2303 */   }
/* 2304 */ }
/* 2305 */
/* 2306 */ @keyframes lightSpeedOut {
/* 2307 */   from {
/* 2308 */     opacity: 1;
/* 2309 */   }
/* 2310 */
/* 2311 */   to {
/* 2312 */     -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
/* 2313 */     transform: translate3d(100%, 0, 0) skewX(30deg);
/* 2314 */     opacity: 0;
/* 2315 */   }
/* 2316 */ }
/* 2317 */
/* 2318 */ .lightSpeedOut {
/* 2319 */   -webkit-animation-name: lightSpeedOut;
/* 2320 */   animation-name: lightSpeedOut;
/* 2321 */   -webkit-animation-timing-function: ease-in;
/* 2322 */   animation-timing-function: ease-in;
/* 2323 */ }
/* 2324 */
/* 2325 */ @-webkit-keyframes rotateIn {
/* 2326 */   from {
/* 2327 */     -webkit-transform-origin: center;
/* 2328 */     transform-origin: center;
/* 2329 */     -webkit-transform: rotate3d(0, 0, 1, -200deg);
/* 2330 */     transform: rotate3d(0, 0, 1, -200deg);
/* 2331 */     opacity: 0;
/* 2332 */   }
/* 2333 */
/* 2334 */   to {
/* 2335 */     -webkit-transform-origin: center;
/* 2336 */     transform-origin: center;
/* 2337 */     -webkit-transform: translate3d(0, 0, 0);
/* 2338 */     transform: translate3d(0, 0, 0);
/* 2339 */     opacity: 1;
/* 2340 */   }
/* 2341 */ }
/* 2342 */
/* 2343 */ @keyframes rotateIn {
/* 2344 */   from {
/* 2345 */     -webkit-transform-origin: center;
/* 2346 */     transform-origin: center;
/* 2347 */     -webkit-transform: rotate3d(0, 0, 1, -200deg);
/* 2348 */     transform: rotate3d(0, 0, 1, -200deg);
/* 2349 */     opacity: 0;
/* 2350 */   }

/* animate.css */

/* 2351 */
/* 2352 */   to {
/* 2353 */     -webkit-transform-origin: center;
/* 2354 */     transform-origin: center;
/* 2355 */     -webkit-transform: translate3d(0, 0, 0);
/* 2356 */     transform: translate3d(0, 0, 0);
/* 2357 */     opacity: 1;
/* 2358 */   }
/* 2359 */ }
/* 2360 */
/* 2361 */ .rotateIn {
/* 2362 */   -webkit-animation-name: rotateIn;
/* 2363 */   animation-name: rotateIn;
/* 2364 */ }
/* 2365 */
/* 2366 */ @-webkit-keyframes rotateInDownLeft {
/* 2367 */   from {
/* 2368 */     -webkit-transform-origin: left bottom;
/* 2369 */     transform-origin: left bottom;
/* 2370 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2371 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2372 */     opacity: 0;
/* 2373 */   }
/* 2374 */
/* 2375 */   to {
/* 2376 */     -webkit-transform-origin: left bottom;
/* 2377 */     transform-origin: left bottom;
/* 2378 */     -webkit-transform: translate3d(0, 0, 0);
/* 2379 */     transform: translate3d(0, 0, 0);
/* 2380 */     opacity: 1;
/* 2381 */   }
/* 2382 */ }
/* 2383 */
/* 2384 */ @keyframes rotateInDownLeft {
/* 2385 */   from {
/* 2386 */     -webkit-transform-origin: left bottom;
/* 2387 */     transform-origin: left bottom;
/* 2388 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2389 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2390 */     opacity: 0;
/* 2391 */   }
/* 2392 */
/* 2393 */   to {
/* 2394 */     -webkit-transform-origin: left bottom;
/* 2395 */     transform-origin: left bottom;
/* 2396 */     -webkit-transform: translate3d(0, 0, 0);
/* 2397 */     transform: translate3d(0, 0, 0);
/* 2398 */     opacity: 1;
/* 2399 */   }
/* 2400 */ }

/* animate.css */

/* 2401 */
/* 2402 */ .rotateInDownLeft {
/* 2403 */   -webkit-animation-name: rotateInDownLeft;
/* 2404 */   animation-name: rotateInDownLeft;
/* 2405 */ }
/* 2406 */
/* 2407 */ @-webkit-keyframes rotateInDownRight {
/* 2408 */   from {
/* 2409 */     -webkit-transform-origin: right bottom;
/* 2410 */     transform-origin: right bottom;
/* 2411 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2412 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2413 */     opacity: 0;
/* 2414 */   }
/* 2415 */
/* 2416 */   to {
/* 2417 */     -webkit-transform-origin: right bottom;
/* 2418 */     transform-origin: right bottom;
/* 2419 */     -webkit-transform: translate3d(0, 0, 0);
/* 2420 */     transform: translate3d(0, 0, 0);
/* 2421 */     opacity: 1;
/* 2422 */   }
/* 2423 */ }
/* 2424 */
/* 2425 */ @keyframes rotateInDownRight {
/* 2426 */   from {
/* 2427 */     -webkit-transform-origin: right bottom;
/* 2428 */     transform-origin: right bottom;
/* 2429 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2430 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2431 */     opacity: 0;
/* 2432 */   }
/* 2433 */
/* 2434 */   to {
/* 2435 */     -webkit-transform-origin: right bottom;
/* 2436 */     transform-origin: right bottom;
/* 2437 */     -webkit-transform: translate3d(0, 0, 0);
/* 2438 */     transform: translate3d(0, 0, 0);
/* 2439 */     opacity: 1;
/* 2440 */   }
/* 2441 */ }
/* 2442 */
/* 2443 */ .rotateInDownRight {
/* 2444 */   -webkit-animation-name: rotateInDownRight;
/* 2445 */   animation-name: rotateInDownRight;
/* 2446 */ }
/* 2447 */
/* 2448 */ @-webkit-keyframes rotateInUpLeft {
/* 2449 */   from {
/* 2450 */     -webkit-transform-origin: left bottom;

/* animate.css */

/* 2451 */     transform-origin: left bottom;
/* 2452 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2453 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2454 */     opacity: 0;
/* 2455 */   }
/* 2456 */
/* 2457 */   to {
/* 2458 */     -webkit-transform-origin: left bottom;
/* 2459 */     transform-origin: left bottom;
/* 2460 */     -webkit-transform: translate3d(0, 0, 0);
/* 2461 */     transform: translate3d(0, 0, 0);
/* 2462 */     opacity: 1;
/* 2463 */   }
/* 2464 */ }
/* 2465 */
/* 2466 */ @keyframes rotateInUpLeft {
/* 2467 */   from {
/* 2468 */     -webkit-transform-origin: left bottom;
/* 2469 */     transform-origin: left bottom;
/* 2470 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2471 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2472 */     opacity: 0;
/* 2473 */   }
/* 2474 */
/* 2475 */   to {
/* 2476 */     -webkit-transform-origin: left bottom;
/* 2477 */     transform-origin: left bottom;
/* 2478 */     -webkit-transform: translate3d(0, 0, 0);
/* 2479 */     transform: translate3d(0, 0, 0);
/* 2480 */     opacity: 1;
/* 2481 */   }
/* 2482 */ }
/* 2483 */
/* 2484 */ .rotateInUpLeft {
/* 2485 */   -webkit-animation-name: rotateInUpLeft;
/* 2486 */   animation-name: rotateInUpLeft;
/* 2487 */ }
/* 2488 */
/* 2489 */ @-webkit-keyframes rotateInUpRight {
/* 2490 */   from {
/* 2491 */     -webkit-transform-origin: right bottom;
/* 2492 */     transform-origin: right bottom;
/* 2493 */     -webkit-transform: rotate3d(0, 0, 1, -90deg);
/* 2494 */     transform: rotate3d(0, 0, 1, -90deg);
/* 2495 */     opacity: 0;
/* 2496 */   }
/* 2497 */
/* 2498 */   to {
/* 2499 */     -webkit-transform-origin: right bottom;
/* 2500 */     transform-origin: right bottom;

/* animate.css */

/* 2501 */     -webkit-transform: translate3d(0, 0, 0);
/* 2502 */     transform: translate3d(0, 0, 0);
/* 2503 */     opacity: 1;
/* 2504 */   }
/* 2505 */ }
/* 2506 */
/* 2507 */ @keyframes rotateInUpRight {
/* 2508 */   from {
/* 2509 */     -webkit-transform-origin: right bottom;
/* 2510 */     transform-origin: right bottom;
/* 2511 */     -webkit-transform: rotate3d(0, 0, 1, -90deg);
/* 2512 */     transform: rotate3d(0, 0, 1, -90deg);
/* 2513 */     opacity: 0;
/* 2514 */   }
/* 2515 */
/* 2516 */   to {
/* 2517 */     -webkit-transform-origin: right bottom;
/* 2518 */     transform-origin: right bottom;
/* 2519 */     -webkit-transform: translate3d(0, 0, 0);
/* 2520 */     transform: translate3d(0, 0, 0);
/* 2521 */     opacity: 1;
/* 2522 */   }
/* 2523 */ }
/* 2524 */
/* 2525 */ .rotateInUpRight {
/* 2526 */   -webkit-animation-name: rotateInUpRight;
/* 2527 */   animation-name: rotateInUpRight;
/* 2528 */ }
/* 2529 */
/* 2530 */ @-webkit-keyframes rotateOut {
/* 2531 */   from {
/* 2532 */     -webkit-transform-origin: center;
/* 2533 */     transform-origin: center;
/* 2534 */     opacity: 1;
/* 2535 */   }
/* 2536 */
/* 2537 */   to {
/* 2538 */     -webkit-transform-origin: center;
/* 2539 */     transform-origin: center;
/* 2540 */     -webkit-transform: rotate3d(0, 0, 1, 200deg);
/* 2541 */     transform: rotate3d(0, 0, 1, 200deg);
/* 2542 */     opacity: 0;
/* 2543 */   }
/* 2544 */ }
/* 2545 */
/* 2546 */ @keyframes rotateOut {
/* 2547 */   from {
/* 2548 */     -webkit-transform-origin: center;
/* 2549 */     transform-origin: center;
/* 2550 */     opacity: 1;

/* animate.css */

/* 2551 */   }
/* 2552 */
/* 2553 */   to {
/* 2554 */     -webkit-transform-origin: center;
/* 2555 */     transform-origin: center;
/* 2556 */     -webkit-transform: rotate3d(0, 0, 1, 200deg);
/* 2557 */     transform: rotate3d(0, 0, 1, 200deg);
/* 2558 */     opacity: 0;
/* 2559 */   }
/* 2560 */ }
/* 2561 */
/* 2562 */ .rotateOut {
/* 2563 */   -webkit-animation-name: rotateOut;
/* 2564 */   animation-name: rotateOut;
/* 2565 */ }
/* 2566 */
/* 2567 */ @-webkit-keyframes rotateOutDownLeft {
/* 2568 */   from {
/* 2569 */     -webkit-transform-origin: left bottom;
/* 2570 */     transform-origin: left bottom;
/* 2571 */     opacity: 1;
/* 2572 */   }
/* 2573 */
/* 2574 */   to {
/* 2575 */     -webkit-transform-origin: left bottom;
/* 2576 */     transform-origin: left bottom;
/* 2577 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2578 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2579 */     opacity: 0;
/* 2580 */   }
/* 2581 */ }
/* 2582 */
/* 2583 */ @keyframes rotateOutDownLeft {
/* 2584 */   from {
/* 2585 */     -webkit-transform-origin: left bottom;
/* 2586 */     transform-origin: left bottom;
/* 2587 */     opacity: 1;
/* 2588 */   }
/* 2589 */
/* 2590 */   to {
/* 2591 */     -webkit-transform-origin: left bottom;
/* 2592 */     transform-origin: left bottom;
/* 2593 */     -webkit-transform: rotate3d(0, 0, 1, 45deg);
/* 2594 */     transform: rotate3d(0, 0, 1, 45deg);
/* 2595 */     opacity: 0;
/* 2596 */   }
/* 2597 */ }
/* 2598 */
/* 2599 */ .rotateOutDownLeft {
/* 2600 */   -webkit-animation-name: rotateOutDownLeft;

/* animate.css */

/* 2601 */   animation-name: rotateOutDownLeft;
/* 2602 */ }
/* 2603 */
/* 2604 */ @-webkit-keyframes rotateOutDownRight {
/* 2605 */   from {
/* 2606 */     -webkit-transform-origin: right bottom;
/* 2607 */     transform-origin: right bottom;
/* 2608 */     opacity: 1;
/* 2609 */   }
/* 2610 */
/* 2611 */   to {
/* 2612 */     -webkit-transform-origin: right bottom;
/* 2613 */     transform-origin: right bottom;
/* 2614 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2615 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2616 */     opacity: 0;
/* 2617 */   }
/* 2618 */ }
/* 2619 */
/* 2620 */ @keyframes rotateOutDownRight {
/* 2621 */   from {
/* 2622 */     -webkit-transform-origin: right bottom;
/* 2623 */     transform-origin: right bottom;
/* 2624 */     opacity: 1;
/* 2625 */   }
/* 2626 */
/* 2627 */   to {
/* 2628 */     -webkit-transform-origin: right bottom;
/* 2629 */     transform-origin: right bottom;
/* 2630 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2631 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2632 */     opacity: 0;
/* 2633 */   }
/* 2634 */ }
/* 2635 */
/* 2636 */ .rotateOutDownRight {
/* 2637 */   -webkit-animation-name: rotateOutDownRight;
/* 2638 */   animation-name: rotateOutDownRight;
/* 2639 */ }
/* 2640 */
/* 2641 */ @-webkit-keyframes rotateOutUpLeft {
/* 2642 */   from {
/* 2643 */     -webkit-transform-origin: left bottom;
/* 2644 */     transform-origin: left bottom;
/* 2645 */     opacity: 1;
/* 2646 */   }
/* 2647 */
/* 2648 */   to {
/* 2649 */     -webkit-transform-origin: left bottom;
/* 2650 */     transform-origin: left bottom;

/* animate.css */

/* 2651 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2652 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2653 */     opacity: 0;
/* 2654 */   }
/* 2655 */ }
/* 2656 */
/* 2657 */ @keyframes rotateOutUpLeft {
/* 2658 */   from {
/* 2659 */     -webkit-transform-origin: left bottom;
/* 2660 */     transform-origin: left bottom;
/* 2661 */     opacity: 1;
/* 2662 */   }
/* 2663 */
/* 2664 */   to {
/* 2665 */     -webkit-transform-origin: left bottom;
/* 2666 */     transform-origin: left bottom;
/* 2667 */     -webkit-transform: rotate3d(0, 0, 1, -45deg);
/* 2668 */     transform: rotate3d(0, 0, 1, -45deg);
/* 2669 */     opacity: 0;
/* 2670 */   }
/* 2671 */ }
/* 2672 */
/* 2673 */ .rotateOutUpLeft {
/* 2674 */   -webkit-animation-name: rotateOutUpLeft;
/* 2675 */   animation-name: rotateOutUpLeft;
/* 2676 */ }
/* 2677 */
/* 2678 */ @-webkit-keyframes rotateOutUpRight {
/* 2679 */   from {
/* 2680 */     -webkit-transform-origin: right bottom;
/* 2681 */     transform-origin: right bottom;
/* 2682 */     opacity: 1;
/* 2683 */   }
/* 2684 */
/* 2685 */   to {
/* 2686 */     -webkit-transform-origin: right bottom;
/* 2687 */     transform-origin: right bottom;
/* 2688 */     -webkit-transform: rotate3d(0, 0, 1, 90deg);
/* 2689 */     transform: rotate3d(0, 0, 1, 90deg);
/* 2690 */     opacity: 0;
/* 2691 */   }
/* 2692 */ }
/* 2693 */
/* 2694 */ @keyframes rotateOutUpRight {
/* 2695 */   from {
/* 2696 */     -webkit-transform-origin: right bottom;
/* 2697 */     transform-origin: right bottom;
/* 2698 */     opacity: 1;
/* 2699 */   }
/* 2700 */

/* animate.css */

/* 2701 */   to {
/* 2702 */     -webkit-transform-origin: right bottom;
/* 2703 */     transform-origin: right bottom;
/* 2704 */     -webkit-transform: rotate3d(0, 0, 1, 90deg);
/* 2705 */     transform: rotate3d(0, 0, 1, 90deg);
/* 2706 */     opacity: 0;
/* 2707 */   }
/* 2708 */ }
/* 2709 */
/* 2710 */ .rotateOutUpRight {
/* 2711 */   -webkit-animation-name: rotateOutUpRight;
/* 2712 */   animation-name: rotateOutUpRight;
/* 2713 */ }
/* 2714 */
/* 2715 */ @-webkit-keyframes hinge {
/* 2716 */   0% {
/* 2717 */     -webkit-transform-origin: top left;
/* 2718 */     transform-origin: top left;
/* 2719 */     -webkit-animation-timing-function: ease-in-out;
/* 2720 */     animation-timing-function: ease-in-out;
/* 2721 */   }
/* 2722 */
/* 2723 */   20%,
/* 2724 */   60% {
/* 2725 */     -webkit-transform: rotate3d(0, 0, 1, 80deg);
/* 2726 */     transform: rotate3d(0, 0, 1, 80deg);
/* 2727 */     -webkit-transform-origin: top left;
/* 2728 */     transform-origin: top left;
/* 2729 */     -webkit-animation-timing-function: ease-in-out;
/* 2730 */     animation-timing-function: ease-in-out;
/* 2731 */   }
/* 2732 */
/* 2733 */   40%,
/* 2734 */   80% {
/* 2735 */     -webkit-transform: rotate3d(0, 0, 1, 60deg);
/* 2736 */     transform: rotate3d(0, 0, 1, 60deg);
/* 2737 */     -webkit-transform-origin: top left;
/* 2738 */     transform-origin: top left;
/* 2739 */     -webkit-animation-timing-function: ease-in-out;
/* 2740 */     animation-timing-function: ease-in-out;
/* 2741 */     opacity: 1;
/* 2742 */   }
/* 2743 */
/* 2744 */   to {
/* 2745 */     -webkit-transform: translate3d(0, 700px, 0);
/* 2746 */     transform: translate3d(0, 700px, 0);
/* 2747 */     opacity: 0;
/* 2748 */   }
/* 2749 */ }
/* 2750 */

/* animate.css */

/* 2751 */ @keyframes hinge {
/* 2752 */   0% {
/* 2753 */     -webkit-transform-origin: top left;
/* 2754 */     transform-origin: top left;
/* 2755 */     -webkit-animation-timing-function: ease-in-out;
/* 2756 */     animation-timing-function: ease-in-out;
/* 2757 */   }
/* 2758 */
/* 2759 */   20%,
/* 2760 */   60% {
/* 2761 */     -webkit-transform: rotate3d(0, 0, 1, 80deg);
/* 2762 */     transform: rotate3d(0, 0, 1, 80deg);
/* 2763 */     -webkit-transform-origin: top left;
/* 2764 */     transform-origin: top left;
/* 2765 */     -webkit-animation-timing-function: ease-in-out;
/* 2766 */     animation-timing-function: ease-in-out;
/* 2767 */   }
/* 2768 */
/* 2769 */   40%,
/* 2770 */   80% {
/* 2771 */     -webkit-transform: rotate3d(0, 0, 1, 60deg);
/* 2772 */     transform: rotate3d(0, 0, 1, 60deg);
/* 2773 */     -webkit-transform-origin: top left;
/* 2774 */     transform-origin: top left;
/* 2775 */     -webkit-animation-timing-function: ease-in-out;
/* 2776 */     animation-timing-function: ease-in-out;
/* 2777 */     opacity: 1;
/* 2778 */   }
/* 2779 */
/* 2780 */   to {
/* 2781 */     -webkit-transform: translate3d(0, 700px, 0);
/* 2782 */     transform: translate3d(0, 700px, 0);
/* 2783 */     opacity: 0;
/* 2784 */   }
/* 2785 */ }
/* 2786 */
/* 2787 */ .hinge {
/* 2788 */   -webkit-animation-duration: 2s;
/* 2789 */   animation-duration: 2s;
/* 2790 */   -webkit-animation-name: hinge;
/* 2791 */   animation-name: hinge;
/* 2792 */ }
/* 2793 */
/* 2794 */ @-webkit-keyframes jackInTheBox {
/* 2795 */   from {
/* 2796 */     opacity: 0;
/* 2797 */     -webkit-transform: scale(0.1) rotate(30deg);
/* 2798 */     transform: scale(0.1) rotate(30deg);
/* 2799 */     -webkit-transform-origin: center bottom;
/* 2800 */     transform-origin: center bottom;

/* animate.css */

/* 2801 */   }
/* 2802 */
/* 2803 */   50% {
/* 2804 */     -webkit-transform: rotate(-10deg);
/* 2805 */     transform: rotate(-10deg);
/* 2806 */   }
/* 2807 */
/* 2808 */   70% {
/* 2809 */     -webkit-transform: rotate(3deg);
/* 2810 */     transform: rotate(3deg);
/* 2811 */   }
/* 2812 */
/* 2813 */   to {
/* 2814 */     opacity: 1;
/* 2815 */     -webkit-transform: scale(1);
/* 2816 */     transform: scale(1);
/* 2817 */   }
/* 2818 */ }
/* 2819 */
/* 2820 */ @keyframes jackInTheBox {
/* 2821 */   from {
/* 2822 */     opacity: 0;
/* 2823 */     -webkit-transform: scale(0.1) rotate(30deg);
/* 2824 */     transform: scale(0.1) rotate(30deg);
/* 2825 */     -webkit-transform-origin: center bottom;
/* 2826 */     transform-origin: center bottom;
/* 2827 */   }
/* 2828 */
/* 2829 */   50% {
/* 2830 */     -webkit-transform: rotate(-10deg);
/* 2831 */     transform: rotate(-10deg);
/* 2832 */   }
/* 2833 */
/* 2834 */   70% {
/* 2835 */     -webkit-transform: rotate(3deg);
/* 2836 */     transform: rotate(3deg);
/* 2837 */   }
/* 2838 */
/* 2839 */   to {
/* 2840 */     opacity: 1;
/* 2841 */     -webkit-transform: scale(1);
/* 2842 */     transform: scale(1);
/* 2843 */   }
/* 2844 */ }
/* 2845 */
/* 2846 */ .jackInTheBox {
/* 2847 */   -webkit-animation-name: jackInTheBox;
/* 2848 */   animation-name: jackInTheBox;
/* 2849 */ }
/* 2850 */

/* animate.css */

/* 2851 */ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 2852 */
/* 2853 */ @-webkit-keyframes rollIn {
/* 2854 */   from {
/* 2855 */     opacity: 0;
/* 2856 */     -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
/* 2857 */     transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
/* 2858 */   }
/* 2859 */
/* 2860 */   to {
/* 2861 */     opacity: 1;
/* 2862 */     -webkit-transform: translate3d(0, 0, 0);
/* 2863 */     transform: translate3d(0, 0, 0);
/* 2864 */   }
/* 2865 */ }
/* 2866 */
/* 2867 */ @keyframes rollIn {
/* 2868 */   from {
/* 2869 */     opacity: 0;
/* 2870 */     -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
/* 2871 */     transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
/* 2872 */   }
/* 2873 */
/* 2874 */   to {
/* 2875 */     opacity: 1;
/* 2876 */     -webkit-transform: translate3d(0, 0, 0);
/* 2877 */     transform: translate3d(0, 0, 0);
/* 2878 */   }
/* 2879 */ }
/* 2880 */
/* 2881 */ .rollIn {
/* 2882 */   -webkit-animation-name: rollIn;
/* 2883 */   animation-name: rollIn;
/* 2884 */ }
/* 2885 */
/* 2886 */ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* 2887 */
/* 2888 */ @-webkit-keyframes rollOut {
/* 2889 */   from {
/* 2890 */     opacity: 1;
/* 2891 */   }
/* 2892 */
/* 2893 */   to {
/* 2894 */     opacity: 0;
/* 2895 */     -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
/* 2896 */     transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
/* 2897 */   }
/* 2898 */ }
/* 2899 */
/* 2900 */ @keyframes rollOut {

/* animate.css */

/* 2901 */   from {
/* 2902 */     opacity: 1;
/* 2903 */   }
/* 2904 */
/* 2905 */   to {
/* 2906 */     opacity: 0;
/* 2907 */     -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
/* 2908 */     transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
/* 2909 */   }
/* 2910 */ }
/* 2911 */
/* 2912 */ .rollOut {
/* 2913 */   -webkit-animation-name: rollOut;
/* 2914 */   animation-name: rollOut;
/* 2915 */ }
/* 2916 */
/* 2917 */ @-webkit-keyframes zoomIn {
/* 2918 */   from {
/* 2919 */     opacity: 0;
/* 2920 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 2921 */     transform: scale3d(0.3, 0.3, 0.3);
/* 2922 */   }
/* 2923 */
/* 2924 */   50% {
/* 2925 */     opacity: 1;
/* 2926 */   }
/* 2927 */ }
/* 2928 */
/* 2929 */ @keyframes zoomIn {
/* 2930 */   from {
/* 2931 */     opacity: 0;
/* 2932 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 2933 */     transform: scale3d(0.3, 0.3, 0.3);
/* 2934 */   }
/* 2935 */
/* 2936 */   50% {
/* 2937 */     opacity: 1;
/* 2938 */   }
/* 2939 */ }
/* 2940 */
/* 2941 */ .zoomIn {
/* 2942 */   -webkit-animation-name: zoomIn;
/* 2943 */   animation-name: zoomIn;
/* 2944 */ }
/* 2945 */
/* 2946 */ @-webkit-keyframes zoomInDown {
/* 2947 */   from {
/* 2948 */     opacity: 0;
/* 2949 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 2950 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

/* animate.css */

/* 2951 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2952 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2953 */   }
/* 2954 */
/* 2955 */   60% {
/* 2956 */     opacity: 1;
/* 2957 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2958 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2959 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2960 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2961 */   }
/* 2962 */ }
/* 2963 */
/* 2964 */ @keyframes zoomInDown {
/* 2965 */   from {
/* 2966 */     opacity: 0;
/* 2967 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 2968 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
/* 2969 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2970 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2971 */   }
/* 2972 */
/* 2973 */   60% {
/* 2974 */     opacity: 1;
/* 2975 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2976 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 2977 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2978 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 2979 */   }
/* 2980 */ }
/* 2981 */
/* 2982 */ .zoomInDown {
/* 2983 */   -webkit-animation-name: zoomInDown;
/* 2984 */   animation-name: zoomInDown;
/* 2985 */ }
/* 2986 */
/* 2987 */ @-webkit-keyframes zoomInLeft {
/* 2988 */   from {
/* 2989 */     opacity: 0;
/* 2990 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 2991 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 2992 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2993 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 2994 */   }
/* 2995 */
/* 2996 */   60% {
/* 2997 */     opacity: 1;
/* 2998 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 2999 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 3000 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

/* animate.css */

/* 3001 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3002 */   }
/* 3003 */ }
/* 3004 */
/* 3005 */ @keyframes zoomInLeft {
/* 3006 */   from {
/* 3007 */     opacity: 0;
/* 3008 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 3009 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
/* 3010 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3011 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3012 */   }
/* 3013 */
/* 3014 */   60% {
/* 3015 */     opacity: 1;
/* 3016 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 3017 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
/* 3018 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3019 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3020 */   }
/* 3021 */ }
/* 3022 */
/* 3023 */ .zoomInLeft {
/* 3024 */   -webkit-animation-name: zoomInLeft;
/* 3025 */   animation-name: zoomInLeft;
/* 3026 */ }
/* 3027 */
/* 3028 */ @-webkit-keyframes zoomInRight {
/* 3029 */   from {
/* 3030 */     opacity: 0;
/* 3031 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 3032 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 3033 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3034 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3035 */   }
/* 3036 */
/* 3037 */   60% {
/* 3038 */     opacity: 1;
/* 3039 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 3040 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 3041 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3042 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3043 */   }
/* 3044 */ }
/* 3045 */
/* 3046 */ @keyframes zoomInRight {
/* 3047 */   from {
/* 3048 */     opacity: 0;
/* 3049 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
/* 3050 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

/* animate.css */

/* 3051 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3052 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3053 */   }
/* 3054 */
/* 3055 */   60% {
/* 3056 */     opacity: 1;
/* 3057 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 3058 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
/* 3059 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3060 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3061 */   }
/* 3062 */ }
/* 3063 */
/* 3064 */ .zoomInRight {
/* 3065 */   -webkit-animation-name: zoomInRight;
/* 3066 */   animation-name: zoomInRight;
/* 3067 */ }
/* 3068 */
/* 3069 */ @-webkit-keyframes zoomInUp {
/* 3070 */   from {
/* 3071 */     opacity: 0;
/* 3072 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 3073 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 3074 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3075 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3076 */   }
/* 3077 */
/* 3078 */   60% {
/* 3079 */     opacity: 1;
/* 3080 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3081 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3082 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3083 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3084 */   }
/* 3085 */ }
/* 3086 */
/* 3087 */ @keyframes zoomInUp {
/* 3088 */   from {
/* 3089 */     opacity: 0;
/* 3090 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 3091 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
/* 3092 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3093 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3094 */   }
/* 3095 */
/* 3096 */   60% {
/* 3097 */     opacity: 1;
/* 3098 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3099 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3100 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

/* animate.css */

/* 3101 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3102 */   }
/* 3103 */ }
/* 3104 */
/* 3105 */ .zoomInUp {
/* 3106 */   -webkit-animation-name: zoomInUp;
/* 3107 */   animation-name: zoomInUp;
/* 3108 */ }
/* 3109 */
/* 3110 */ @-webkit-keyframes zoomOut {
/* 3111 */   from {
/* 3112 */     opacity: 1;
/* 3113 */   }
/* 3114 */
/* 3115 */   50% {
/* 3116 */     opacity: 0;
/* 3117 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 3118 */     transform: scale3d(0.3, 0.3, 0.3);
/* 3119 */   }
/* 3120 */
/* 3121 */   to {
/* 3122 */     opacity: 0;
/* 3123 */   }
/* 3124 */ }
/* 3125 */
/* 3126 */ @keyframes zoomOut {
/* 3127 */   from {
/* 3128 */     opacity: 1;
/* 3129 */   }
/* 3130 */
/* 3131 */   50% {
/* 3132 */     opacity: 0;
/* 3133 */     -webkit-transform: scale3d(0.3, 0.3, 0.3);
/* 3134 */     transform: scale3d(0.3, 0.3, 0.3);
/* 3135 */   }
/* 3136 */
/* 3137 */   to {
/* 3138 */     opacity: 0;
/* 3139 */   }
/* 3140 */ }
/* 3141 */
/* 3142 */ .zoomOut {
/* 3143 */   -webkit-animation-name: zoomOut;
/* 3144 */   animation-name: zoomOut;
/* 3145 */ }
/* 3146 */
/* 3147 */ @-webkit-keyframes zoomOutDown {
/* 3148 */   40% {
/* 3149 */     opacity: 1;
/* 3150 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

/* animate.css */

/* 3151 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3152 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3153 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3154 */   }
/* 3155 */
/* 3156 */   to {
/* 3157 */     opacity: 0;
/* 3158 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 3159 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 3160 */     -webkit-transform-origin: center bottom;
/* 3161 */     transform-origin: center bottom;
/* 3162 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3163 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3164 */   }
/* 3165 */ }
/* 3166 */
/* 3167 */ @keyframes zoomOutDown {
/* 3168 */   40% {
/* 3169 */     opacity: 1;
/* 3170 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3171 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
/* 3172 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3173 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3174 */   }
/* 3175 */
/* 3176 */   to {
/* 3177 */     opacity: 0;
/* 3178 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 3179 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
/* 3180 */     -webkit-transform-origin: center bottom;
/* 3181 */     transform-origin: center bottom;
/* 3182 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3183 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3184 */   }
/* 3185 */ }
/* 3186 */
/* 3187 */ .zoomOutDown {
/* 3188 */   -webkit-animation-name: zoomOutDown;
/* 3189 */   animation-name: zoomOutDown;
/* 3190 */ }
/* 3191 */
/* 3192 */ @-webkit-keyframes zoomOutLeft {
/* 3193 */   40% {
/* 3194 */     opacity: 1;
/* 3195 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 3196 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 3197 */   }
/* 3198 */
/* 3199 */   to {
/* 3200 */     opacity: 0;

/* animate.css */

/* 3201 */     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 3202 */     transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 3203 */     -webkit-transform-origin: left center;
/* 3204 */     transform-origin: left center;
/* 3205 */   }
/* 3206 */ }
/* 3207 */
/* 3208 */ @keyframes zoomOutLeft {
/* 3209 */   40% {
/* 3210 */     opacity: 1;
/* 3211 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 3212 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
/* 3213 */   }
/* 3214 */
/* 3215 */   to {
/* 3216 */     opacity: 0;
/* 3217 */     -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 3218 */     transform: scale(0.1) translate3d(-2000px, 0, 0);
/* 3219 */     -webkit-transform-origin: left center;
/* 3220 */     transform-origin: left center;
/* 3221 */   }
/* 3222 */ }
/* 3223 */
/* 3224 */ .zoomOutLeft {
/* 3225 */   -webkit-animation-name: zoomOutLeft;
/* 3226 */   animation-name: zoomOutLeft;
/* 3227 */ }
/* 3228 */
/* 3229 */ @-webkit-keyframes zoomOutRight {
/* 3230 */   40% {
/* 3231 */     opacity: 1;
/* 3232 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 3233 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 3234 */   }
/* 3235 */
/* 3236 */   to {
/* 3237 */     opacity: 0;
/* 3238 */     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
/* 3239 */     transform: scale(0.1) translate3d(2000px, 0, 0);
/* 3240 */     -webkit-transform-origin: right center;
/* 3241 */     transform-origin: right center;
/* 3242 */   }
/* 3243 */ }
/* 3244 */
/* 3245 */ @keyframes zoomOutRight {
/* 3246 */   40% {
/* 3247 */     opacity: 1;
/* 3248 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 3249 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
/* 3250 */   }

/* animate.css */

/* 3251 */
/* 3252 */   to {
/* 3253 */     opacity: 0;
/* 3254 */     -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
/* 3255 */     transform: scale(0.1) translate3d(2000px, 0, 0);
/* 3256 */     -webkit-transform-origin: right center;
/* 3257 */     transform-origin: right center;
/* 3258 */   }
/* 3259 */ }
/* 3260 */
/* 3261 */ .zoomOutRight {
/* 3262 */   -webkit-animation-name: zoomOutRight;
/* 3263 */   animation-name: zoomOutRight;
/* 3264 */ }
/* 3265 */
/* 3266 */ @-webkit-keyframes zoomOutUp {
/* 3267 */   40% {
/* 3268 */     opacity: 1;
/* 3269 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 3270 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 3271 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3272 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3273 */   }
/* 3274 */
/* 3275 */   to {
/* 3276 */     opacity: 0;
/* 3277 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 3278 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 3279 */     -webkit-transform-origin: center bottom;
/* 3280 */     transform-origin: center bottom;
/* 3281 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3282 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3283 */   }
/* 3284 */ }
/* 3285 */
/* 3286 */ @keyframes zoomOutUp {
/* 3287 */   40% {
/* 3288 */     opacity: 1;
/* 3289 */     -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 3290 */     transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
/* 3291 */     -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3292 */     animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
/* 3293 */   }
/* 3294 */
/* 3295 */   to {
/* 3296 */     opacity: 0;
/* 3297 */     -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 3298 */     transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
/* 3299 */     -webkit-transform-origin: center bottom;
/* 3300 */     transform-origin: center bottom;

/* animate.css */

/* 3301 */     -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3302 */     animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
/* 3303 */   }
/* 3304 */ }
/* 3305 */
/* 3306 */ .zoomOutUp {
/* 3307 */   -webkit-animation-name: zoomOutUp;
/* 3308 */   animation-name: zoomOutUp;
/* 3309 */ }
/* 3310 */
/* 3311 */ @-webkit-keyframes slideInDown {
/* 3312 */   from {
/* 3313 */     -webkit-transform: translate3d(0, -100%, 0);
/* 3314 */     transform: translate3d(0, -100%, 0);
/* 3315 */     visibility: visible;
/* 3316 */   }
/* 3317 */
/* 3318 */   to {
/* 3319 */     -webkit-transform: translate3d(0, 0, 0);
/* 3320 */     transform: translate3d(0, 0, 0);
/* 3321 */   }
/* 3322 */ }
/* 3323 */
/* 3324 */ @keyframes slideInDown {
/* 3325 */   from {
/* 3326 */     -webkit-transform: translate3d(0, -100%, 0);
/* 3327 */     transform: translate3d(0, -100%, 0);
/* 3328 */     visibility: visible;
/* 3329 */   }
/* 3330 */
/* 3331 */   to {
/* 3332 */     -webkit-transform: translate3d(0, 0, 0);
/* 3333 */     transform: translate3d(0, 0, 0);
/* 3334 */   }
/* 3335 */ }
/* 3336 */
/* 3337 */ .slideInDown {
/* 3338 */   -webkit-animation-name: slideInDown;
/* 3339 */   animation-name: slideInDown;
/* 3340 */ }
/* 3341 */
/* 3342 */ @-webkit-keyframes slideInLeft {
/* 3343 */   from {
/* 3344 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 3345 */     transform: translate3d(-100%, 0, 0);
/* 3346 */     visibility: visible;
/* 3347 */   }
/* 3348 */
/* 3349 */   to {
/* 3350 */     -webkit-transform: translate3d(0, 0, 0);

/* animate.css */

/* 3351 */     transform: translate3d(0, 0, 0);
/* 3352 */   }
/* 3353 */ }
/* 3354 */
/* 3355 */ @keyframes slideInLeft {
/* 3356 */   from {
/* 3357 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 3358 */     transform: translate3d(-100%, 0, 0);
/* 3359 */     visibility: visible;
/* 3360 */   }
/* 3361 */
/* 3362 */   to {
/* 3363 */     -webkit-transform: translate3d(0, 0, 0);
/* 3364 */     transform: translate3d(0, 0, 0);
/* 3365 */   }
/* 3366 */ }
/* 3367 */
/* 3368 */ .slideInLeft {
/* 3369 */   -webkit-animation-name: slideInLeft;
/* 3370 */   animation-name: slideInLeft;
/* 3371 */ }
/* 3372 */
/* 3373 */ @-webkit-keyframes slideInRight {
/* 3374 */   from {
/* 3375 */     -webkit-transform: translate3d(100%, 0, 0);
/* 3376 */     transform: translate3d(100%, 0, 0);
/* 3377 */     visibility: visible;
/* 3378 */   }
/* 3379 */
/* 3380 */   to {
/* 3381 */     -webkit-transform: translate3d(0, 0, 0);
/* 3382 */     transform: translate3d(0, 0, 0);
/* 3383 */   }
/* 3384 */ }
/* 3385 */
/* 3386 */ @keyframes slideInRight {
/* 3387 */   from {
/* 3388 */     -webkit-transform: translate3d(100%, 0, 0);
/* 3389 */     transform: translate3d(100%, 0, 0);
/* 3390 */     visibility: visible;
/* 3391 */   }
/* 3392 */
/* 3393 */   to {
/* 3394 */     -webkit-transform: translate3d(0, 0, 0);
/* 3395 */     transform: translate3d(0, 0, 0);
/* 3396 */   }
/* 3397 */ }
/* 3398 */
/* 3399 */ .slideInRight {
/* 3400 */   -webkit-animation-name: slideInRight;

/* animate.css */

/* 3401 */   animation-name: slideInRight;
/* 3402 */ }
/* 3403 */
/* 3404 */ @-webkit-keyframes slideInUp {
/* 3405 */   from {
/* 3406 */     -webkit-transform: translate3d(0, 100%, 0);
/* 3407 */     transform: translate3d(0, 100%, 0);
/* 3408 */     visibility: visible;
/* 3409 */   }
/* 3410 */
/* 3411 */   to {
/* 3412 */     -webkit-transform: translate3d(0, 0, 0);
/* 3413 */     transform: translate3d(0, 0, 0);
/* 3414 */   }
/* 3415 */ }
/* 3416 */
/* 3417 */ @keyframes slideInUp {
/* 3418 */   from {
/* 3419 */     -webkit-transform: translate3d(0, 100%, 0);
/* 3420 */     transform: translate3d(0, 100%, 0);
/* 3421 */     visibility: visible;
/* 3422 */   }
/* 3423 */
/* 3424 */   to {
/* 3425 */     -webkit-transform: translate3d(0, 0, 0);
/* 3426 */     transform: translate3d(0, 0, 0);
/* 3427 */   }
/* 3428 */ }
/* 3429 */
/* 3430 */ .slideInUp {
/* 3431 */   -webkit-animation-name: slideInUp;
/* 3432 */   animation-name: slideInUp;
/* 3433 */ }
/* 3434 */
/* 3435 */ @-webkit-keyframes slideOutDown {
/* 3436 */   from {
/* 3437 */     -webkit-transform: translate3d(0, 0, 0);
/* 3438 */     transform: translate3d(0, 0, 0);
/* 3439 */   }
/* 3440 */
/* 3441 */   to {
/* 3442 */     visibility: hidden;
/* 3443 */     -webkit-transform: translate3d(0, 100%, 0);
/* 3444 */     transform: translate3d(0, 100%, 0);
/* 3445 */   }
/* 3446 */ }
/* 3447 */
/* 3448 */ @keyframes slideOutDown {
/* 3449 */   from {
/* 3450 */     -webkit-transform: translate3d(0, 0, 0);

/* animate.css */

/* 3451 */     transform: translate3d(0, 0, 0);
/* 3452 */   }
/* 3453 */
/* 3454 */   to {
/* 3455 */     visibility: hidden;
/* 3456 */     -webkit-transform: translate3d(0, 100%, 0);
/* 3457 */     transform: translate3d(0, 100%, 0);
/* 3458 */   }
/* 3459 */ }
/* 3460 */
/* 3461 */ .slideOutDown {
/* 3462 */   -webkit-animation-name: slideOutDown;
/* 3463 */   animation-name: slideOutDown;
/* 3464 */ }
/* 3465 */
/* 3466 */ @-webkit-keyframes slideOutLeft {
/* 3467 */   from {
/* 3468 */     -webkit-transform: translate3d(0, 0, 0);
/* 3469 */     transform: translate3d(0, 0, 0);
/* 3470 */   }
/* 3471 */
/* 3472 */   to {
/* 3473 */     visibility: hidden;
/* 3474 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 3475 */     transform: translate3d(-100%, 0, 0);
/* 3476 */   }
/* 3477 */ }
/* 3478 */
/* 3479 */ @keyframes slideOutLeft {
/* 3480 */   from {
/* 3481 */     -webkit-transform: translate3d(0, 0, 0);
/* 3482 */     transform: translate3d(0, 0, 0);
/* 3483 */   }
/* 3484 */
/* 3485 */   to {
/* 3486 */     visibility: hidden;
/* 3487 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 3488 */     transform: translate3d(-100%, 0, 0);
/* 3489 */   }
/* 3490 */ }
/* 3491 */
/* 3492 */ .slideOutLeft {
/* 3493 */   -webkit-animation-name: slideOutLeft;
/* 3494 */   animation-name: slideOutLeft;
/* 3495 */ }
/* 3496 */
/* 3497 */ @-webkit-keyframes slideOutRight {
/* 3498 */   from {
/* 3499 */     -webkit-transform: translate3d(0, 0, 0);
/* 3500 */     transform: translate3d(0, 0, 0);

/* animate.css */

/* 3501 */   }
/* 3502 */
/* 3503 */   to {
/* 3504 */     visibility: hidden;
/* 3505 */     -webkit-transform: translate3d(100%, 0, 0);
/* 3506 */     transform: translate3d(100%, 0, 0);
/* 3507 */   }
/* 3508 */ }
/* 3509 */
/* 3510 */ @keyframes slideOutRight {
/* 3511 */   from {
/* 3512 */     -webkit-transform: translate3d(0, 0, 0);
/* 3513 */     transform: translate3d(0, 0, 0);
/* 3514 */   }
/* 3515 */
/* 3516 */   to {
/* 3517 */     visibility: hidden;
/* 3518 */     -webkit-transform: translate3d(100%, 0, 0);
/* 3519 */     transform: translate3d(100%, 0, 0);
/* 3520 */   }
/* 3521 */ }
/* 3522 */
/* 3523 */ .slideOutRight {
/* 3524 */   -webkit-animation-name: slideOutRight;
/* 3525 */   animation-name: slideOutRight;
/* 3526 */ }
/* 3527 */
/* 3528 */ @-webkit-keyframes slideOutUp {
/* 3529 */   from {
/* 3530 */     -webkit-transform: translate3d(0, 0, 0);
/* 3531 */     transform: translate3d(0, 0, 0);
/* 3532 */   }
/* 3533 */
/* 3534 */   to {
/* 3535 */     visibility: hidden;
/* 3536 */     -webkit-transform: translate3d(0, -100%, 0);
/* 3537 */     transform: translate3d(0, -100%, 0);
/* 3538 */   }
/* 3539 */ }
/* 3540 */
/* 3541 */ @keyframes slideOutUp {
/* 3542 */   from {
/* 3543 */     -webkit-transform: translate3d(0, 0, 0);
/* 3544 */     transform: translate3d(0, 0, 0);
/* 3545 */   }
/* 3546 */
/* 3547 */   to {
/* 3548 */     visibility: hidden;
/* 3549 */     -webkit-transform: translate3d(0, -100%, 0);
/* 3550 */     transform: translate3d(0, -100%, 0);

/* animate.css */

/* 3551 */   }
/* 3552 */ }
/* 3553 */
/* 3554 */ .slideOutUp {
/* 3555 */   -webkit-animation-name: slideOutUp;
/* 3556 */   animation-name: slideOutUp;
/* 3557 */ }
/* 3558 */
/* 3559 */ .animated {
/* 3560 */   -webkit-animation-duration: 1s;
/* 3561 */   animation-duration: 1s;
/* 3562 */   -webkit-animation-fill-mode: both;
/* 3563 */   animation-fill-mode: both;
/* 3564 */ }
/* 3565 */
/* 3566 */ .animated.infinite {
/* 3567 */   -webkit-animation-iteration-count: infinite;
/* 3568 */   animation-iteration-count: infinite;
/* 3569 */ }
/* 3570 */
/* 3571 */ .animated.delay-1s {
/* 3572 */   -webkit-animation-delay: 1s;
/* 3573 */   animation-delay: 1s;
/* 3574 */ }
/* 3575 */
/* 3576 */ .animated.delay-2s {
/* 3577 */   -webkit-animation-delay: 2s;
/* 3578 */   animation-delay: 2s;
/* 3579 */ }
/* 3580 */
/* 3581 */ .animated.delay-3s {
/* 3582 */   -webkit-animation-delay: 3s;
/* 3583 */   animation-delay: 3s;
/* 3584 */ }
/* 3585 */
/* 3586 */ .animated.delay-4s {
/* 3587 */   -webkit-animation-delay: 4s;
/* 3588 */   animation-delay: 4s;
/* 3589 */ }
/* 3590 */
/* 3591 */ .animated.delay-5s {
/* 3592 */   -webkit-animation-delay: 5s;
/* 3593 */   animation-delay: 5s;
/* 3594 */ }
/* 3595 */
/* 3596 */ .animated.fast {
/* 3597 */   -webkit-animation-duration: 800ms;
/* 3598 */   animation-duration: 800ms;
/* 3599 */ }
/* 3600 */

/* animate.css */

/* 3601 */ .animated.faster {
/* 3602 */   -webkit-animation-duration: 500ms;
/* 3603 */   animation-duration: 500ms;
/* 3604 */ }
/* 3605 */
/* 3606 */ .animated.slow {
/* 3607 */   -webkit-animation-duration: 2s;
/* 3608 */   animation-duration: 2s;
/* 3609 */ }
/* 3610 */
/* 3611 */ .animated.slower {
/* 3612 */   -webkit-animation-duration: 3s;
/* 3613 */   animation-duration: 3s;
/* 3614 */ }
/* 3615 */
/* 3616 */ @media (print), (prefers-reduced-motion: reduce) {
/* 3617 */   .animated {
/* 3618 */     -webkit-animation-duration: 1ms !important;
/* 3619 */     animation-duration: 1ms !important;
/* 3620 */     -webkit-transition-duration: 1ms !important;
/* 3621 */     transition-duration: 1ms !important;
/* 3622 */     -webkit-animation-iteration-count: 1 !important;
/* 3623 */     animation-iteration-count: 1 !important;
/* 3624 */   }
/* 3625 */ }
/* 3626 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* open-shop-menu.css */

/* 1   */ /* --------------------------------------
/* 2   *| /* Responsive Menu style
/* 3   *| ----------------------------------------*/
/* 4   */ .main-header #open-above-menu,.below-header #open-above-menu{
/* 5   */    display:none;
/* 6   */ }
/* 7   */ .open-shop-menu,.open-shop-menu li{
/* 8   */     list-style: none;
/* 9   */     margin: 0;
/* 10  */     padding: 0;
/* 11  */ }
/* 12  */
/* 13  */ .open-shop-menu > li {
/* 14  */     display: block;
/* 15  */     margin: 0;
/* 16  */     padding: 0;
/* 17  */     border: 0px;
/* 18  */    display: inline-block;
/* 19  */ }
/* 20  */ .open-shop-menu li a:hover,
/* 21  */ .open-shop-menu .current-menu-item a{
/* 22  */     color:#ff0052;
/* 23  */ }
/* 24  */ .open-shop-menu > li > a {
/* 25  */     display: block;
/* 26  */     position: relative;
/* 27  */     margin: 0;
/* 28  */     border: 0px;
/* 29  */     font-size:14px;
/* 30  */     font-family: "Roboto-Bold", sans-serif;
/* 31  */   padding: 12px 20px 12px 0px;
/* 32  */         color:#1c1d1e;
/* 33  */ }
/* 34  */  #open-above-menu.open-shop-menu > li > a{
/* 35  */ font-size: 13px;
/* 36  */ font-family: "Roboto-regular", sans-serif;
/* 37  */ }
/* 38  */ .open-shop-menu li a i {
/* 39  */     padding-right: 5px;
/* 40  */     font-size: 16px;
/* 41  */     text-shadow: none;
/* 42  */ }
/* 43  */ .open-shop-menu li ul.sub-menu li a i {
/* 44  */     padding-right: 10px;
/* 45  */ }
/* 46  */ .open-shop-menu li.on-section a {
/* 47  */     color:#111;
/* 48  */ }
/* 49  */ .open-shop-menu li ul.sub-menu li a:hover{
/* 50  */  background:#eee;

/* open-shop-menu.css */

/* 51  */ }
/* 52  */ .open-shop-menu li .menu-active {
/* 53  */     position: relative;
/* 54  */ }
/* 55  */ .open-shop-menu > li > a > .arrow:before {
/* 56  */     margin-left:5px;
/* 57  */     font-family: FontAwesome;
/* 58  */     height: auto;
/* 59  */     content: "\f107";
/* 60  */     font-weight: 300;
/* 61  */     text-shadow: none;
/* 62  */     width: 10px;
/* 63  */ }
/* 64  */ .open-shop-menu li ul.sub-menu li > a > .arrow:before {
/* 65  */     content: "\f105";
/* 66  */ }
/* 67  */
/* 68  */ .open-shop-menu  ul.sub-menu,
/* 69  */ .open-shop-menu .page_item_has_children .children {
/* 70  */ position: absolute;
/* 71  */ box-shadow: 0 4px 10px 0 rgba(3,3,3,.1);
/* 72  */ list-style: none;
/* 73  */ margin-bottom: 0;
/* 74  */ line-height: 18px;
/* 75  */ text-align: left;
/* 76  */ min-width: 166px;
/* 77  */ opacity: 0;
/* 78  */ visibility: hidden;
/* 79  */ z-index: 99;
/* 80  */ background-color: #fff;
/* 81  */     margin: 0;
/* 82  */     -webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
/* 83  */     transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
/* 84  */     -webkit-transform: translateY(14px);
/* 85  */     transform: translateY(14px);
/* 86  */
/* 87  */ }
/* 88  */ .open-shop-menu ul.sub-menu.slide,
/* 89  */ .open-shop-menu .page_item_has_children:hover .children {
/* 90  */     opacity: 1;
/* 91  */     visibility: visible;
/* 92  */     -webkit-transform: translateY(0);
/* 93  */     transform: translateY(0);
/* 94  */ }
/* 95  */ .open-shop-menu li ul.sub-menu > li {
/* 96  */     width: 185px;
/* 97  */ }
/* 98  */ .open-shop-menu li ul.sub-menu li a,
/* 99  */ .open-shop-menu .children li a {
/* 100 */     display: block;

/* open-shop-menu.css */

/* 101 */     height: auto;
/* 102 */     min-height: 0 !important;
/* 103 */     line-height: 1.8;
/* 104 */     padding: 12px 15px;
/* 105 */     text-decoration: none;
/* 106 */     font-weight: normal;
/* 107 */     background: none;
/* 108 */ }
/* 109 */ .open-shop-menu > li > ul.sub-menu > li,
/* 110 */ .open-shop-menu li.page_item_has_children {
/* 111 */     position: relative;
/* 112 */     line-height: initial;
/* 113 */ }
/* 114 */ .open-shop-menu > li > ul.sub-menu li > a > .arrow:before,
/* 115 */ .open-shop-menu li.page_item_has_children:before  {
/* 116 */     float: right;
/* 117 */     margin-right: 0px;
/* 118 */     display: inline;
/* 119 */     font-size: 16px;
/* 120 */     font-family: FontAwesome;
/* 121 */     height: auto;
/* 122 */     content: "\f105";
/* 123 */     text-shadow: none;
/* 124 */ }
/* 125 */ .open-shop-menu li.page_item_has_children:before{
/* 126 */     position: absolute;
/* 127 */     top: 50%;
/* 128 */     transform: translateY(-50%);
/* 129 */     right: 5px;
/* 130 */     content: "\f107";
/* 131 */  }
/* 132 */ .open-shop-menu > li > ul.sub-menu > li ul.sub-menu {
/* 133 */     position: absolute;
/* 134 */     left: 100%;
/* 135 */     top: 0px;
/* 136 */     list-style: none;
/* 137 */     margin: 0;
/* 138 */ }
/* 139 */ .open-shop-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
/* 140 */     position: absolute;
/* 141 */     left: 185px;
/* 142 */     top: 0px;
/* 143 */     list-style: none;
/* 144 */ }
/* 145 */ /* Menu Toggle Btn
/* 146 *| ----------------------------------------*/
/* 147 */ .menu-toggle {
/* 148 */     display: none;
/* 149 */     width: 100%;
/* 150 */ }

/* open-shop-menu.css */

/* 151 */ .menu-toggle h3,.bar-menu-toggle h3 {
/* 152 */     float: left;
/* 153 */     color: #FFF;
/* 154 */     padding: 0px 10px;
/* 155 */     font-weight: 600;
/* 156 */     font-size: 16px;
/* 157 */ }
/* 158 */ .menu-toggle .icon-bar{
/* 159 */     display: block !important;
/* 160 */     width: 25px;
/* 161 */     height: 2px;
/* 162 */     background-color:#242424;
/* 163 */     -webkit-border-radius: 1px;
/* 164 */     -moz-border-radius: 1px;
/* 165 */     border-radius: 1px;
/* 166 */     margin:6px;
/* 167 */ }
/* 168 */ .menu-toggle .menu-btn{
/* 169 */     float: right;
/* 170 */     background: transparent;
/* 171 */ }
/* 172 */
/* 173 */ .open-shop-menu .hide-menu {
/* 174 */     display: none;
/* 175 */ }
/* 176 */ .menu-close-btn:hover{
/* 177 */     cursor:pointer;
/* 178 */ }
/* 179 */ .menu-toggle .menu-btn:focus,.bar-menu-toggle .menu-btn:focus{
/* 180 */ outline:0;
/* 181 */ }
/* 182 */
/* 183 */ /* Accordion Menu Styles
/* 184 *| ----------------------------------------*/
/* 185 */
/* 186 */ ul[data-menu-style="accordion"] {
/* 187 */     width: 250px;
/* 188 */ }
/* 189 */ ul[data-menu-style="accordion"] > li {
/* 190 */     display: block;
/* 191 */     margin: 0;
/* 192 */     padding: 0;
/* 193 */     border: 0px;
/* 194 */     float: none !important;
/* 195 */ }
/* 196 */ ul[data-menu-style="accordion"] li ul.sub-menu > li {
/* 197 */     width: 100%;
/* 198 */ }
/* 199 */ ul[data-menu-style="accordion"] > li > a > .arrow:before {
/* 200 */     float: right;

/* open-shop-menu.css */

/* 201 */     content: "\f105";
/* 202 */ }
/* 203 */ ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
/* 204 */     content: "\f107" !important;
/* 205 */ }
/* 206 */ ul[data-menu-style="accordion"] > li > ul.sub-menu {
/* 207 */     position: static;
/* 208 */ }
/* 209 */ ul[data-menu-style="accordion"] > li > a i {
/* 210 */     padding-right: 10px;
/* 211 */     color: #FF5737;
/* 212 */ }
/* 213 */ ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
/* 214 */     position: static;
/* 215 */ }
/* 216 */ ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
/* 217 */     position: static;
/* 218 */ }
/* 219 */ ul[data-menu-style="accordion"] > li {
/* 220 */     border-bottom: 1px solid rgba(0,0,0,.1);
/* 221 */ }
/* 222 */ ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
/* 223 */     content: "\f107";
/* 224 */ }
/* 225 */ body{
/* 226 */ transition: all 0.2s ease-in-out;
/* 227 */     -webkit-transition: all 0.23s ease-in-out;
/* 228 */     -moz-transition: all 0.2s ease-in-out;
/* 229 */     left: 0;
/* 230 */ }
/* 231 */ /****************************/
/* 232 */ /*end hamburger menu*/
/* 233 */ /****************************/
/* 234 */ @media screen and (max-width: 1024px){
/* 235 */     .open-shop-menu li,
/* 236 */     .open-shop-menu a{
/* 237 */         position: relative;
/* 238 */     }
/* 239 */ .main-header #open-above-menu,.below-header #open-above-menu{
/* 240 */    display:block;
/* 241 */ }
/* 242 */ .abv-two .top-header-col1 .menu-toggle .menu-btn{
/* 243 */ float:none;
/* 244 */ }
/* 245 */ .mhdfull .top-header .menu-toggle,
/* 246 */ .mhdfull .bottom-header .menu-toggle{
/* 247 */ display:block!important;
/* 248 */ }
/* 249 */ .sticky-mobile-menu-active .left,
/* 250 */ .mobile-menu-active .sider.open-shop-menu-hide.left,

/* open-shop-menu.css */

/* 251 */ .mobile-bottom-menu-active .sider.open-shop-menu-hide.left{
/* 252 */ left: -300px;
/* 253 */ right: auto;
/* 254 */ transition: left 0.3s ease;
/* 255 */ }
/* 256 */ .sticky-mobile-menu-active .right,
/* 257 */ .mobile-menu-active .sider.open-shop-menu-hide.right,
/* 258 */ .mobile-bottom-menu-active .sider.open-shop-menu-hide.right{
/* 259 */ left: auto;
/* 260 */ right:-300px;
/* 261 */ transition: right 0.3s ease;
/* 262 */ }
/* 263 */ .mobile-menu-active .open-shop-menu .searchfrom #searchform{
/* 264 */ display:block;
/* 265 */ position: relative;
/* 266 */ }
/* 267 */ .mobile-menu-active .open-shop-menu  .searchfrom .search-btn{
/* 268 */ display:none;
/* 269 */ }
/* 270 */ .mobile-menu-active li.menu-item.zta-custom-item{
/* 271 */ padding:18px 0px;
/* 272 */     border: none;
/* 273 */ }
/* 274 */ .mobile-menu-active .open-shop-menu .searchfrom{
/* 275 */ float:left;
/* 276 */ }
/* 277 */ .main-header .menu-custom-search .content-social ul.social-icon li{
/* 278 */
/* 279 */ display: -webkit-inline-box;
/* 280 */ }
/* 281 */
/* 282 */ .main-header .menu-custom-search .content-social ul.social-icon{
/* 283 */     margin: 0;
/* 284 */     display: block;
/* 285 */ }
/* 286 */ .demo{
/* 287 */ 		width:96%;
/* 288 */ 		padding:2%;
/* 289 */     }
/* 290 */     ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
/* 291 */     ul[data-menu-style="vertical"] li ul.sub-menu {
/* 292 */         width: 100% !important;
/* 293 */     }
/* 294 */     .open-shop-menu {
/* 295 */         float: left;
/* 296 */         width:100%;
/* 297 */     }
/* 298 */     .open-shop-menu > li {
/* 299 */         position:relative;
/* 300 */        float: none;

/* open-shop-menu.css */

/* 301 */     }
/* 302 */     .open-shop-menu > li > a i {
/* 303 */         padding-right: 10px;
/* 304 */         color: #FF5737;
/* 305 */     }
/* 306 */     .open-shop-menu > li > a > .arrow:before {
/* 307 */         float: right;
/* 308 */         content: "\f107";
/* 309 */     }
/* 310 */ .sider.left .open-shop-menu > li, .sider.right .open-shop-menu > li {
/* 311 */     float: none;
/* 312 */ }
/* 313 */ .open-shop-menu li ul.sub-menu li a {
/* 314 */     display: block;
/* 315 */     margin: 0px 0px;
/* 316 */     padding: 10px 40px 10px 0px!important;
/* 317 */     text-decoration: none;
/* 318 */     font-weight: normal;
/* 319 */     background: none;
/* 320 */     font-size: 12px;
/* 321 */ }
/* 322 */     li.menu-active > a > .arrow:before {
/* 323 */         content: "\f106" !important;
/* 324 */     }
/* 325 */     .open-shop-menu li ul.sub-menu > li {
/* 326 */         width: 100%;
/* 327 */     }
/* 328 */     .open-shop-menu li ul.sub-menu li ul.sub-menu li a{
/* 329 */         padding-left: 30px;
/* 330 */     }
/* 331 */     .open-shop-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
/* 332 */         padding-left: 50px;
/* 333 */     }
/* 334 */     .open-shop-menu > li > ul.sub-menu {
/* 335 */         position: static;
/* 336 */     }
/* 337 */     .open-shop-menu > li > ul.sub-menu > li ul.sub-menu {
/* 338 */         position: static;
/* 339 */     }
/* 340 */     .open-shop-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
/* 341 */         position: static;
/* 342 */     }
/* 343 */     .open-shop-menu li ul.sub-menu li.menu-active > a > .arrow:before {
/* 344 */         content: "\f106";
/* 345 */     }
/* 346 */   .open-shop-menu > li > a,.top-header-bar .open-shop-menu > li > a,
/* 347 */     .bottom-header-bar .open-shop-menu > li > a {
/* 348 */     padding: 10px 40px 10px 0px!important;
/* 349 */    }
/* 350 */ .top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,

/* open-shop-menu.css */

/* 351 */ .top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
/* 352 */ .bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
/* 353 */ .bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn{
/* 354 */ float:left;
/* 355 */ }
/* 356 */ /*menu-advance-style*/
/* 357 */ .logged-in.admin-bar .sider{
/* 358 */ top:32px;
/* 359 */ }
/* 360 */ .sider.left {
/* 361 */     display: block;
/* 362 */     position: fixed;
/* 363 */     top: 0;
/* 364 */     height: 100vh;
/* 365 */     z-index: 999999;
/* 366 */     width: 280px;
/* 367 */     padding: 2em 1.5em;
/* 368 */     max-width: 100%;
/* 369 */     -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
/* 370 */     box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
/* 371 */     overflow-x: hidden;
/* 372 */     overflow-y: auto;
/* 373 */     font-size: 15px;
/* 374 */     background-color: #fff;
/* 375 */     -webkit-touch-callout: none;
/* 376 */     user-select: none;
/* 377 */     -webkit-overflow-scrolling: touch;
/* 378 */     -webkit-transition: .5s ease-in-out;
/* 379 */     transition: .5s ease-in-out;
/* 380 */ }
/* 381 */ .sider.left {
/* 382 */     left:-100%;
/* 383 */ }
/* 384 */ .sider.left .open-shop-menu > li,
/* 385 */ .sider.right .open-shop-menu > li {
/* 386 */     float: none;
/* 387 */     line-height: initial;
/* 388 */     width: 100%;
/* 389 */     text-align: left;
/* 390 */ }
/* 391 */ .mobile-menu-active .sider::-webkit-scrollbar,.sider.overcenter ul#open-shop-menu::-webkit-scrollbar {
/* 392 */     width: 5px;
/* 393 */ }
/* 394 */ .mobile-menu-active .sider.left,
/* 395 */ .sticky-mobile-menu-active .sider.left,
/* 396 */ .mobile-bottom-menu-active .sider.left{
/* 397 */     left:0px;
/* 398 */ }
/* 399 */ body{
/* 400 */ transition: all 0.2s ease-in-out;

/* open-shop-menu.css */

/* 401 */     -webkit-transition: all 0.23s ease-in-out;
/* 402 */     -moz-transition: all 0.2s ease-in-out;
/* 403 */     left: 0;
/* 404 */ }
/* 405 */ /*right-menu*/
/* 406 */ .sider.right {
/* 407 */     display: block;
/* 408 */     position: fixed;
/* 409 */     top: 0;
/* 410 */         height: 100vh;
/* 411 */     z-index: 999999;
/* 412 */     width: 280px;
/* 413 */     padding: 3em 1.5em;
/* 414 */     max-width: 100%;
/* 415 */     border-right: 1px solid rgba(0,0,0,.1);
/* 416 */     overflow-x: hidden;
/* 417 */     overflow-y: auto;
/* 418 */     font-size: 15px;
/* 419 */     background-color: #fff;
/* 420 */ -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
/* 421 */     box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
/* 422 */     -webkit-touch-callout: none;
/* 423 */     user-select: none;
/* 424 */     -webkit-overflow-scrolling: touch;
/* 425 */        -webkit-transition: .5s ease-in-out;
/* 426 */     transition: .5s ease-in-out;
/* 427 */ }
/* 428 */ .sider.right {
/* 429 */     right:-100%;
/* 430 */     left: auto;
/* 431 */ }
/* 432 */ .mobile-menu-active .sider.right,
/* 433 */ .sticky-mobile-menu-active .sider.right,
/* 434 */ .mobile-bottom-menu-active .sider.right {
/* 435 */     left:auto;
/* 436 */     right:0;
/* 437 */     transition: right 0.3s ease;
/* 438 */ }
/* 439 */  /*center over menu*/
/* 440 */ .sticky-mobile-menu-active .overcenter,
/* 441 */ .mobile-menu-active .sider.open-shop-menu-hide.overcenter,
/* 442 */ .mobile-bottom-menu-active .sider.open-shop-menu-hide.overcenter{
/* 443 */ display:none;
/* 444 */ }
/* 445 */  .mobile-menu-active .sider.overcenter,
/* 446 */  .sticky-mobile-menu-active .sider.overcenter,
/* 447 */  .mobile-bottom-menu-active .sider.overcenter{
/* 448 */   position:fixed;
/* 449 */   left:0px;
/* 450 */   right:0;

/* open-shop-menu.css */

/* 451 */   top:0;
/* 452 */   bottom:0;
/* 453 */   margin:0 auto;
/* 454 */   height: 100vh;
/* 455 */ background: rgba(16,18,19,.95);
/* 456 */   display:block;
/* 457 */   z-index: 9999;
/* 458 */       -webkit-transition: all 0.3s ease;
/* 459 */     -moz-transition: all 0.3s ease;
/* 460 */     -ms-transition: all 0.3s ease;
/* 461 */     -o-transition: all 0.3s ease;
/* 462 */     transition: all 0.3s ease;
/* 463 */         -webkit-animation: bodyfadeIn .3s;
/* 464 */     -moz-animation: bodyfadeIn .3s;
/* 465 */     -ms-animation: bodyfadeIn .3s;
/* 466 */     -o-animation: bodyfadeIn .3s;
/* 467 */     animation: bodyfadeIn .3s;
/* 468 */ }
/* 469 */ .mobile-menu-active .sider.overcenter{
/* 470 */     padding: 90px 0 90px 0px!important;
/* 471 */ }
/* 472 */ .mobile-menu-active .sider.overcenter .open-shop-menu,
/* 473 */ .sticky-mobile-menu-active .sider.overcenter .open-shop-menu,
/* 474 */  .mobile-bottom-menu-active .sider.overcenter .open-shop-menu{
/* 475 */   float: none;
/* 476 */   max-width: 800px;
/* 477 */     margin: 0 auto;
/* 478 */   margin:auto;
/* 479 */ }
/* 480 */ .sticky-mobile-menu-active .sider.overcenter .menu-close-btn,
/* 481 */ .mobile-bottom-menu-active .sider.overcenter .menu-close-btn{
/* 482 */   margin-top:40px;
/* 483 */   margin-left:40px;
/* 484 */ }
/* 485 */ .sider.overcenter{
/* 486 */    -webkit-animation: bodyfadeIn .3s;
/* 487 */     -moz-animation: bodyfadeIn .3s;
/* 488 */     -ms-animation: bodyfadeIn .3s;
/* 489 */     -o-animation: bodyfadeIn .3s;
/* 490 */     animation: bodyfadeIn .3s;
/* 491 */ }
/* 492 */ .overcenter{
/* 493 */   display:none;
/* 494 */ }
/* 495 */  /*close button css*/
/* 496 */  .menu-close-btn {
/* 497 */     -webkit-transform: rotateZ(0deg);
/* 498 */     -moz-transform: rotateZ(0deg);
/* 499 */     transform: rotateZ(0deg);
/* 500 */     -webkit-transition: all 0.3s ease-in-out;

/* open-shop-menu.css */

/* 501 */     -moz-transition: all 0.3s ease-in-out;
/* 502 */     transition: all 0.3s ease-in-out;
/* 503 */ }
/* 504 */ .left .menu-close,.right .menu-close{
/* 505 */ background:#111;
/* 506 */ }
/* 507 */ .menu-close a:hover{
/* 508 */ color:#fff;
/* 509 */ }
/* 510 */ .menu-close-btn{
/* 511 */     margin: 10px;
/* 512 */     width: 14px;
/* 513 */     display: block;
/* 514 */     text-decoration: none;
/* 515 */     top: .75em;
/* 516 */     right: 1em;
/* 517 */     min-width: 1em;
/* 518 */     min-height: 1em;
/* 519 */     transform-origin: center;
/* 520 */     transition: all .3s linear;
/* 521 */     transition-property: transform;
/* 522 */     font-size: 20px;
/* 523 */     color:#fff;
/* 524 */ }
/* 525 */ .menu-close-btn:before {
/* 526 */     -webkit-transform: rotateZ(-45deg);
/* 527 */     -moz-transform: rotateZ(-45deg);
/* 528 */     transform: rotateZ(-45deg);
/* 529 */
/* 530 */ }
/* 531 */ .menu-close-btn:before,.menu-close-btn:after{
/* 532 */     content: '';
/* 533 */     display: block;
/* 534 */     border-top: 1px solid;
/* 535 */     position: absolute;
/* 536 */     left: 0;
/* 537 */     top: 50%;
/* 538 */     width: 100%;
/* 539 */ }
/* 540 */ .menu-close-btn:after{
/* 541 */ -webkit-transform: rotateZ(45deg);
/* 542 */     -moz-transform: rotateZ(45deg);
/* 543 */     transform: rotateZ(45deg);
/* 544 */ }
/* 545 */ .menu-close-btn:hover{
/* 546 */ -webkit-transform: rotateZ(90deg);
/* 547 */     -moz-transform: rotateZ(90deg);
/* 548 */     transform: rotateZ(90deg);
/* 549 */ }
/* 550 */ /*left pan*/

/* open-shop-menu.css */

/* 551 */ .mhdrleftpan .sider{
/* 552 */ left:0;
/* 553 */ position: inherit;
/* 554 */ }
/* 555 */ header.mhdrleftpan .container,
/* 556 */ header.mhdrrightpan .container{
/* 557 */     width:100%;
/* 558 */     max-width: 100%;
/* 559 */     padding:0;
/* 560 */     margin:0;
/* 561 */ }
/* 562 */ .mhdrleft .open-shop-menu {
/* 563 */     padding-left:0!important;
/* 564 */ }
/* 565 */ .mhdrleftpan .sider .hide-menu,.mhdrrightpan .sider .hide-menu{
/* 566 */ display:block;
/* 567 */ }
/* 568 */ .mhdrleftpan .menu-toggle,
/* 569 */ .mhdrrightpan .menu-toggle{
/* 570 */ display:none!important;
/* 571 */ }
/* 572 */ .mhdrleftpan .sider .menu-close-btn,
/* 573 */ .mhdrrightpan .sider .menu-close-btn{
/* 574 */ display:none;
/* 575 */ }
/* 576 */ .mhdrleftpan .sider.left,
/* 577 */ .mhdrleftpan .sider.right,
/* 578 */ .mhdrrightpan .sider.left,
/* 579 */ .mhdrrightpan .sider.right{
/* 580 */ width: 100%;
/* 581 */ max-width: 100%;
/* 582 */ padding-bottom:0;
/* 583 */     height: auto;
/* 584 */ }
/* 585 */ .mhdrleftpan .sider.overcenter,
/* 586 */ .mhdrrightpan .sider.overcenter{
/* 587 */     display: block;
/* 588 */ }
/* 589 */ body.mobile-pan-active{overflow-x: hidden;}
/* 590 */ /*right pan*/
/* 591 */ .mhdrrightpan .sider{
/* 592 */ right:0;
/* 593 */ left:auto;
/* 594 */ position: inherit;
/* 595 */ }
/* 596 */ .mhdrright .open-shop-menu {
/* 597 */     padding-right:0!important;
/* 598 */ }
/* 599 */ .mhdrrightpan .container{
/* 600 */     width:100%;

/* open-shop-menu.css */

/* 601 */     max-width: 100%;
/* 602 */     padding:0;
/* 603 */     margin:0;
/* 604 */ }
/* 605 */ .menu-toggle .menu-btn{
/* 606 */ display:flex;
/* 607 */ }
/* 608 */ .menu-toggle .menu-btn span{
/* 609 */ color:#fff;
/* 610 */ }
/* 611 */ .menu-toggle .menu-btn .text span,.bar-menu-toggle .menu-btn .text span{
/* 612 */ margin-left:5px;
/* 613 */ }
/* 614 */ .open-shop-menu.collapse span.arrow{
/* 615 */  position: absolute;
/* 616 */     right: 20px;
/* 617 */     height: 20px;
/* 618 */     width: 40px;
/* 619 */     line-height: 20px
/* 620 */ }
/* 621 */ .open-shop-menu.collapse li a .arrow:before{
/* 622 */ margin-right: 12px;
/* 623 */ font-size: 13px;
/* 624 */ }
/* 625 */ .open-shop-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
/* 626 */     margin-right: 10px;
/* 627 */     font-size: 12px;
/* 628 */     content: "\f107";
/* 629 */
/* 630 */ }
/* 631 */ .sider .sider-inner ul#open-shop-menu,.open-shop-menu li ul.sub-menu{
/* 632 */     background:transparent;
/* 633 */ }
/* 634 */ .sider  .sider-inner ul#open-shop-menu.open-shop-menu > li > a:hover{
/* 635 */    background:transparent;
/* 636 */ }
/* 637 */ .right .menu-close{
/* 638 */     width: 40px;
/* 639 */     height: 40px;
/* 640 */     top: 0;
/* 641 */     position: absolute;
/* 642 */     left: 0;
/* 643 */ }
/* 644 */ .left .menu-close{
/* 645 */     width: 40px;
/* 646 */     height: 40px;
/* 647 */     top: 0;
/* 648 */     position: absolute;
/* 649 */     right: 0;
/* 650 */ }

/* open-shop-menu.css */

/* 651 */ .main-header .sider-inner ul.open-shop-menu li ul.sub-menu,.sider-inner #open-above-menu.open-shop-menu > li > a:hover,
/* 652 */ .sider-inner #open-above-menu.open-shop-menu li ul.sub-menu,.sider-inner #open-above-menu.open-shop-menu li ul.sub-menu li a:hover,
/* 653 */ .sider-inner #open-above-menu.open-shop-menu li ul.sub-menu li:hover,.main-header .main-header-container nav{
/* 654 */     background:transparent!important;
/* 655 */ }
/* 656 */ .two .main-header-col2 {
/* 657 */     order: 3;
/* 658 */     flex: none!important;
/* 659 */   }
/* 660 */ /********************
/* 661 *| Overcenter Mobile Menu
/* 662 *| *************************/
/* 663 */ .sider.overcenter .sider-inner .open-shop-menu li{
/* 664 */ width:100%!important;
/* 665 */ }
/* 666 */ .sider.overcenter .sider-inner ul.open-shop-menu li a{
/* 667 */ font-size:20px;
/* 668 */ color:#fff;
/* 669 */ font-family: 'Roboto-Bold';
/* 670 */ line-height: initial;
/* 671 */ padding: 10px 0px 10px 0px!important;
/* 672 */
/* 673 */ }
/* 674 */ .sider.overcenter .open-shop-menu ul.sub-menu{
/* 675 */ opacity: inherit;
/* 676 */ display:none;
/* 677 */ float: none;
/* 678 */ text-align: center;
/* 679 */ -webkit-transform: inherit;
/* 680 */ transform: inherit;
/* 681 */ transition: inherit;
/* 682 */ }
/* 683 */ .sider.overcenter .sider-inner ul.open-shop-menu li a:hover {
/* 684 */  background:none;
/* 685 */ color:#ff0052;
/* 686 */ }
/* 687 */ .sider.overcenter .open-shop-menu.collapse span.arrow{
/* 688 */ right:auto;
/* 689 */ }
/* 690 */
/* 691 */ .overcenter .menu-close .menu-close-btn{
/* 692 */     position: absolute;
/* 693 */
/* 694 */ }
/* 695 */ .overcenter .menu-close-btn{
/* 696 */     min-width:1.5em;
/* 697 */     min-height:1.5em;
/* 698 */ top: 1em;
/* 699 */ }
/* 700 */ .overcenter .menu-close-btn:before, .overcenter .menu-close-btn:after{

/* open-shop-menu.css */

/* 701 */ border-top:2px solid;
/* 702 */ }
/* 703 */ /*Left and right pan*/
/* 704 */ .left .menu-item-has-children ul,.right .menu-item-has-children ul{
/* 705 */ display:none;
/* 706 */ }
/* 707 */ .open-shop-menu li ul.sub-menu li a:hover{
/* 708 */     background:none;
/* 709 */ }
/* 710 */ .open-shop-menu ul.sub-menu{
/* 711 */  opacity: inherit;
/* 712 */ display:none;
/* 713 */ float: none;
/* 714 */ -webkit-transform: inherit;
/* 715 */ transform: inherit;
/* 716 */ transition: inherit;
/* 717 */ }
/* 718 */ .open-shop-menu ul.sub-menu.slide{
/* 719 */    -webkit-transform: inherit;
/* 720 */ transform: inherit;
/* 721 */ transition: inherit;
/* 722 */ }
/* 723 */ /*mobile menu wrapper*/
/* 724 */ .open-shop-mobile-menu-wrapper {
/* 725 */     width: 100%;
/* 726 */     top: 0;
/* 727 */     position: fixed;
/* 728 */     height: 100%;
/* 729 */     background: rgba(0,0,0,.4);
/* 730 */     z-index: 99;
/* 731 */     visibility: hidden;
/* 732 */     opacity: 0;
/* 733 */     -webkit-transition: .25s ease-in-out;
/* 734 */     transition: .25s ease-in-out;
/* 735 */     z-index: 1001;
/* 736 */ }
/* 737 */ .mobile-menu-active .open-shop-mobile-menu-wrapper,.sticky-mobile-menu-active .open-shop-mobile-menu-wrapper  {
/* 738 */     visibility: visible;
/* 739 */     opacity: 1;
/* 740 */ }
/* 741 */ @-webkit-keyframes bodyfadeIn {
/* 742 */             0% {opacity: 0;}
/* 743 */             100% {opacity: 1;}
/* 744 */ }
/* 745 */
/* 746 */          @keyframes bodyfadeIn{
/* 747 */             0% {opacity: 0;}
/* 748 */             100% {opacity: 1;}
/* 749 */  }
/* 750 */ }

/* open-shop-menu.css */

/* 751 */ @media screen and (max-width: 768px){
/* 752 */ /*mobile pan style*/
/* 753 */ .header-pan-icon{
/* 754 */     display: block;
/* 755 */ }
/* 756 */ .mhdrleftpan .header-pan-icon span{
/* 757 */     position: fixed;
/* 758 */     top: 10%;
/* 759 */     left: 0;
/* 760 */     background-color: #008ec2;
/* 761 */     color: #fff;
/* 762 */     font-size: 1.2em;
/* 763 */     width:30px;
/* 764 */     height:50px;
/* 765 */     line-height:50px;
/* 766 */     text-align: center;
/* 767 */     z-index: 10000;
/* 768 */     -webkit-transition: left .2s ease-in-out;
/* 769 */     -moz-transition: left .2s ease-in-out;
/* 770 */     transition: left .2s ease-in-out;
/* 771 */ }
/* 772 */ .mhdrrightpan .header-pan-icon span{
/* 773 */ left:auto;
/* 774 */ right:0;
/* 775 */ position: fixed;
/* 776 */     top: 10%;
/* 777 */     background-color: #008ec2;
/* 778 */     color: #fff;
/* 779 */     font-size: 1.2em;
/* 780 */     width:30px;
/* 781 */     height:50px;
/* 782 */     line-height:50px;
/* 783 */     text-align: center;
/* 784 */     z-index: 10000;
/* 785 */     -webkit-transition: right .2s ease-in-out;
/* 786 */     -moz-transition: right .2s ease-in-out;
/* 787 */     transition: right .2s ease-in-out;
/* 788 */ }
/* 789 */ .mobile-pan-active .mhdrleftpan .header-pan-icon span {
/* 790 */     left: 270px;
/* 791 */ }
/* 792 */ .mobile-pan-active .mhdrrightpan .header-pan-icon span {
/* 793 */     left: auto;
/* 794 */     right:270px;
/* 795 */ }
/* 796 */ .mhdrleftpan #page.open-site{
/* 797 */ margin-left:auto!important;
/* 798 */ }
/* 799 */ .mhdrrightpan #page.open-site{
/* 800 */ margin-right:auto!important;

/* open-shop-menu.css */

/* 801 */ }
/* 802 */  header.mhdrleftpan{
/* 803 */ left: -270px!important;
/* 804 */ right: auto;
/* 805 */ -webkit-transition: left .2s ease-in-out;
/* 806 */     -moz-transition: left .2s ease-in-out;
/* 807 */     transition: left .2s ease-in-out;
/* 808 */ }
/* 809 */ header.mhdrrightpan{
/* 810 */ right: -270px!important;
/* 811 */ left: auto;
/* 812 */ -webkit-transition: right .2s ease-in-out;
/* 813 */     -moz-transition: right .2s ease-in-out;
/* 814 */     transition: right .2s ease-in-out;
/* 815 */ }
/* 816 */ .mobile-pan-active header.mhdrleftpan{
/* 817 */ left: 0px!important;
/* 818 */ right: auto;
/* 819 */ -webkit-transition: left .2s ease-in-out;
/* 820 */     -moz-transition: left .2s ease-in-out;
/* 821 */     transition: left .2s ease-in-out;
/* 822 */ }
/* 823 */ .mobile-pan-active header.mhdrrightpan{
/* 824 */ right: 0px!important;
/* 825 */ left: auto;
/* 826 */ -webkit-transition: right .2s ease-in-out;
/* 827 */     -moz-transition: right .2s ease-in-out;
/* 828 */     transition: right .2s ease-in-out;
/* 829 */ }
/* 830 */ .mhdrleftpan #page.open-site {
/* 831 */ left:0px!important;
/* 832 */ -webkit-transition: left .2s ease-in-out;
/* 833 */     -moz-transition: left .2s ease-in-out;
/* 834 */     transition: left .2s ease-in-out;
/* 835 */ }
/* 836 */ .mhdrrightpan #page.open-site {
/* 837 */ right:0px!important;
/* 838 */ -webkit-transition:  right .2s ease-in-out;
/* 839 */     -moz-transition:  right .2s ease-in-out;
/* 840 */     transition:  right .2s ease-in-out;
/* 841 */ }
/* 842 */ .mobile-pan-active.mhdrleftpan #page.open-site {
/* 843 */ left:270px!important;
/* 844 */ -webkit-transition: left .2s ease-in-out;
/* 845 */     -moz-transition: left .2s ease-in-out;
/* 846 */     transition: left .2s ease-in-out;
/* 847 */ }
/* 848 */ .mobile-pan-active.mhdrrightpan #page.open-site {
/* 849 */ right:270px!important;
/* 850 */ -webkit-transition: right .2s ease-in-out;

/* open-shop-menu.css */

/* 851 */     -moz-transition: right .2s ease-in-out;
/* 852 */     transition: right .2s ease-in-out;
/* 853 */ }
/* 854 */ .open-site .mhdrleftpan .pan-icon:before{
/* 855 */ content: "\f101";
/* 856 */ font-family:FontAwesome;
/* 857 */ }
/* 858 */ .mobile-pan-active .open-site .mhdrleftpan .pan-icon:before{
/* 859 */ content: "\f100";
/* 860 */ font-family:FontAwesome;
/* 861 */ }
/* 862 */ .open-site .mhdrrightpan .pan-icon:before{
/* 863 */ content: "\f100";
/* 864 */ font-family:FontAwesome;
/* 865 */ }
/* 866 */ .mobile-pan-active .open-site .mhdrrightpan .pan-icon:before{
/* 867 */ content: "\f101";
/* 868 */ font-family:FontAwesome;
/* 869 */ }
/* 870 */ .mhdrleftpan .site-content #primary,
/* 871 */ .mhdrrightpan .site-content #primary {
/* 872 */     margin: 0px;
/* 873 */ }
/* 874 */  header.mhdrleftpan .open-cart{
/* 875 */ left: -270px!important;
/* 876 */ right: auto;
/* 877 */ -webkit-transition: left .2s ease-in-out;
/* 878 */     -moz-transition: left .2s ease-in-out;
/* 879 */     transition: left .2s ease-in-out;
/* 880 */ }
/* 881 */ header.mhdrrightpan .open-cart{
/* 882 */ right: -270px!important;
/* 883 */ left: auto;
/* 884 */ -webkit-transition: right .2s ease-in-out;
/* 885 */     -moz-transition: right .2s ease-in-out;
/* 886 */     transition: right .2s ease-in-out;
/* 887 */ }
/* 888 */ .cart-pan-active header.mhdrleftpan .open-cart{
/* 889 */ left: 0px!important;
/* 890 */ right:auto;
/* 891 */ }
/* 892 */ .cart-pan-active header.mhdrrightpan .open-cart{
/* 893 */ right: 0px!important;
/* 894 */ left: auto;
/* 895 */ }
/* 896 */ }
/* 897 */ @media screen and (max-width:544px) {
/* 898 */ /*inline menu*/
/* 899 */ .inline .open-logo img{
/* 900 */ height:auto;

/* open-shop-menu.css */

/* 901 */  }
/* 902 */ .inline .two .main-header-container {
/* 903 */     flex-wrap: nowrap;
/* 904 */ }
/* 905 */  .mhdrcenter.inline .two .main-header-container {
/* 906 */     flex-wrap: wrap;
/* 907 */ }
/* 908 */ .stack .two .main-header-col1,
/* 909 */ .stack .two .main-header-col2{
/* 910 */ justify-content: center;
/* 911 */ text-align:center;
/* 912 */ width:100%;
/* 913 */ }
/* 914 */ .stack .open-shop-menu .menu-custom-search{
/* 915 */ text-align:left;
/* 916 */ }
/* 917 */ .main-header.mhdrright.stack .two .main-header-col1{
/* 918 */ text-align:center;
/* 919 */ }
/* 920 */ .main-header.mhdrright .two .main-header-col2{
/* 921 */ justify-content: center;
/* 922 */ }
/* 923 */ }
/* 924 */
/* 925 */ .mobile-menu-active .open-shop-menu ul.sub-menu,
/* 926 */ .sticky-mobile-menu-active .open-shop-menu ul.sub-menu{
/* 927 */ box-shadow:none;
/* 928 */ }
/* 929 */ /************************/
/* 930 */ /*menu description style*/
/* 931 */ /************************/
/* 932 */ #open-above-menu .menu-item-description,
/* 933 */ #open-footer-menu  .menu-item-description{
/* 934 */ display:none;
/* 935 */ }
/* 936 */ nav .menu-item-description{
/* 937 */     position: absolute;
/* 938 */     top: -3px;
/* 939 */     left: calc(100% - 25px);
/* 940 */     background-color:#111;
/* 941 */     font-size: 11px;
/* 942 */     padding: 3px 5px;
/* 943 */     line-height: 10px;
/* 944 */     color: #fff;
/* 945 */ }
/* 946 */ nav .menu-item-description:after {
/* 947 */     position: absolute;
/* 948 */     content: '';
/* 949 */     width: 0;
/* 950 */     height: 0;

/* open-shop-menu.css */

/* 951 */     border-left: 0px solid transparent;
/* 952 */     border-right: 6px solid transparent;
/* 953 */     left: 3px;
/* 954 */     bottom: -4px;
/* 955 */ }
/* 956 */ /*red*/
/* 957 */ .open-shop-menu > li:nth-child(4n+1) .menu-item-description{
/* 958 */ background:rgb(233, 102, 86);
/* 959 */ }
/* 960 */ .open-shop-menu > li:nth-child(4n+1) .menu-item-description:after{
/* 961 */ border-top: 4px solid rgb(233, 102, 86);
/* 962 */ }
/* 963 */ /*yellow*/
/* 964 */ .open-shop-menu > li:nth-child(4n-2) .menu-item-description{
/* 965 */ background:rgb(243, 200, 36);
/* 966 */ }
/* 967 */ .open-shop-menu > li:nth-child(4n+2) .menu-item-description:after{
/* 968 */ border-top: 4px solid rgb(243, 200, 36);
/* 969 */ }
/* 970 */ /*green*/
/* 971 */ .open-shop-menu > li:nth-child(4n-1) .menu-item-description{
/* 972 */ background:rgb(52, 210, 147);
/* 973 */ }
/* 974 */ .open-shop-menu > li:nth-child(4n-1) .menu-item-description:after{
/* 975 */ border-top: 4px solid rgb(52, 210, 147);
/* 976 */ }
/* 977 */ /*blue*/
/* 978 */ .open-shop-menu > li:nth-child(4n) .menu-item-description{
/* 979 */ background:rgb(58, 176, 226);
/* 980 */ }
/* 981 */ .open-shop-menu > li:nth-child(4n) .menu-item-description:after{
/* 982 */ border-top: 4px solid rgb(58, 176, 226);
/* 983 */ }
/* 984 */ .mobile-menu-active nav .menu-item-description,
/* 985 */ .sticky-mobile-menu-active nav .menu-item-description,
/* 986 */ .pan-content nav .menu-item-description{
/* 987 */     position: relative;
/* 988 */     top: 0;
/* 989 */     left: auto;
/* 990 */     background-color: #111;
/* 991 */     font-size: 11px;
/* 992 */     padding: 3px 5px;
/* 993 */     line-height: 10px;
/* 994 */     color: #fff;
/* 995 */     display: inline-block;
/* 996 */     margin-left: 10px;
/* 997 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1    */ /******************/
/* 2    */
/* 3    */ /*WPC ICONS STYLES */
/* 4    */
/* 5    */ /******************/
/* 6    */ .thunk-product .woosw-btn:before, .woosw-btn:before {
/* 7    */      content: "\f08a";
/* 8    */     font-family: 'fontawesome';
/* 9    */     margin: 0;
/* 10   */     font-size: 12px;
/* 11   */ }
/* 12   */
/* 13   */ .thunk-product .woosw-btn, .woosw-btn, .thunk-product .wooscp-btn, .wooscp-btn {
/* 14   */     position: relative;
/* 15   */     justify-content: center;
/* 16   */     font-size: 0;
/* 17   */     background: transparent;
/* 18   */ }
/* 19   */
/* 20   */ .thunk-product .woosw-added:before, .woosw-added:before {
/* 21   */     content: "\f004" !important;
/* 22   */     margin: 0 !important;
/* 23   */ }
/* 24   */
/* 25   */ .thunk-product .wooscp-btn:before, .wooscp-btn:before {
/* 26   */     content: "\f0ec" !important;
/* 27   */     font-family: 'fontawesome';
/* 28   */     margin: 0 !important;
/* 29   */     font-size: 12px;
/* 30   */ }
/* 31   */
/* 32   */ .thunk-product .woosw-btn:after {
/* 33   */     color: #c8c8c8;
/* 34   */     content: "|";
/* 35   */     display: inline-block;
/* 36   */     margin: 0 4px 0 4px;
/* 37   */     font-size: 12px;
/* 38   */ }
/* 39   */
/* 40   */ .sidebar-content-area span.product-title {
/* 41   */     font-weight: bold;
/* 42   */ }
/* 43   */
/* 44   */ /***********************/
/* 45   */
/* 46   */ /*structure style*/
/* 47   */
/* 48   */ /***********************/
/* 49   */
/* 50   */ /*--------------------------------------------------------------

/* style.css *|

/* 51   *| 1.0 Normalize
/* 52   *| Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
/* 53   *| --------------------------------------------------------------*/
/* 54   */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
/* 55   */     border: 0;
/* 56   */     font-size: 100%;
/* 57   */     font-style: inherit;
/* 58   */     font-weight: inherit;
/* 59   */     margin: 0;
/* 60   */     outline: 0;
/* 61   */     padding: 0;
/* 62   */     vertical-align: baseline;
/* 63   */ }
/* 64   */
/* 65   */ html {
/* 66   */     font-family: sans-serif;
/* 67   */     -webkit-text-size-adjust: 100%;
/* 68   */     -ms-text-size-adjust: 100%;
/* 69   */     text-rendering: optimizeLegibility !important;
/* 70   */     -webkit-font-smoothing: antialiased !important;
/* 71   */ }
/* 72   */
/* 73   */ article, aside, footer, header, nav, section {
/* 74   */     display: block;
/* 75   */     clear: both;
/* 76   */ }
/* 77   */
/* 78   */ *, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
/* 79   */     margin: 0;
/* 80   */     padding: 0;
/* 81   */ }
/* 82   */
/* 83   */ h1, h2, h3, h4, h5, h6 {
/* 84   */     font-family: "Roboto-Bold", sans-serif;
/* 85   */     letter-spacing: 1px;
/* 86   */ }
/* 87   */
/* 88   */ h1 {
/* 89   */     font-size: 24px;
/* 90   */     line-height: 38px;
/* 91   */ }
/* 92   */
/* 93   */ h2 {
/* 94   */     font-size: 22px;
/* 95   */     line-height: 35px;
/* 96   */ }
/* 97   */
/* 98   */ h3 {
/* 99   */     font-size: 20px;
/* 100  */     line-height: 32px;

/* style.css */

/* 101  */ }
/* 102  */
/* 103  */ h4 {
/* 104  */     font-size: 18px;
/* 105  */     line-height: 29px;
/* 106  */ }
/* 107  */
/* 108  */ h5 {
/* 109  */     font-size: 17px;
/* 110  */     line-height: 27px;
/* 111  */ }
/* 112  */
/* 113  */ h6 {
/* 114  */     font-size: 16px;
/* 115  */     line-height: 25px;
/* 116  */ }
/* 117  */
/* 118  */ a {
/* 119  */     text-decoration: none !important;
/* 120  */     cursor: pointer;
/* 121  */ }
/* 122  */
/* 123  */ figcaption, main {
/* 124  */     display: block;
/* 125  */     max-width: 100%;
/* 126  */ }
/* 127  */
/* 128  */ figure {
/* 129  */     margin: 1em 0;
/* 130  */ }
/* 131  */
/* 132  */ embed, iframe, object, video {
/* 133  */     margin-bottom: 1.5em;
/* 134  */     max-width: 100%;
/* 135  */     vertical-align: middle;
/* 136  */ }
/* 137  */
/* 138  */ iframe {
/* 139  */     width: 100%;
/* 140  */     height: 100%;
/* 141  */ }
/* 142  */
/* 143  */ hr {
/* 144  */     -webkit-box-sizing: content-box;
/* 145  */     -moz-box-sizing: content-box;
/* 146  */     box-sizing: content-box;
/* 147  */     height: 0;
/* 148  */     overflow: visible;
/* 149  */ }
/* 150  */

/* style.css */

/* 151  */ pre {
/* 152  */     font-size: 1em;
/* 153  */ }
/* 154  */
/* 155  */ a:focus, button:focus, span:focus, .search-close-btn:focus, #search-button:focus, #product_cat:focus, input:focus, input[type="submit"]:focus, .menu-toggle .menu-btn:focus, #search-button:focus {
/* 156  */     outline: thin dotted;
/* 157  */     text-decoration: none;
/* 158  */ }
/* 159  */
/* 160  */ a {
/* 161  */     background-color: transparent;
/* 162  */     -webkit-text-decoration-skip: objects;
/* 163  */ }
/* 164  */
/* 165  */ a:active, a:hover, a:visited {
/* 166  */     outline: none;
/* 167  */ }
/* 168  */
/* 169  */ a, a:hover, button {
/* 170  */     text-decoration: none;
/* 171  */     -webkit-transition: all 0.3s ease;
/* 172  */     -moz-transition: all 0.3s ease;
/* 173  */     -ms-transition: all 0.3s ease;
/* 174  */     -o-transition: all 0.3s ease;
/* 175  */     transition: all 0.3s ease;
/* 176  */ }
/* 177  */
/* 178  */ abbr[title] {
/* 179  */     border-bottom: 1px #767676 dotted;
/* 180  */     text-decoration: none;
/* 181  */ }
/* 182  */
/* 183  */ b, strong {
/* 184  */     font-weight: inherit;
/* 185  */ }
/* 186  */
/* 187  */ code, kbd, samp {
/* 188  */     font-family: "Roboto-Medium", sans-serif;
/* 189  */     font-size: 1em;
/* 190  */ }
/* 191  */
/* 192  */ dfn {
/* 193  */     font-style: italic;
/* 194  */ }
/* 195  */
/* 196  */ mark {
/* 197  */     background-color: #eee;
/* 198  */     color: #222;
/* 199  */ }
/* 200  */

/* style.css */

/* 201  */ small {
/* 202  */     font-size: 80%;
/* 203  */ }
/* 204  */
/* 205  */ sub, sup {
/* 206  */     font-size: 75%;
/* 207  */     line-height: 0;
/* 208  */     position: relative;
/* 209  */     vertical-align: baseline;
/* 210  */ }
/* 211  */
/* 212  */ sub {
/* 213  */     bottom: -0.25em;
/* 214  */ }
/* 215  */
/* 216  */ sup {
/* 217  */     top: -0.5em;
/* 218  */ }
/* 219  */
/* 220  */ audio, video {
/* 221  */     display: inline-block;
/* 222  */ }
/* 223  */
/* 224  */ audio:not([controls]) {
/* 225  */     display: none;
/* 226  */     height: 0;
/* 227  */ }
/* 228  */
/* 229  */ img {
/* 230  */     border-style: none;
/* 231  */     max-width: 100%;
/* 232  */     height: auto;
/* 233  */ }
/* 234  */
/* 235  */ svg:not(:root) {
/* 236  */     overflow: hidden;
/* 237  */ }
/* 238  */
/* 239  */ button, input, optgroup, select, textarea {
/* 240  */     font-family: 'Roboto-Regular', sans-serif;
/* 241  */     font-size: 100%;
/* 242  */     line-height: 1.15;
/* 243  */     margin: 0;
/* 244  */ }
/* 245  */
/* 246  */ button, input {
/* 247  */     overflow: visible;
/* 248  */ }
/* 249  */
/* 250  */ button, select {

/* style.css */

/* 251  */     text-transform: none;
/* 252  */ }
/* 253  */
/* 254  */ button, html [type="button"], [type="reset"], [type="submit"] {
/* 255  */     -webkit-appearance: button;
/* 256  */ }
/* 257  */
/* 258  */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
/* 259  */     border-style: none;
/* 260  */     padding: 0;
/* 261  */ }
/* 262  */
/* 263  */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
/* 264  */     outline: 1px dotted ButtonText;
/* 265  */ }
/* 266  */
/* 267  */ button {
/* 268  */     border: 0;
/* 269  */ }
/* 270  */
/* 271  */ button:hover {
/* 272  */     cursor: pointer;
/* 273  */ }
/* 274  */
/* 275  */ fieldset {
/* 276  */     border: 1px solid #bbb;
/* 277  */     margin: 0 2px;
/* 278  */     padding: 0.35em 0.625em 0.75em;
/* 279  */ }
/* 280  */
/* 281  */ legend {
/* 282  */     -webkit-box-sizing: border-box;
/* 283  */     -moz-box-sizing: border-box;
/* 284  */     box-sizing: border-box;
/* 285  */     color: inherit;
/* 286  */     display: table;
/* 287  */     max-width: 100%;
/* 288  */     padding: 0;
/* 289  */     white-space: normal;
/* 290  */ }
/* 291  */
/* 292  */ progress {
/* 293  */     display: inline-block;
/* 294  */     vertical-align: baseline;
/* 295  */ }
/* 296  */
/* 297  */ .page-links {
/* 298  */     clear: both;
/* 299  */     padding: 15px 0px;
/* 300  */     width: 100%;

/* style.css */

/* 301  */ }
/* 302  */
/* 303  */ textarea {
/* 304  */     overflow: auto;
/* 305  */ }
/* 306  */
/* 307  */ [type="checkbox"], [type="radio"] {
/* 308  */     -webkit-box-sizing: border-box;
/* 309  */     -moz-box-sizing: border-box;
/* 310  */     box-sizing: border-box;
/* 311  */     padding: 0;
/* 312  */ }
/* 313  */
/* 314  */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
/* 315  */     height: auto;
/* 316  */ }
/* 317  */
/* 318  */ [type="search"] {
/* 319  */     -webkit-appearance: textfield;
/* 320  */     outline-offset: -2px;
/* 321  */ }
/* 322  */
/* 323  */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
/* 324  */     -webkit-appearance: none;
/* 325  */ }
/* 326  */
/* 327  */ ::-webkit-file-upload-button {
/* 328  */     -webkit-appearance: button;
/* 329  */     font: inherit;
/* 330  */ }
/* 331  */
/* 332  */ details, menu {
/* 333  */     display: block;
/* 334  */ }
/* 335  */
/* 336  */ summary {
/* 337  */     display: list-item;
/* 338  */ }
/* 339  */
/* 340  */ canvas {
/* 341  */     display: inline-block;
/* 342  */ }
/* 343  */
/* 344  */ template {
/* 345  */     display: none;
/* 346  */ }
/* 347  */
/* 348  */ table {
/* 349  */     border-collapse: separate;
/* 350  */     border-spacing: 0;

/* style.css */

/* 351  */     border-width: 1px 0 0 1px;
/* 352  */     margin: 0 0 1.5em;
/* 353  */     width: 100%;
/* 354  */ }
/* 355  */
/* 356  */ table {
/* 357  */     border-collapse: collapse;
/* 358  */     border-spacing: 0;
/* 359  */ }
/* 360  */
/* 361  */ td, th {
/* 362  */     padding: 8px;
/* 363  */     text-align: left;
/* 364  */     border-width: 0 1px 1px 0;
/* 365  */ }
/* 366  */
/* 367  */ th, th a, dt, b, strong {
/* 368  */     font-family: 'Roboto-Bold', sans-serif;
/* 369  */ }
/* 370  */
/* 371  */ table, td, th {
/* 372  */     border: 1px solid rgba(0, 0, 0, .1);
/* 373  */ }
/* 374  */
/* 375  */ a {
/* 376  */     color: #1c1d1e;
/* 377  */ }
/* 378  */
/* 379  */ a:hover {
/* 380  */     color: #ff0052;
/* 381  */ }
/* 382  */
/* 383  */ dd {
/* 384  */     margin: 0 1.5em 1.5em;
/* 385  */ }
/* 386  */
/* 387  */ ul {
/* 388  */     list-style: disc;
/* 389  */ }
/* 390  */
/* 391  */ ol, ul {
/* 392  */     margin: 0 0 1.5em 3em;
/* 393  */ }
/* 394  */
/* 395  */ address {
/* 396  */     margin: 0 0 1.5em;
/* 397  */ }
/* 398  */
/* 399  */ blockquote {
/* 400  */     border-left: 5px solid rgba(0, 0, 0, .05);

/* style.css */

/* 401  */     padding: 15px;
/* 402  */     font-size: 15px;
/* 403  */     font-style: italic;
/* 404  */     margin: 0 0 1.5em;
/* 405  */     line-height: inherit;
/* 406  */     position: relative;
/* 407  */ }
/* 408  */
/* 409  */ blockquote, q {
/* 410  */     quotes: "" "";
/* 411  */ }
/* 412  */
/* 413  */ pre {
/* 414  */     background: #eee;
/* 415  */     margin-bottom: 1.6em;
/* 416  */     overflow: auto;
/* 417  */     max-width: 100%;
/* 418  */     padding: 1.6em;
/* 419  */ }
/* 420  */
/* 421  */ code, kbd, pre, samp {
/* 422  */     font-size: 1em;
/* 423  */ }
/* 424  */
/* 425  */ *, :after, :before {
/* 426  */     -webkit-box-sizing: inherit;
/* 427  */     -moz-box-sizing: inherit;
/* 428  */     box-sizing: inherit;
/* 429  */ }
/* 430  */
/* 431  */ body {
/* 432  */     color: #1c1d1e;
/* 433  */     background: #f7f7f7;
/* 434  */     font-style: normal;
/* 435  */     font-size: 13px;
/* 436  */     line-height: 21px;
/* 437  */     letter-spacing: 0.8px;
/* 438  */     margin: 0;
/* 439  */     padding: 0;
/* 440  */     font-family: "Roboto-Regular", sans-serif;
/* 441  */     font-weight: inherit;
/* 442  */     text-rendering: optimizeLegibility;
/* 443  */     -webkit-font-smoothing: antialiased;
/* 444  */     -moz-osx-font-smoothing: grayscale;
/* 445  */     text-rendering: optimizeLegibility;
/* 446  */     -moz-font-feature-settings: "liga" on;
/* 447  */ }
/* 448  */
/* 449  */ p {
/* 450  */     font-size: 14px;

/* style.css */

/* 451  */     line-height: 2;
/* 452  */     letter-spacing: .03rem;
/* 453  */     word-spacing: .1rem;
/* 454  */     padding-bottom: 15px;
/* 455  */ }
/* 456  */
/* 457  */ /* WordPress Gallery
/* 458  *| ------------------------------------------ */
/* 459  */ .gallery {
/* 460  */     margin-left: -0.5em;
/* 461  */     margin-right: -0.5em;
/* 462  */ }
/* 463  */
/* 464  */ .gallery:after {
/* 465  */     display: table;
/* 466  */     content: "";
/* 467  */     clear: both;
/* 468  */ }
/* 469  */
/* 470  */ .gallery-item {
/* 471  */     margin: 0;
/* 472  */     float: left;
/* 473  */     padding: 0.5em;
/* 474  */ }
/* 475  */
/* 476  */ .gallery-item img {
/* 477  */     width: 100%;
/* 478  */ }
/* 479  */
/* 480  */ .gallery-columns-1 .gallery-item {
/* 481  */     width: 100%;
/* 482  */     float: none;
/* 483  */ }
/* 484  */
/* 485  */ .gallery-columns-2 .gallery-item {
/* 486  */     width: 50%
/* 487  */ }
/* 488  */
/* 489  */ .gallery-columns-3 .gallery-item {
/* 490  */     width: 33.3333%
/* 491  */ }
/* 492  */
/* 493  */ .gallery-columns-4 .gallery-item {
/* 494  */     width: 25%
/* 495  */ }
/* 496  */
/* 497  */ .gallery-columns-5 .gallery-item {
/* 498  */     width: 20%
/* 499  */ }
/* 500  */

/* style.css */

/* 501  */ .gallery-columns-6 .gallery-item {
/* 502  */     width: 16.6667%
/* 503  */ }
/* 504  */
/* 505  */ .gallery-columns-7 .gallery-item {
/* 506  */     width: 14.2857%
/* 507  */ }
/* 508  */
/* 509  */ .gallery-columns-8 .gallery-item {
/* 510  */     width: 12.5%
/* 511  */ }
/* 512  */
/* 513  */ .gallery-columns-9 .gallery-item {
/* 514  */     width: 11.1111%
/* 515  */ }
/* 516  */
/* 517  */ .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
/* 518  */     clear: left;
/* 519  */ }
/* 520  */
/* 521  */ .gallery-caption {
/* 522  */ }
/* 523  */
/* 524  */ .bypostauthor {
/* 525  */ }
/* 526  */
/* 527  */ /*************/
/* 528  */
/* 529  */ /*Pre-loader*/
/* 530  */
/* 531  */ /*************/
/* 532  */ .open_shop_overlayloader {
/* 533  */     position: fixed;
/* 534  */     top: 0;
/* 535  */     left: 0;
/* 536  */     right: 0;
/* 537  */     bottom: 0;
/* 538  */     background-color: #f5f5f5;
/* 539  */     z-index: 99999;
/* 540  */     height: 100%;
/* 541  */     width: 100%;
/* 542  */     overflow: hidden !important;
/* 543  */ }
/* 544  */
/* 545  */ .open-shop-pre-loader img {
/* 546  */     text-indent: -9999em;
/* 547  */     position: absolute;
/* 548  */     top: 50%;
/* 549  */     left: 50%;
/* 550  */     transform: translate(-50%, -50%);

/* style.css */

/* 551  */     display: block;
/* 552  */     background-position: center;
/* 553  */     -webkit-animation-delay: -0.16s;
/* 554  */     animation-delay: -0.16s;
/* 555  */ }
/* 556  */
/* 557  */ /* Accessibility */
/* 558  */
/* 559  */ /* Text meant only for screen readers. */
/* 560  */ .screen-reader-text {
/* 561  */     border: 0;
/* 562  */     clip: rect(1px, 1px, 1px, 1px);
/* 563  */     clip-path: inset(50%);
/* 564  */     height: 1px;
/* 565  */     margin: -1px;
/* 566  */     overflow: hidden;
/* 567  */     padding: 0;
/* 568  */     position: absolute !important;
/* 569  */     width: 1px;
/* 570  */     word-wrap: normal !important;  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/* 571  */ }
/* 572  */
/* 573  */ .screen-reader-text:focus {
/* 574  */     background-color: #006799;
/* 575  */     border-radius: 0;
/* 576  */     box-shadow: none;
/* 577  */     clip: auto !important;
/* 578  */     clip-path: none;
/* 579  */     color: #fff;
/* 580  */     display: block;
/* 581  */     font-size: 14px;
/* 582  */     font-size: 0.875rem;
/* 583  */     font-weight: bold;
/* 584  */     height: auto;
/* 585  */     left: 5px;
/* 586  */     line-height: normal;
/* 587  */     padding: 8px 25px;
/* 588  */     text-decoration: none;
/* 589  */     top: 5px;
/* 590  */     width: auto;
/* 591  */     z-index: 100000;  /* Above WP toolbar. */
/* 592  */ }
/* 593  */
/* 594  */ /* Do not show the outline on the skip link target. */
/* 595  */ #content[tabindex="-1"]:focus {
/* 596  */     outline: 0;
/* 597  */ }
/* 598  */
/* 599  */ .container {
/* 600  */     position: relative;

/* style.css */

/* 601  */     margin-left: auto;
/* 602  */     margin-right: auto;
/* 603  */     padding-left: 20px;
/* 604  */     padding-right: 20px;
/* 605  */     max-width: 1220px;
/* 606  */     width: 100%;
/* 607  */     box-sizing: border-box;
/* 608  */ }
/* 609  */
/* 610  */ .top-header-bar, .main-header-bar, .top-footer-bar, .below-footer-bar, .widget-footer-wrap, .widget-cs-container {
/* 611  */     display: -ms-flexbox;
/* 612  */     display: flex;
/* 613  */     -webkit-box-align: center;
/* 614  */     -webkit-align-items: center;
/* 615  */     -moz-box-align: center;
/* 616  */     -ms-flex-align: center;
/* 617  */     align-items: center;
/* 618  */     -webkit-flex-wrap: wrap;
/* 619  */     -ms-flex-wrap: wrap;
/* 620  */     flex-wrap: wrap;
/* 621  */     -webkit-align-content: center;
/* 622  */     -ms-flex-line-pack: center;
/* 623  */     align-content: center;
/* 624  */ }
/* 625  */
/* 626  */ .below-footer .below-footer-bar {
/* 627  */     line-height: 40px;
/* 628  */ }
/* 629  */
/* 630  */ header {
/* 631  */     background: #fff;
/* 632  */ }
/* 633  */
/* 634  */ .below-header-bar {
/* 635  */     height: 62px;
/* 636  */ }
/* 637  */
/* 638  */ .top-header {
/* 639  */     border-bottom: solid;
/* 640  */     border-bottom-width: 0px;
/* 641  */ }
/* 642  */
/* 643  */ .top-header, .main-header, .below-header {
/* 644  */     position: relative;
/* 645  */ }
/* 646  */
/* 647  */ .top-header:before {
/* 648  */     content: "";
/* 649  */     position: absolute;
/* 650  */     top: 0;

/* style.css */

/* 651  */     left: 0;
/* 652  */     width: 100%;
/* 653  */     height: 100%;
/* 654  */     background: #f7f8f9;
/* 655  */ }
/* 656  */
/* 657  */ .top-header .top-header-bar {
/* 658  */     line-height: 45px;
/* 659  */ }
/* 660  */
/* 661  */ /*below header special css*/
/* 662  */ .below-header-col1 {
/* 663  */     float: left;
/* 664  */     width: 21%;
/* 665  */ }
/* 666  */
/* 667  */ .below-header-col3 {
/* 668  */     float: left;
/* 669  */     width: 22%;
/* 670  */ }
/* 671  */
/* 672  */ .below-header-col2 {
/* 673  */     width: 57%;
/* 674  */     float: left;
/* 675  */     text-align: center;
/* 676  */ }
/* 677  */
/* 678  */ .main-header:before, .below-header:before {
/* 679  */     content: "";
/* 680  */     position: absolute;
/* 681  */     top: 0;
/* 682  */     left: 0;
/* 683  */     width: 100%;
/* 684  */     height: 100%;
/* 685  */     background: #fff;
/* 686  */ }
/* 687  */
/* 688  */ /********************/
/* 689  */
/* 690  */ /*thnk-col csss*/
/* 691  */
/* 692  */ /********************/
/* 693  */ .thnk-col-3 .top-header-col1, .thnk-col-3 .top-header-col2, .thnk-col-3 .top-footer-col1, .thnk-col-3 .top-footer-col2, .thnk-col-3 .below-footer-col1, .thnk-col-3 .below-footer-col2 {
/* 694  */     -webkit-box-flex: 1;
/* 695  */     -webkit-flex: 1;
/* 696  */     -moz-box-flex: 1;
/* 697  */     -ms-flex: 1;
/* 698  */     flex: 1;
/* 699  */ }
/* 700  */

/* style.css */

/* 701  */ .thnk-col-3 .top-header-col2, .thnk-col-3 .top-footer-col2, .thnk-col-3 .below-footer-col2 {
/* 702  */     -webkit-box-pack: center;
/* 703  */     -webkit-justify-content: flex-center;
/* 704  */     -moz-box-pack: center;
/* 705  */     -ms-flex-pack: center;
/* 706  */     justify-content: flex-center;
/* 707  */     text-align: center;
/* 708  */ }
/* 709  */
/* 710  */ .thnk-col-3 .top-header-col3, .thnk-col-3 .top-footer-col3, .thnk-col-3 .below-footer-col3 {
/* 711  */     -webkit-box-pack: end;
/* 712  */     -webkit-justify-content: flex-end;
/* 713  */     -moz-box-pack: end;
/* 714  */     -ms-flex-pack: end;
/* 715  */     justify-content: flex-end;
/* 716  */     -webkit-box-flex: 1;
/* 717  */     -webkit-flex: 1;
/* 718  */     -moz-box-flex: 1;
/* 719  */     -ms-flex: 1;
/* 720  */     flex: 1;
/* 721  */     text-align: right;
/* 722  */ }
/* 723  */
/* 724  */ .thnk-col-1 .top-header-col1, .thnk-col-1 .top-footer-col1, .thnk-col-1 .below-footer-col1 {
/* 725  */     text-align: center;
/* 726  */ }
/* 727  */
/* 728  */ /*widget col style*/
/* 729  */ .widget-footer-wrap {
/* 730  */     justify-content: flex-start !important;
/* 731  */     align-self: flex-start !important;
/* 732  */     align-items: baseline !important;
/* 733  */ }
/* 734  */
/* 735  */ .thnk-col-1 .widget-footer-col1 {
/* 736  */     width: 100%;
/* 737  */     text-align: center;
/* 738  */     justify-content: flex-start;
/* 739  */     align-self: flex-start;
/* 740  */ }
/* 741  */
/* 742  */ .thnk-col-2 .widget-footer-col1, .thnk-col-2 .widget-footer-col2 {
/* 743  */     width: 50%;
/* 744  */     padding: 0px 7.5px;
/* 745  */     justify-content: flex-start;
/* 746  */     align-self: flex-start;
/* 747  */ }
/* 748  */
/* 749  */ .thnk-col-3 .widget-footer-col1, .thnk-col-3 .widget-footer-col2, .thnk-col-3 .widget-footer-col3 {
/* 750  */     width: 33.33%;

/* style.css */

/* 751  */     padding: 0px 7.5px;
/* 752  */     justify-content: flex-start;
/* 753  */     align-self: flex-start;
/* 754  */ }
/* 755  */
/* 756  */ .thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2, .thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4 {
/* 757  */     width: 25%;
/* 758  */     padding: 0px 7.5px;
/* 759  */     justify-content: flex-start;
/* 760  */     align-self: flex-start;
/* 761  */ }
/* 762  */
/* 763  */ .thnk-col-3-1-2 .widget-footer-col1 {
/* 764  */     width: 50%;
/* 765  */     padding: 0px 7.5px;
/* 766  */     order: 1;
/* 767  */ }
/* 768  */
/* 769  */ .thnk-col-3-1-2 .widget-footer-col2 {
/* 770  */     width: 20%;
/* 771  */     padding: 0px 7.5px;
/* 772  */     order: 2;
/* 773  */ }
/* 774  */
/* 775  */ .thnk-col-3-1-2 .widget-footer-col3 {
/* 776  */     width: 20%;
/* 777  */     padding: 0px 7.5px;
/* 778  */     order: 3;
/* 779  */ }
/* 780  */
/* 781  */ .thnk-col-3-2-1-2 .widget-footer-col1 {
/* 782  */     width: 25%;
/* 783  */     padding: 0px 7.5px;
/* 784  */     order: 1;
/* 785  */ }
/* 786  */
/* 787  */ .thnk-col-3-2-1-2 .widget-footer-col2 {
/* 788  */     width: 50%;
/* 789  */     padding: 0px 7.5px;
/* 790  */     order: 2;
/* 791  */ }
/* 792  */
/* 793  */ .thnk-col-3-2-1-2 .widget-footer-col3 {
/* 794  */     width: 25%;
/* 795  */     padding: 0px 7.5px;
/* 796  */     order: 3;
/* 797  */ }
/* 798  */
/* 799  */ .thnk-col-2-1-2 .widget-footer-col1 {
/* 800  */     width: 70%;

/* style.css */

/* 801  */     padding: 0px 7.5px;
/* 802  */     order: 1;
/* 803  */ }
/* 804  */
/* 805  */ .thnk-col-2-1-2 .widget-footer-col2 {
/* 806  */     width: 30%;
/* 807  */     padding: 0px 7.5px;
/* 808  */     order: 2;
/* 809  */ }
/* 810  */
/* 811  */ .thnk-col-2-2-1 .widget-footer-col1 {
/* 812  */     width: 30%;
/* 813  */     padding: 0px 7.5px;
/* 814  */     order: 1;
/* 815  */ }
/* 816  */
/* 817  */ .thnk-col-2-2-1 .widget-footer-col2 {
/* 818  */     width: 70%;
/* 819  */     padding: 0px 7.5px;
/* 820  */     order: 2;
/* 821  */ }
/* 822  */
/* 823  */ .main-header-col1 {
/* 824  */     justify-content: flex-start;
/* 825  */     width: 21%;
/* 826  */     padding: 27px 0px;
/* 827  */     align-items: center;
/* 828  */     display: inline-flex;
/* 829  */ }
/* 830  */
/* 831  */ .main-header-col2 {
/* 832  */     -moz-box-pack: center;
/* 833  */     -ms-flex-pack: center;
/* 834  */     justify-content: center;
/* 835  */     text-align: center;
/* 836  */     width: 54%;
/* 837  */ }
/* 838  */
/* 839  */ .main-header-col3 {
/* 840  */     text-align: right;
/* 841  */     width: 25%;
/* 842  */ }
/* 843  */
/* 844  */ .main-area {
/* 845  */     display: block;
/* 846  */     position: relative;
/* 847  */ }
/* 848  */
/* 849  */ .primary-content-area {
/* 850  */     width: 77.5%;

/* style.css */

/* 851  */     box-sizing: border-box;
/* 852  */     margin: 15px 0px 50px 0px;
/* 853  */     float: right;
/* 854  */ }
/* 855  */
/* 856  */ .sidebar-content-area {
/* 857  */     width: 21%;
/* 858  */     box-sizing: border-box;
/* 859  */     float: left;
/* 860  */     clear: left;
/* 861  */ }
/* 862  */
/* 863  */ .no-sidebar .primary-content-area {
/* 864  */     width: 100%;
/* 865  */     float: left;
/* 866  */ }
/* 867  */
/* 868  */ .no-sidebar .menu-category-list ul[data-menu-style="vertical"],
/* 869  */ .elementor-template-full-width .menu-category-list ul[data-menu-style="vertical"]{
/* 870  */     position: absolute;
/* 871  */     float: none;
/* 872  */     width: 247px;
/* 873  */     z-index: 999;
/* 874  */     display: none;
/* 875  */     border-top-left-radius: 0;
/* 876  */     border-top-right-radius: 0;
/* 877  */ }
/* 878  */
/* 879  */ .page-content .primary-content-area {
/* 880  */     position: relative;
/* 881  */     min-height: 550px;
/* 882  */ }
/* 883  */
/* 884  */ #sidebar-primary .open-shop-widget-content {
/* 885  */     background: #fff;
/* 886  */ }
/* 887  */
/* 888  */ .main-area.left-sidebar .sidebar-content-area {
/* 889  */     margin-left: 0;
/* 890  */     margin-right: 1.5%;
/* 891  */ }
/* 892  */
/* 893  */ .top-header-col1, .top-footer-col1, .below-footer-col1 {
/* 894  */     -webkit-box-pack: start;
/* 895  */     -webkit-justify-content: flex-start;
/* 896  */     -moz-box-pack: start;
/* 897  */     -ms-flex-pack: start;
/* 898  */     justify-content: flex-start;
/* 899  */     -webkit-box-flex: 1;
/* 900  */     -webkit-flex: 1;

/* style.css */

/* 901  */     -moz-box-flex: 1;
/* 902  */     -ms-flex: 1;
/* 903  */     flex: 1;
/* 904  */ }
/* 905  */
/* 906  */ /*MAIN HEADER BUTTON*/
/* 907  */ .btn-main-header {
/* 908  */     color: #fff;
/* 909  */     background: #ff0052;
/* 910  */     padding: 8px 12px;
/* 911  */     -webkit-border-radius: 4px;
/* 912  */     -moz-border-radius: 4px;
/* 913  */     border-radius: 4px;
/* 914  */ }
/* 915  */
/* 916  */ .btn-main-header:hover {
/* 917  */     color: #fff;
/* 918  */ }
/* 919  */
/* 920  */ .header-support-wrap {
/* 921  */     display: -webkit-box;
/* 922  */     display: -webkit-flex;
/* 923  */     display: -moz-box;
/* 924  */     display: -ms-flexbox;
/* 925  */     display: flex;
/* 926  */     -webkit-box-align: center;
/* 927  */     -webkit-align-items: center;
/* 928  */     -moz-box-align: center;
/* 929  */     -ms-flex-align: center;
/* 930  */     align-items: center;
/* 931  */     -webkit-align-content: center;
/* 932  */     -ms-flex-line-pack: center;
/* 933  */     align-content: center;
/* 934  */     float: right;
/* 935  */ }
/* 936  */
/* 937  */ .header-support-icon {
/* 938  */     color: #26272c;
/* 939  */     font-size: 30px;
/* 940  */ }
/* 941  */
/* 942  */ .header-support-content {
/* 943  */     padding-left: 15px;
/* 944  */     text-align: left;
/* 945  */ }
/* 946  */
/* 947  */ .header-support-content .sprt-tel, .header-support-content .sprt-eml {
/* 948  */     display: block;
/* 949  */ }
/* 950  */

/* style.css */

/* 951  */ /**********************/
/* 952  */
/* 953  */ /*Main Header Layout***/
/* 954  */
/* 955  */ /**********************/
/* 956  */
/* 957  */ /*first*/
/* 958  */ .mhdrone .main-header-col1 {
/* 959  */     order: 3;
/* 960  */     text-align: end;
/* 961  */     justify-content: flex-end;
/* 962  */ }
/* 963  */
/* 964  */ .mhdrone .main-header-col2 {
/* 965  */     order: 2;
/* 966  */ }
/* 967  */
/* 968  */ .mhdrone .main-header-col3 {
/* 969  */     order: 1;
/* 970  */     text-align: start;
/* 971  */     display: flex;
/* 972  */ }
/* 973  */
/* 974  */ /*second*/
/* 975  */ .mhdrtwo .main-header-col1 {
/* 976  */     order: 2;
/* 977  */     width: 24%;
/* 978  */     text-align: center;
/* 979  */     justify-content: center;
/* 980  */ }
/* 981  */
/* 982  */ .mhdrtwo .main-header-col2 {
/* 983  */     order: 1;
/* 984  */     width: 38%;
/* 985  */     text-align: start;
/* 986  */     flex: auto;
/* 987  */ }
/* 988  */
/* 989  */ .mhdrtwo .main-header-col3 {
/* 990  */     order: 3;
/* 991  */     width: 38%;
/* 992  */     text-align: end;
/* 993  */ }
/* 994  */
/* 995  */ .none .main-header-col2 {
/* 996  */     width: 79%;
/* 997  */ }
/* 998  */
/* 999  */ .mhdrtwo.none .main-header-col1 {
/* 1000 */     width: 21%;

/* style.css */

/* 1001 */     text-align: end;
/* 1002 */ }
/* 1003 */
/* 1004 */ /*third*/
/* 1005 */ .mhdrthree.left .below-header-col2 {
/* 1006 */     text-align: left;
/* 1007 */ }
/* 1008 */
/* 1009 */ .mhdrthree.right .below-header-col2 {
/* 1010 */     text-align: right;
/* 1011 */ }
/* 1012 */
/* 1013 */ .mhdrthree.center .below-header-col2 {
/* 1014 */     text-align: center;
/* 1015 */ }
/* 1016 */
/* 1017 */ /*****************/
/* 1018 */
/* 1019 */ /*Menu Alignment*/
/* 1020 */
/* 1021 */ /*****************/
/* 1022 */ .right .main-header-col2 {
/* 1023 */     text-align: end;
/* 1024 */ }
/* 1025 */
/* 1026 */ .left .main-header-col2 {
/* 1027 */     text-align: start;
/* 1028 */ }
/* 1029 */
/* 1030 */ /*footer*/
/* 1031 */ .top-footer {
/* 1032 */     border-bottom: solid;
/* 1033 */     border-bottom-width: 0px;
/* 1034 */     position: relative;
/* 1035 */ }
/* 1036 */
/* 1037 */ .below-footer {
/* 1038 */     border-top: solid;
/* 1039 */     border-bottom-width: 0px;
/* 1040 */     position: relative;
/* 1041 */ }
/* 1042 */
/* 1043 */ .widget-footer {
/* 1044 */     position: relative;
/* 1045 */ }
/* 1046 */
/* 1047 */ .top-footer:before, .below-footer:before, .widget-footer:before {
/* 1048 */     content: "";
/* 1049 */     position: absolute;
/* 1050 */     top: 0;

/* style.css */

/* 1051 */     left: 0;
/* 1052 */     width: 100%;
/* 1053 */     height: 100%;
/* 1054 */     background: #ffff;
/* 1055 */ }
/* 1056 */
/* 1057 */ /*footer-menu*/
/* 1058 */ ul.open-bottom-menu {
/* 1059 */     margin: 0;
/* 1060 */     list-style: none;
/* 1061 */ }
/* 1062 */
/* 1063 */ ul.open-bottom-menu li {
/* 1064 */     display: inline-block;
/* 1065 */     padding-right: 20px;
/* 1066 */     margin: 0;
/* 1067 */ }
/* 1068 */
/* 1069 */ ul.open-bottom-menu .sub-menu {
/* 1070 */     display: none;
/* 1071 */ }
/* 1072 */
/* 1073 */ /********************/
/* 1074 */
/* 1075 */ /*Off canvas sidebar*/
/* 1076 */
/* 1077 */ /*********************/
/* 1078 */ .off-canvas-button span {
/* 1079 */     display: block !important;
/* 1080 */     background-color: #3a3a3a;
/* 1081 */     -webkit-border-radius: 1px;
/* 1082 */     -moz-border-radius: 1px;
/* 1083 */     border-radius: 1px;
/* 1084 */     margin: 3px;
/* 1085 */     height: 2px;
/* 1086 */ }
/* 1087 */
/* 1088 */ .off-canvas-button span.cnv-top {
/* 1089 */     width: 22px;
/* 1090 */ }
/* 1091 */
/* 1092 */ .off-canvas-button span.cnv-mid {
/* 1093 */     width: 18px;
/* 1094 */ }
/* 1095 */
/* 1096 */ .off-canvas-button span.cnv-bot1 {
/* 1097 */     width: 22px;
/* 1098 */ }
/* 1099 */
/* 1100 */ .off-canvas-button span.cnv-bot {

/* style.css */

/* 1101 */     width: 18px;
/* 1102 */ }
/* 1103 */
/* 1104 */ .bfr-logo .logo-content {
/* 1105 */     order: 2;
/* 1106 */ }
/* 1107 */
/* 1108 */ .bfr-logo .canvas-icon {
/* 1109 */     order: 1;
/* 1110 */     margin-right: 10px;
/* 1111 */ }
/* 1112 */
/* 1113 */ .bfr-logo .main-header-col1 {
/* 1114 */     justify-content: flex-start;
/* 1115 */ }
/* 1116 */
/* 1117 */ .aftr-logo .logo-content {
/* 1118 */     order: 1;
/* 1119 */ }
/* 1120 */
/* 1121 */ .aftr-logo .canvas-icon {
/* 1122 */     order: 2;
/* 1123 */     margin-left: 15px;
/* 1124 */ }
/* 1125 */
/* 1126 */ .site-title span {
/* 1127 */     font-size: 30px;
/* 1128 */ }
/* 1129 */
/* 1130 */ /***************/
/* 1131 */
/* 1132 */ /*top slider style*/
/* 1133 */
/* 1134 */ /***************/
/* 1135 */ .openshop-site section.thunk-slider-section {
/* 1136 */     margin-top: 0;
/* 1137 */     padding-top: 0;
/* 1138 */ }
/* 1139 */
/* 1140 */ #thunk-slider {
/* 1141 */     position: relative;
/* 1142 */     top: 0px;
/* 1143 */     left: 0px;
/* 1144 */     width: 885px;
/* 1145 */     height: 430px;
/* 1146 */     overflow: hidden;
/* 1147 */ }
/* 1148 */
/* 1149 */ .slides {
/* 1150 */     cursor: default;

/* style.css */

/* 1151 */     position: relative;
/* 1152 */     top: 0px;
/* 1153 */     left: 0px;
/* 1154 */     width: 885px;
/* 1155 */     height: 430px;
/* 1156 */     overflow: hidden;
/* 1157 */ }
/* 1158 */
/* 1159 */ .slides img {
/* 1160 */     width: 720px !important;
/* 1161 */ }
/* 1162 */
/* 1163 */ .jssor-pagination .i {
/* 1164 */     position: absolute;
/* 1165 */     cursor: pointer;
/* 1166 */ }
/* 1167 */
/* 1168 */ .jssor-pagination .i .b {
/* 1169 */     fill: #000;
/* 1170 */     fill-opacity: 0.5;
/* 1171 */ }
/* 1172 */
/* 1173 */ .jssor-pagination .i:hover .b {
/* 1174 */     fill-opacity: .7;
/* 1175 */ }
/* 1176 */
/* 1177 */ .jssor-pagination .iav .b {
/* 1178 */     fill-opacity: 1;
/* 1179 */ }
/* 1180 */
/* 1181 */ .jssor-pagination .i.idn {
/* 1182 */     opacity: .3;
/* 1183 */ }
/* 1184 */
/* 1185 */ .jssora-nav {
/* 1186 */     display: block;
/* 1187 */     position: absolute;
/* 1188 */     cursor: pointer;
/* 1189 */ }
/* 1190 */
/* 1191 */ .jssora-nav .a {
/* 1192 */     fill: none;
/* 1193 */     stroke: #fff;
/* 1194 */     stroke-width: 640;
/* 1195 */     stroke-miterlimit: 10;
/* 1196 */ }
/* 1197 */
/* 1198 */ .jssora-nav:hover {
/* 1199 */     opacity: .8;
/* 1200 */ }

/* style.css */

/* 1201 */
/* 1202 */ .jssora-nav.jssora-navdn {
/* 1203 */     opacity: .5;
/* 1204 */ }
/* 1205 */
/* 1206 */ .jssora-nav.jssora-navds {
/* 1207 */     opacity: .3;
/* 1208 */     pointer-events: none;
/* 1209 */ }
/* 1210 */
/* 1211 */ .jssor-pagination .i {
/* 1212 */     width: 16px;
/* 1213 */     height: 16px;
/* 1214 */     position: absolute;
/* 1215 */     top: 0px;
/* 1216 */ }
/* 1217 */
/* 1218 */ .jssor-pagination {
/* 1219 */     position: absolute;
/* 1220 */     bottom: 12px;
/* 1221 */     left: 5px !important;
/* 1222 */ }
/* 1223 */
/* 1224 */ .jssora-nav {
/* 1225 */     width: 55px;
/* 1226 */     height: 55px;
/* 1227 */     top: 0px;
/* 1228 */ }
/* 1229 */
/* 1230 */ .jssora-nav.arrowleft {
/* 1231 */     left: 25px;
/* 1232 */ }
/* 1233 */
/* 1234 */ .jssora-nav.arrowright {
/* 1235 */     right: 25px;
/* 1236 */ }
/* 1237 */
/* 1238 */ .slide-content-wrap {
/* 1239 */     position: absolute;
/* 1240 */     height: 300px;
/* 1241 */     width: 300px;
/* 1242 */     background: #fff;
/* 1243 */     right: 6px;
/* 1244 */     top: 15%;
/* 1245 */     padding: 0px 25px;
/* 1246 */     display: table;
/* 1247 */     border-radius: 5px;
/* 1248 */ }
/* 1249 */
/* 1250 */ .slide-content-wrap .slide-content {

/* style.css */

/* 1251 */     vertical-align: middle;
/* 1252 */     display: table-cell;
/* 1253 */     text-align: center;
/* 1254 */ }
/* 1255 */
/* 1256 */ .slide-content-wrap .logo img {
/* 1257 */     max-width: 120px;
/* 1258 */     width: auto !important;
/* 1259 */ }
/* 1260 */
/* 1261 */ .slide-content-wrap h1 {
/* 1262 */     font-size: 22px;
/* 1263 */     margin-bottom: 10px
/* 1264 */ }
/* 1265 */
/* 1266 */ .slide-content-wrap p {
/* 1267 */     font-size: 15px;
/* 1268 */     margin-bottom: 8px;
/* 1269 */ }
/* 1270 */
/* 1271 */ .slides img {
/* 1272 */     width: 100%;
/* 1273 */ }
/* 1274 */
/* 1275 */ a.slide-btn:after {
/* 1276 */     margin-left: 10px;
/* 1277 */     font-family: FontAwesome;
/* 1278 */     content: "\f178";
/* 1279 */     font-weight: 300;
/* 1280 */     text-shadow: none;
/* 1281 */     -webkit-transition: all 0.3s ease;
/* 1282 */     -moz-transition: all 0.3s ease;
/* 1283 */     -ms-transition: all 0.3s ease;
/* 1284 */     -o-transition: all 0.3s ease;
/* 1285 */     transition: all 0.3s ease;
/* 1286 */ }
/* 1287 */
/* 1288 */ a.slide-btn:hover:after {
/* 1289 */     margin-left: 15px;
/* 1290 */ }
/* 1291 */
/* 1292 */ /*second jassor slider */
/* 1293 */ #thunk-single-slider {
/* 1294 */     position: relative;
/* 1295 */     top: 0px;
/* 1296 */     left: 0px;
/* 1297 */     width: 920px;
/* 1298 */     height: auto;
/* 1299 */     overflow: hidden;
/* 1300 */ }

/* style.css */

/* 1301 */
/* 1302 */ #thunk-single-slider .slides {
/* 1303 */     width: 920px;
/* 1304 */ }
/* 1305 */
/* 1306 */ #thunk-single-slider .slides img {
/* 1307 */     width: 100% !important;
/* 1308 */ }
/* 1309 */
/* 1310 */ #thunk-single-slider a {
/* 1311 */     position: absolute;
/* 1312 */     top: 0;
/* 1313 */     right: 0;
/* 1314 */     bottom: 0;
/* 1315 */     left: 0;
/* 1316 */     z-index: 5;
/* 1317 */ }
/* 1318 */
/* 1319 */ /******************/
/* 1320 */
/* 1321 */ /*slider-layout-2*/
/* 1322 */
/* 1323 */ /******************/
/* 1324 */ img {
/* 1325 */     vertical-align: middle;
/* 1326 */     border-style: none;
/* 1327 */ }
/* 1328 */
/* 1329 */ .slide-layout-2 .thunk-widget-slider-wrap {
/* 1330 */     display: -webkit-box;
/* 1331 */     display: -webkit-flex;
/* 1332 */     display: -moz-box;
/* 1333 */     display: -ms-flexbox;
/* 1334 */     display: flex;
/* 1335 */     -webkit-flex-wrap: wrap;
/* 1336 */     -ms-flex-wrap: wrap;
/* 1337 */     flex-wrap: wrap;
/* 1338 */     -webkit-align-content: center;
/* 1339 */     -ms-flex-line-pack: center;
/* 1340 */     align-content: center;
/* 1341 */ }
/* 1342 */
/* 1343 */ .slide-layout-2 .thunk-widget-slider-wrap .thunk-slider-content {
/* 1344 */     width: 67%;
/* 1345 */     padding-right: 7.5px;
/* 1346 */ }
/* 1347 */
/* 1348 */ .slide-layout-2 .thunk-widget-slider-wrap .thunk-add-content {
/* 1349 */     width: 33%;
/* 1350 */     padding-left: 7.5px;

/* style.css */

/* 1351 */ }
/* 1352 */
/* 1353 */ /*slider-caption*/
/* 1354 */ .slider-content-caption {
/* 1355 */     position: absolute;
/* 1356 */     bottom: 0%;
/* 1357 */     left: 0%;
/* 1358 */     right: 0;
/* 1359 */     text-align: left;
/* 1360 */     line-height: 1;
/* 1361 */     z-index: 1;
/* 1362 */     padding: 20px;
/* 1363 */     color: #fff;
/* 1364 */ }
/* 1365 */
/* 1366 */ .slider-content-caption h2 {
/* 1367 */     font-size: 30px;
/* 1368 */     line-height: 46px;
/* 1369 */     font-family: "Roboto-Bold", sans-serif;
/* 1370 */ }
/* 1371 */
/* 1372 */ .slider-content-caption p {
/* 1373 */     font-size: 18px;
/* 1374 */     margin-bottom: 10px;
/* 1375 */ }
/* 1376 */
/* 1377 */ .slider-content-caption a {
/* 1378 */     color: #fff;
/* 1379 */ }
/* 1380 */
/* 1381 */ /*slider navigation*/
/* 1382 */ .thunk-top2-slide.owl-carousel .owl-nav {
/* 1383 */     position: absolute;
/* 1384 */     top: calc(50% - 15px);
/* 1385 */     left: 0;
/* 1386 */     right: 0;
/* 1387 */     height: 0;
/* 1388 */     margin: 0 -10px;
/* 1389 */     z-index: 2;
/* 1390 */     font-size: 24px;
/* 1391 */     opacity: 0;
/* 1392 */ }
/* 1393 */
/* 1394 */ .thunk-widget-slider-wrap:hover .thunk-top2-slide .owl-nav, .thunk-3col-slider-wrap:hover .thunk-top2-slide .owl-nav, .thunk-2col-slider-wrap:hover .thunk-top2-slide .owl-nav {
/* 1395 */     opacity: 1;
/* 1396 */     -webkit-transition: all 0.4s ease;
/* 1397 */     -moz-transition: all 0.4s ease;
/* 1398 */     -ms-transition: all 0.4s ease;
/* 1399 */     -o-transition: all 0.4s ease;
/* 1400 */     transition: all 0.4s ease;

/* style.css */

/* 1401 */ }
/* 1402 */
/* 1403 */ .thunk-top2-slide.owl-carousel .owl-nav button {
/* 1404 */     width: 30px;
/* 1405 */     height: 30px;
/* 1406 */     line-height: 30px !important;
/* 1407 */     font-size: 17px;
/* 1408 */     text-align: center;
/* 1409 */     background: #fff;
/* 1410 */     color: #999;
/* 1411 */     border: 1px solid #eee;
/* 1412 */     -webkit-border-radius: 3px;
/* 1413 */     -moz-border-radius: 3px;
/* 1414 */     -ms-border-radius: 3px;
/* 1415 */     -o-border-radius: 3px;
/* 1416 */     border-radius: 3px;
/* 1417 */ }
/* 1418 */
/* 1419 */ .thunk-top2-slide.owl-carousel .owl-nav .owl-prev {
/* 1420 */     float: left;
/* 1421 */     margin-left: 10px;
/* 1422 */ }
/* 1423 */
/* 1424 */ .thunk-top2-slide.owl-carousel .owl-nav .owl-next {
/* 1425 */     float: right;
/* 1426 */     margin-right: 10px;
/* 1427 */ }
/* 1428 */
/* 1429 */ .thunk-top2-slide.owl-carousel .owl-nav button:hover {
/* 1430 */     color: #fff;
/* 1431 */     background: #ff0052;
/* 1432 */     border-color: #ff0052;
/* 1433 */     -webkit-transition: all 0.4s ease;
/* 1434 */     -moz-transition: all 0.4s ease;
/* 1435 */     -ms-transition: all 0.4s ease;
/* 1436 */     -o-transition: all 0.4s ease;
/* 1437 */     transition: all 0.4s ease;
/* 1438 */ }
/* 1439 */
/* 1440 */ /*********************/
/* 1441 */
/* 1442 */ /*slider layout 3*/
/* 1443 */
/* 1444 */ /*********************/
/* 1445 */ .slide-layout-3 .thunk-3col-slider-wrap {
/* 1446 */     display: -webkit-box;
/* 1447 */     display: -webkit-flex;
/* 1448 */     display: -moz-box;
/* 1449 */     display: -ms-flexbox;
/* 1450 */     display: flex;

/* style.css */

/* 1451 */     -webkit-flex-wrap: wrap;
/* 1452 */     -ms-flex-wrap: wrap;
/* 1453 */     flex-wrap: wrap;
/* 1454 */     -webkit-align-content: center;
/* 1455 */     -ms-flex-line-pack: center;
/* 1456 */     align-content: center;
/* 1457 */ }
/* 1458 */
/* 1459 */ .slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
/* 1460 */     flex: 0 0 76%;
/* 1461 */     max-width: 76%;
/* 1462 */     padding-right: 7.5px;
/* 1463 */ }
/* 1464 */
/* 1465 */ .slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
/* 1466 */     flex: 0 0 24%;
/* 1467 */     max-width: 24%;
/* 1468 */     padding-left: 7.5px;
/* 1469 */ }
/* 1470 */
/* 1471 */ .thunk-3-add-content {
/* 1472 */     display: -ms-flexbox;
/* 1473 */     display: flex;
/* 1474 */     -ms-flex-wrap: wrap;
/* 1475 */     flex-wrap: wrap;
/* 1476 */ }
/* 1477 */
/* 1478 */ .thunk-3-add-content .thunk-row {
/* 1479 */     -ms-flex: 0 0 100%;
/* 1480 */     flex: 0 0 100%;
/* 1481 */     max-width: 100%;
/* 1482 */     margin-bottom: 15px;
/* 1483 */     position: relative;
/* 1484 */     width: 100%;
/* 1485 */ }
/* 1486 */
/* 1487 */ .thunk-3-add-content .thunk-row:last-child {
/* 1488 */     margin-bottom: 0;
/* 1489 */ }
/* 1490 */
/* 1491 */ /*********************/
/* 1492 */
/* 1493 */ /*slider layout 4*/
/* 1494 */
/* 1495 */ /*********************/
/* 1496 */ .slide-layout-4 .thunk-2col-slider-wrap {
/* 1497 */     display: -webkit-box;
/* 1498 */     display: -webkit-flex;
/* 1499 */     display: -moz-box;
/* 1500 */     display: -ms-flexbox;

/* style.css */

/* 1501 */     display: flex;
/* 1502 */     -webkit-flex-wrap: wrap;
/* 1503 */     -ms-flex-wrap: wrap;
/* 1504 */     flex-wrap: wrap;
/* 1505 */     -webkit-align-content: center;
/* 1506 */     -ms-flex-line-pack: center;
/* 1507 */     align-content: center;
/* 1508 */ }
/* 1509 */
/* 1510 */ .slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content {
/* 1511 */     flex: 0 0 67.3%;
/* 1512 */     max-width: 67.3%;
/* 1513 */     padding-right: 7.5px;
/* 1514 */ }
/* 1515 */
/* 1516 */ .slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content {
/* 1517 */     flex: 0 0 32.7%;
/* 1518 */     max-width: 32.7%;
/* 1519 */     padding-left: 7.5px;
/* 1520 */ }
/* 1521 */
/* 1522 */ /*image overlay css*/
/* 1523 */ .thunk-to2-slide-list:before {
/* 1524 */     content: "";
/* 1525 */     position: absolute;
/* 1526 */     top: 0;
/* 1527 */     left: 0;
/* 1528 */     width: 100%;
/* 1529 */     height: 100%;
/* 1530 */     background: rgb(0, 0, 0, 0);
/* 1531 */ }
/* 1532 */
/* 1533 */ .thunk-slider-section.slide-layout-5 .slides a:before {
/* 1534 */     content: "";
/* 1535 */     position: absolute;
/* 1536 */     top: 0;
/* 1537 */     left: 0;
/* 1538 */     width: 100%;
/* 1539 */     height: 100%;
/* 1540 */     background: rgb(0, 0, 0, 0);
/* 1541 */     z-index: 2;
/* 1542 */ }
/* 1543 */
/* 1544 */ .thunk-2-add-content {
/* 1545 */     display: -ms-flexbox;
/* 1546 */     display: flex;
/* 1547 */     -ms-flex-wrap: wrap;
/* 1548 */     flex-wrap: wrap;
/* 1549 */ }
/* 1550 */

/* style.css */

/* 1551 */ .thunk-2-add-content .thunk-row {
/* 1552 */     -ms-flex: 0 0 100%;
/* 1553 */     flex: 0 0 100%;
/* 1554 */     max-width: 100%;
/* 1555 */     margin-bottom: 15px;
/* 1556 */     position: relative;
/* 1557 */     width: 100%;
/* 1558 */ }
/* 1559 */
/* 1560 */ .thunk-2-add-content .thunk-row:last-child {
/* 1561 */     margin-bottom: 0;
/* 1562 */ }
/* 1563 */
/* 1564 */ .toggle-cat-wrap {
/* 1565 */     width: 100%;
/* 1566 */     box-sizing: border-box;
/* 1567 */     padding: 0px 12px;
/* 1568 */     background: #ff0052;
/* 1569 */     color: #fff;
/* 1570 */     border-radius: 4px;
/* 1571 */     font-size: 15px;
/* 1572 */     height: 49px;
/* 1573 */     line-height: 49px;
/* 1574 */ }
/* 1575 */
/* 1576 */ .toggle-icon {
/* 1577 */     float: right;
/* 1578 */ }
/* 1579 */
/* 1580 */ .menu-category-list .toggle-title {
/* 1581 */     font-family: 'Roboto-Medium', sans-serif;
/* 1582 */ }
/* 1583 */
/* 1584 */ .toggle-icon.icon-circle-arrow-down:before, .no-sidebar .toggle-icon:before {
/* 1585 */     content: "\f107";
/* 1586 */ }
/* 1587 */
/* 1588 */ .toggle-icon:before, .no-sidebar .toggle-icon.icon-circle-arrow-down:before {
/* 1589 */     content: "\f106";
/* 1590 */ }
/* 1591 */
/* 1592 */ .toggle-icon:before, .toggle-icon.icon-circle-arrow-down:before, .no-sidebar .toggle-icon.icon-circle-arrow-down:before {
/* 1593 */     height: auto;
/* 1594 */     font-weight: 300;
/* 1595 */     text-shadow: none;
/* 1596 */     width: 10px;
/* 1597 */     font-family: FontAwesome;
/* 1598 */ }
/* 1599 */
/* 1600 */ .cat-icon span {

/* style.css */

/* 1601 */     display: block !important;
/* 1602 */     background-color: #fff;
/* 1603 */     -webkit-border-radius: 1px;
/* 1604 */     -moz-border-radius: 1px;
/* 1605 */     border-radius: 1px;
/* 1606 */     margin: 3px;
/* 1607 */     height: 2px;
/* 1608 */     width: 20px;
/* 1609 */ }
/* 1610 */
/* 1611 */ .cat-toggle:hover {
/* 1612 */     cursor: pointer;
/* 1613 */ }
/* 1614 */
/* 1615 */ .cat-toggle {
/* 1616 */     display: flex;
/* 1617 */     display: -webkit-box;
/* 1618 */     display: -webkit-flex;
/* 1619 */     display: -moz-box;
/* 1620 */     display: -ms-flexbox;
/* 1621 */     display: flex;
/* 1622 */     -webkit-box-align: center;
/* 1623 */     -webkit-align-items: center;
/* 1624 */     -moz-box-align: center;
/* 1625 */     -ms-flex-align: center;
/* 1626 */     align-items: center;
/* 1627 */     -webkit-flex-wrap: wrap;
/* 1628 */     -ms-flex-wrap: wrap;
/* 1629 */     flex-wrap: wrap;
/* 1630 */     -webkit-align-content: center;
/* 1631 */     -ms-flex-line-pack: center;
/* 1632 */     align-content: center;
/* 1633 */ }
/* 1634 */
/* 1635 */ .cat-toggle .toggle-title {
/* 1636 */     flex: 12;
/* 1637 */     margin-left: 5px;
/* 1638 */ }
/* 1639 */
/* 1640 */ /* Vertical Menu Styles
/* 1641 *| ----------------------------------------*/
/* 1642 */ .menu-category-list ul[data-menu-style="vertical"] {
/* 1643 */     width: 100%;
/* 1644 */     float: left;
/* 1645 */     border: 1px solid #f1f1f1;
/* 1646 */     border-top: 0;
/* 1647 */     background: #ffffff;
/* 1648 */     border-radius: 5px;
/* 1649 */     position: relative;
/* 1650 */ }

/* style.css */

/* 1651 */
/* 1652 */ .thunk-product-cat-list li:last-child  a {
/* 1653 */     border: 0;
/* 1654 */ }
/* 1655 */
/* 1656 */ .menu-category-list ul[data-menu-style="vertical"]  li {
/* 1657 */     float: none;
/* 1658 */ }
/* 1659 */
/* 1660 */ .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu  li {
/* 1661 */     width: 100%;
/* 1662 */ }
/* 1663 */
/* 1664 */ .theme-open-shop .menu-category-list li  a .arrow:before {
/* 1665 */     float: initial;
/* 1666 */     content: "\f105";
/* 1667 */     font-family: th-icon;
/* 1668 */ }
/* 1669 */
/* 1670 */ .menu-category-list ul[data-menu-style="vertical"] li.menu-active {
/* 1671 */     position: relative;
/* 1672 */ }
/* 1673 */
/* 1674 */ .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {
/* 1675 */     position: absolute;
/* 1676 */     left: 100%;
/* 1677 */     top: 0px;
/* 1678 */     width: 200px;
/* 1679 */     background: #fff;
/* 1680 */     border: 1px solid #f1f1f1;
/* 1681 */     border-radius: 0;
/* 1682 */     margin: 0;
/* 1683 */     opacity: 0;
/* 1684 */     z-index: 99;
/* 1685 */     -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
/* 1686 */     transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
/* 1687 */     -webkit-transform: translateY(14px);
/* 1688 */     transform: translateY(14px);
/* 1689 */ }
/* 1690 */
/* 1691 */ .menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu.slide {
/* 1692 */     opacity: 1;
/* 1693 */     visibility: visible;
/* 1694 */     -webkit-transform: translateY(0);
/* 1695 */     transform: translateY(0);
/* 1696 */ }
/* 1697 */
/* 1698 */ .menu-category-list ul[data-menu-style="vertical"]  li  a i {
/* 1699 */     padding-right: 10px;
/* 1700 */     color: #FF5737;

/* style.css */

/* 1701 */ }
/* 1702 */
/* 1703 */ .menu-category-list ul[data-menu-style="vertical"] li  ul.sub-menu  li ul.sub-menu {
/* 1704 */     position: absolute;
/* 1705 */     left: 100%;
/* 1706 */ }
/* 1707 */
/* 1708 */ .menu-category-list ul[data-menu-style="vertical"]  li  ul.sub-menu  li ul.sub-menu li ul.sub-menu {
/* 1709 */     position: absolute;
/* 1710 */     width: 200px;
/* 1711 */     left: 200px;
/* 1712 */ }
/* 1713 */
/* 1714 */ .menu-category-list span.arrow {
/* 1715 */     position: absolute;
/* 1716 */     right: 4px;
/* 1717 */     width: 50px;
/* 1718 */     text-align: center;
/* 1719 */     background: #eaeaea;
/* 1720 */ }
/* 1721 */
/* 1722 */ .thunk-product-cat-list{
/* 1723 */     list-style: none;
/* 1724 */     margin: 0;
/* 1725 */     padding: 0;
/* 1726 */      scrollbar-width: none; /* Firefox */
/* 1727 */   -ms-overflow-style: none;  /* Internet Explorer 10+ */
/* 1728 */ }
/* 1729 */
/* 1730 */ .thunk-product-cat-list::-webkit-scrollbar {
/* 1731 */   display: none; /* Chrome, Safari, Opera */
/* 1732 */ }
/* 1733 */
/* 1734 */ /* WebKit-based browsers */
/* 1735 */ /
/* 1736 */ .thunk-product-cat-list::-webkit-scrollbar {
/* 1737 */     width: 3px;
/* 1738 */ }
/* 1739 */
/* 1740 */ .thunk-product-cat-list::-webkit-scrollbar-track {
/* 1741 */     background: #f1f1f1;
/* 1742 */     border-radius: 5px;
/* 1743 */ }
/* 1744 */
/* 1745 */ .thunk-product-cat-list::-webkit-scrollbar-thumb {
/* 1746 */     background-color: #e5e4e4;
/* 1747 */     border-radius: 5px;
/* 1748 */     border: 1px solid #e9e9e9; /* optional padding effect */
/* 1749 */ }
/* 1750 */

/* style.css */

/* 1751 */ .thunk-product-cat-list::-webkit-scrollbar-thumb:hover {
/* 1752 */     background-color: #555;
/* 1753 */ }
/* 1754 */
/* 1755 */ .thunk-product-cat-list li {
/* 1756 */     list-style: none;
/* 1757 */ }
/* 1758 */
/* 1759 */ .thunk-product-cat-list li ul {
/* 1760 */     display: none;
/* 1761 */ }
/* 1762 */
/* 1763 */ .thunk-product-cat-list li {
/* 1764 */     display: block;
/* 1765 */     margin: 0;
/* 1766 */     padding: 0;
/* 1767 */     border: 0px;
/* 1768 */     float: left;
/* 1769 */ }
/* 1770 */
/* 1771 */ .thunk-product-cat-list li a {
/* 1772 */     display: block;
/* 1773 */     position: relative;
/* 1774 */     margin: 0;
/* 1775 */     border: 0px;
/* 1776 */     text-decoration: none;
/* 1777 */     border-bottom: 1px solid #f1f1f1;
/* 1778 */     height: auto;
/* 1779 */     min-height: 0 !important;
/* 1780 */     line-height: 1.8;
/* 1781 */     padding: 8px 15px;
/* 1782 */     text-decoration: none;
/* 1783 */     -webkit-transition: all .4s ease;
/* 1784 */     transition: all .4s ease;
/* 1785 */     font-size: 13px;
/* 1786 */ }
/* 1787 */
/* 1788 */ .thunk-product-cat-list > li > a i {
/* 1789 */     text-shadow: none;
/* 1790 */     color: #FF5737;
/* 1791 */ }
/* 1792 */
/* 1793 */ .thunk-product-cat-list > li > ul.sub-menu {
/* 1794 */     display: none;
/* 1795 */     list-style: none;
/* 1796 */     clear: both;
/* 1797 */     margin: 0;
/* 1798 */     position: absolute;
/* 1799 */     z-index: 99999;
/* 1800 */ }

/* style.css */

/* 1801 */
/* 1802 */ .thunk-product-cat-list li ul.sub-menu li a {
/* 1803 */     display: block;
/* 1804 */     margin: 0px 0px;
/* 1805 */     text-decoration: none;
/* 1806 */     font-weight: normal;
/* 1807 */     background: none;
/* 1808 */ }
/* 1809 */
/* 1810 */ .thunk-product-cat-list > li > ul.sub-menu > li {
/* 1811 */     position: relative;
/* 1812 */     line-height: initial;
/* 1813 */ }
/* 1814 */
/* 1815 */ .thunk-product-cat-list > li > ul.sub-menu > li ul.sub-menu {
/* 1816 */     position: absolute;
/* 1817 */     left: 185px;
/* 1818 */     top: 0px;
/* 1819 */     display: none;
/* 1820 */     list-style: none;
/* 1821 */     margin: 0;
/* 1822 */ }
/* 1823 */
/* 1824 */ .thunk-product-cat-list > li > ul.sub-menu li > a > .arrow:before {
/* 1825 */     float: initial;
/* 1826 */     margin-right: 0px;
/* 1827 */     display: inline;
/* 1828 */     font-family: FontAwesome;
/* 1829 */     height: auto;
/* 1830 */     content: "\f105";
/* 1831 */     text-shadow: none;
/* 1832 */ }
/* 1833 */
/* 1834 */ .thunk-product-cat-list li ul.sub-menu {
/* 1835 */     text-align: left;
/* 1836 */ }
/* 1837 */
/* 1838 */
/* 1839 */ /*Dropdown Cart Style*/
/* 1840 */ .open-quickcart-dropdown::-webkit-scrollbar {
/* 1841 */     width: 5px;
/* 1842 */ }
/* 1843 */
/* 1844 */ .open_woo_cart {
/* 1845 */     position: relative;
/* 1846 */ }
/* 1847 */
/* 1848 */ .open-cart {
/* 1849 */     text-align: left;
/* 1850 */     height: auto;

/* style.css */

/* 1851 */     width: 260px;
/* 1852 */     right: 0;
/* 1853 */     position: absolute;
/* 1854 */     top: 100%;
/* 1855 */     z-index: 99;
/* 1856 */     background-color: #fff;
/* 1857 */     color: #26272c;
/* 1858 */     padding-top: 0px;
/* 1859 */     -webkit-box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
/* 1860 */     box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
/* 1861 */     visibility: hidden;
/* 1862 */     -moz-opacity: 0;
/* 1863 */     -webkit-opacity: 0;
/* 1864 */     opacity: 0;
/* 1865 */     -webkit-transition: all 0.25s ease-in-out;
/* 1866 */     -moz-transition: all 0.25s ease-in-out;
/* 1867 */     -ms-transition: all 0.25s ease-in-out;
/* 1868 */     -o-transition: all 0.25s ease-in-out;
/* 1869 */     transition: all 0.25s ease-in-out;
/* 1870 */ }
/* 1871 */
/* 1872 */ .open-quickcart-dropdown {
/* 1873 */     padding: 15px;
/* 1874 */     max-height: 550px;
/* 1875 */     overflow-y: auto;
/* 1876 */     overflow-x: hidden;
/* 1877 */ }
/* 1878 */
/* 1879 */ .open-cart ul {
/* 1880 */     padding: 0;
/* 1881 */     margin: 0;
/* 1882 */     list-style: none;
/* 1883 */ }
/* 1884 */
/* 1885 */ .open-cart li {
/* 1886 */     -ms-user-select: none;
/* 1887 */     -mos-user-select: none;
/* 1888 */     -webkit-user-select: none;
/* 1889 */     -o-user-select: none;
/* 1890 */     user-select: none;
/* 1891 */ }
/* 1892 */
/* 1893 */ .open-cart li span {
/* 1894 */     color: #626060;
/* 1895 */ }
/* 1896 */
/* 1897 */ .woocommerce-js .open-cart  li.woocommerce-mini-cart-item {
/* 1898 */     margin-bottom: 10px;
/* 1899 */     overflow: hidden;
/* 1900 */     position: relative;

/* style.css */

/* 1901 */ }
/* 1902 */
/* 1903 */ .open-cart a.remove {
/* 1904 */     display: block;
/* 1905 */     float: right;
/* 1906 */     font-size: 1.2em;
/* 1907 */     height: 1.2em;
/* 1908 */     width: 1.2em;
/* 1909 */     text-align: center;
/* 1910 */     line-height: 1.2;
/* 1911 */     border-radius: 0%;
/* 1912 */     text-decoration: none;
/* 1913 */     font-weight: 700;
/* 1914 */     border: 0;
/* 1915 */     opacity: 0.8;
/* 1916 */     background: transparent;
/* 1917 */     -webkit-transition: all 0.6s ease;
/* 1918 */     transition: all 0.6s ease;
/* 1919 */ }
/* 1920 */
/* 1921 */ .open-cart ul.cart_list li a {
/* 1922 */     display: block;
/* 1923 */     font-weight: 300;
/* 1924 */     font-size: 14px;
/* 1925 */     padding: 0;
/* 1926 */ }
/* 1927 */
/* 1928 */ .woocommerce-js .open-cart ul.cart_list li img {
/* 1929 */     float: left;
/* 1930 */     margin-left: 0px;
/* 1931 */     margin-right: 10px;
/* 1932 */     width: 50px;
/* 1933 */     height: auto;
/* 1934 */     box-shadow: none;
/* 1935 */ }
/* 1936 */
/* 1937 */ .open-cart p.total, .widget p.total {
/* 1938 */     margin: 0px;
/* 1939 */     border-top: 1px solid rgba(187, 187, 187, 0.32);
/* 1940 */     padding-top: 20px;
/* 1941 */     padding-bottom: 10px;
/* 1942 */     color: #26272c;
/* 1943 */ }
/* 1944 */
/* 1945 */ .open-cart p.buttons a {
/* 1946 */     padding: 12px 20px;
/* 1947 */     color: #ffffff;
/* 1948 */     background-color: #141415;
/* 1949 */     margin-top: 10px;
/* 1950 */     display: inline-block;

/* style.css */

/* 1951 */     font-size: 12px;
/* 1952 */     border: 1px solid;
/* 1953 */     border-color: #141415;
/* 1954 */     font-weight: normal;
/* 1955 */ }
/* 1956 */
/* 1957 */ .open-cart p.buttons a:hover {
/* 1958 */     background-color: #ff0052;
/* 1959 */     border-color: #ff0052;
/* 1960 */ }
/* 1961 */
/* 1962 */ .open-cart p.buttons .checkout {
/* 1963 */     margin-left: 10px;
/* 1964 */ }
/* 1965 */
/* 1966 */ .open-cart p.buttons a:hover {
/* 1967 */     color: #fff;
/* 1968 */ }
/* 1969 */
/* 1970 */ .cart-contents:hover + .open-cart, .open-cart:hover {
/* 1971 */     visibility: visible;
/* 1972 */     -moz-opacity: 1;
/* 1973 */     -webkit-opacity: 1;
/* 1974 */     opacity: 1;
/* 1975 */ }
/* 1976 */
/* 1977 */ .cart-content {
/* 1978 */     font-size: 12px;
/* 1979 */ }
/* 1980 */
/* 1981 */ .cart-content span.woocommerce-Price-amount {
/* 1982 */     margin: 0
/* 1983 */ }
/* 1984 */
/* 1985 */ .header-icon {
/* 1986 */     display: table-cell;
/* 1987 */     vertical-align: middle;
/* 1988 */ }
/* 1989 */
/* 1990 */ .thunk-icon .cart-icon {
/* 1991 */     color: #fff;
/* 1992 */     background: #ff0052;
/* 1993 */     display: table-cell;
/* 1994 */     vertical-align: middle;
/* 1995 */     -webkit-border-radius: 4px;
/* 1996 */     -moz-border-radius: 4px;
/* 1997 */     border-radius: 4px;
/* 1998 */ }
/* 1999 */
/* 2000 */ .thunk-icon .cart-icon a.cart-contents {

/* style.css */

/* 2001 */     color: #fff;
/* 2002 */     display: block;
/* 2003 */     text-align: left;
/* 2004 */     position: relative;
/* 2005 */     padding: 0 0px 0 55px;
/* 2006 */     width: 140px;
/* 2007 */ }
/* 2008 */
/* 2009 */ .thunk-icon .cart-icon a.cart-contents i {
/* 2010 */     position: absolute;
/* 2011 */     left: 15px;
/* 2012 */     top: 50%;
/* 2013 */     z-index: 9;
/* 2014 */     padding-right: 10px;
/* 2015 */     border-right: 1px solid #fff;
/* 2016 */     -webkit-transform: translateY(-50%);
/* 2017 */     -moz-transform: translateY(-50%);
/* 2018 */     transform: translateY(-50%);
/* 2019 */ }
/* 2020 */
/* 2021 */ .cart-content {
/* 2022 */     display: block;
/* 2023 */     font-size: 13px;
/* 2024 */     line-height: 1;
/* 2025 */     text-transform: none;
/* 2026 */ }
/* 2027 */
/* 2028 */ .thunk-icon .cart-content span.count-iterm {
/* 2029 */     display: block;
/* 2030 */ }
/* 2031 */
/* 2032 */ .thunk-icon .cart-content span.woocommerce-Price-amount {
/* 2033 */     display: block;
/* 2034 */     margin-top: 4px;
/* 2035 */ }
/* 2036 */
/* 2037 */ .header-icon a {
/* 2038 */     height: 49px;
/* 2039 */     width: 49px;
/* 2040 */     line-height: 49px;
/* 2041 */     background: #f7f8f9;
/* 2042 */     color: #1c1d1e;
/* 2043 */     padding: 0px 0px 0px 0px;
/* 2044 */     margin: 0px 10px 0px 0px;
/* 2045 */     -webkit-border-radius: 4px;
/* 2046 */     -moz-border-radius: 4px;
/* 2047 */     border-radius: 4px;
/* 2048 */     position: relative;
/* 2049 */ }
/* 2050 */ .thunk-icon .header-icon a:hover,

/* style.css */

/* 2051 */ .cart-icon a:hover {
/* 2052 */     color: #1c1d1e;
/* 2053 */ }
/* 2054 */ /*header-icon*/
/* 2055 */ .header-icon a {
/* 2056 */     display: flex;
/* 2057 */     align-items: center;
/* 2058 */     justify-content: center;
/* 2059 */     text-align: center;
/* 2060 */     float: left;
/* 2061 */ }
/* 2062 */
/* 2063 */ .header-icon a i {
/* 2064 */     font-size: 23px;
/* 2065 */     line-height: inherit;
/* 2066 */     font-weight: bold;
/* 2067 */ }
/* 2068 */
/* 2069 */ /*widget css*/
/* 2070 */ .open-shop-widget-content ul, .open-shop-widget-content ul li {
/* 2071 */     margin: 0;
/* 2072 */     padding: 0;
/* 2073 */     list-style: none;
/* 2074 */ }
/* 2075 */
/* 2076 */ .widget-footer .widget-footer-wrap {
/* 2077 */     padding: 15px 0px;
/* 2078 */     margin: 0px -7.5px;
/* 2079 */ }
/* 2080 */
/* 2081 */ .open-shop-widget-content {
/* 2082 */     padding: 15px;
/* 2083 */     margin: 15px 0px;
/* 2084 */     border-radius: 6px;
/* 2085 */     border: 1px solid #f1f1f1;
/* 2086 */     position: relative;
/* 2087 */ }
/* 2088 */
/* 2089 */ #sidebar-primary .widget {
/* 2090 */     position: relative;
/* 2091 */ }
/* 2092 */
/* 2093 */ .widget.woocommerce .widget-title, .open-widget-content .widget-title, .widget-title {
/* 2094 */     font-size: 16px;
/* 2095 */     color: #090909;
/* 2096 */ }
/* 2097 */
/* 2098 */ .widget-title {
/* 2099 */     padding-bottom: 15px;
/* 2100 */ }

/* style.css */

/* 2101 */
/* 2102 */ .widget.woocommerce .woocommerce-widget-layered-nav-list__item a, .widget.woocommerce .product-categories li a {
/* 2103 */     font-weight: 400;
/* 2104 */     display: inline-block;
/* 2105 */ }
/* 2106 */
/* 2107 */ .open-widget-content ul li:last-child {
/* 2108 */     margin: 0;
/* 2109 */ }
/* 2110 */
/* 2111 */ .woocommerce-widget-layered-nav span.count {
/* 2112 */     float: right;
/* 2113 */ }
/* 2114 */
/* 2115 */ .woocommerce .widget_rating_filter ul li a {
/* 2116 */     width: 100%;
/* 2117 */ }
/* 2118 */
/* 2119 */ .woocommerce .widget_rating_filter ul li .star-rating {
/* 2120 */     width: 92%;
/* 2121 */ }
/* 2122 */
/* 2123 */ .woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle {
/* 2124 */     background-color: #747474;
/* 2125 */ }
/* 2126 */
/* 2127 */ .woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content {
/* 2128 */     background-color: #e4e6eb;
/* 2129 */ }
/* 2130 */
/* 2131 */ .widget.woocommerce.widget_price_filter .open-widget-content .ui-slider-horizontal {
/* 2132 */     height: 2px;
/* 2133 */ }
/* 2134 */
/* 2135 */ .widget.woocommerce.widget_price_filter .open-widget-content .price_slider {
/* 2136 */     margin-bottom: 30px;
/* 2137 */     overflow-y: inherit;
/* 2138 */     overflow-x: inherit;
/* 2139 */ }
/* 2140 */
/* 2141 */ .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
/* 2142 */     top: -0.4rem;
/* 2143 */ }
/* 2144 */
/* 2145 */ .price_slider_wrapper button[type=submit] {
/* 2146 */     width: 100%;
/* 2147 */     margin-top: 30px;
/* 2148 */     outline: 0;
/* 2149 */     padding: 20px 0;
/* 2150 */ }

/* style.css */

/* 2151 */
/* 2152 */ .woocommerce .price_slider_amount {
/* 2153 */     position: relative;
/* 2154 */ }
/* 2155 */
/* 2156 */ .price_slider_amount .price_label {
/* 2157 */     width: 100%;
/* 2158 */     position: absolute;
/* 2159 */     top: -14px;
/* 2160 */     text-align: center;
/* 2161 */ }
/* 2162 */
/* 2163 */ .open-shop-widget-content li a {
/* 2164 */     font-weight: 100;
/* 2165 */ }
/* 2166 */
/* 2167 */ .open-shop-widget-content ul li {
/* 2168 */     margin-bottom: 5px;
/* 2169 */     padding: 0;
/* 2170 */ }
/* 2171 */
/* 2172 */ .woocommerce  ul.cart_list li, .woocommerce  ul.product_list_widget li {
/* 2173 */     margin-bottom: 15px;
/* 2174 */     padding: 0;
/* 2175 */ }
/* 2176 */
/* 2177 */ .woocommerce  ul.cart_list li img, .woocommerce  ul.product_list_widget li img {
/* 2178 */     float: left;
/* 2179 */     width: 60px;
/* 2180 */     margin-left: 0;
/* 2181 */     margin-right: 15px;
/* 2182 */ }
/* 2183 */
/* 2184 */ .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
/* 2185 */     font-size: 13px;
/* 2186 */     font-weight: normal;
/* 2187 */     font-family: "Roboto-Bold", sans-serif;
/* 2188 */ }
/* 2189 */
/* 2190 */ .widget.woocommerce .product_list_widget .star-rating {
/* 2191 */     display: block;
/* 2192 */ }
/* 2193 */
/* 2194 */ .widget.woocommerce .product_list_widget .star-rating, span.product-title {
/* 2195 */     margin-right: 10px;
/* 2196 */     margin-top: 3px;
/* 2197 */     margin-bottom: 3px;
/* 2198 */ }
/* 2199 */
/* 2200 */ .woocommerce  ul.cart_list li .woocommerce-Price-amount, .woocommerce  ul.product_list_widget li .woocommerce-Price-amount {

/* style.css */

/* 2201 */     font-size: 12px;
/* 2202 */     color: #ff0052;
/* 2203 */ }
/* 2204 */
/* 2205 */ .woocommerce  ul.cart_list li del .woocommerce-Price-amount, .woocommerce  ul.product_list_widget li del .woocommerce-Price-amount, .woocommerce  ul.cart_list li del, .woocommerce  ul.product_list_widget li del {
/* 2206 */     color: #b8b8b8;
/* 2207 */     margin-right: 2px;
/* 2208 */     font-family: "Roboto-Medium", sans-serif;
/* 2209 */ }
/* 2210 */
/* 2211 */ .woocommerce ins {
/* 2212 */     text-decoration: none;
/* 2213 */ }
/* 2214 */
/* 2215 */ .woocommerce  .star-rating {
/* 2216 */     font-size: 10px;
/* 2217 */     margin: 0;
/* 2218 */ }
/* 2219 */
/* 2220 */ /* Tag Cloud */
/* 2221 */ .widget_tag_cloud  a {
/* 2222 */     display: inline-block;
/* 2223 */     font-size: 11px !important;
/* 2224 */     background: #b7b7b7;
/* 2225 */     color: #fff;
/* 2226 */     padding: 4px 6px;
/* 2227 */     margin-bottom: 10px;
/* 2228 */     border-radius: 5px;
/* 2229 */ }
/* 2230 */
/* 2231 */ .widget.widget_categories li {
/* 2232 */     color: #9c9c9c;
/* 2233 */ }
/* 2234 */
/* 2235 */ .widget-footer .widget ul {
/* 2236 */     margin: 0;
/* 2237 */     list-style-type: none;
/* 2238 */ }
/* 2239 */
/* 2240 */ /* Cart */
/* 2241 */ .widget.woocommerce.widget_shopping_cart li a:first-child {
/* 2242 */     left: 100%;
/* 2243 */ }
/* 2244 */
/* 2245 */ .open-widget-content li a {
/* 2246 */     font-size: 14px;
/* 2247 */     line-height: 20px;
/* 2248 */ }
/* 2249 */
/* 2250 */ .woocommerce .open-widget-content .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .open-widget-content .total {

/* style.css */

/* 2251 */     border: 0;
/* 2252 */ }
/* 2253 */
/* 2254 */ /****************************/
/* 2255 */
/* 2256 */ /*Off Canvas Sidebar*/
/* 2257 */
/* 2258 */ /****************************/
/* 2259 */ .open-shop-enabled-overlay  .open-shop-off-canvas-sidebar-wrapper {
/* 2260 */     visibility: visible;
/* 2261 */     opacity: 1;
/* 2262 */ }
/* 2263 */
/* 2264 */ .open-shop-off-canvas-sidebar-wrapper {
/* 2265 */     width: 100%;
/* 2266 */     top: 0;
/* 2267 */     position: fixed;
/* 2268 */     height: 100%;
/* 2269 */     background: rgba(0, 0, 0, .4);
/* 2270 */     z-index: 99;
/* 2271 */     visibility: hidden;
/* 2272 */     opacity: 0;
/* 2273 */     -webkit-transition: .25s ease-in-out;
/* 2274 */     transition: .25s ease-in-out;
/* 2275 */     z-index: 1001;
/* 2276 */ }
/* 2277 */
/* 2278 */ .open-shop-enabled-overlay  .open-shop-off-canvas-sidebar-wrapper .open-shop-off-canvas-sidebar {
/* 2279 */     right: 0;
/* 2280 */ }
/* 2281 */
/* 2282 */ .logged-in.admin-bar .open-shop-off-canvas-sidebar {
/* 2283 */     top: 32px;
/* 2284 */     height: -webkit-calc(100% - 32px);
/* 2285 */     height: calc(100% - 32px);
/* 2286 */ }
/* 2287 */
/* 2288 */ .open-shop-off-canvas-sidebar-wrapper .open-shop-off-canvas-sidebar {
/* 2289 */     position: absolute;
/* 2290 */     background: #fff;
/* 2291 */     height: 100%;
/* 2292 */     top: 0;
/* 2293 */     right: -100%;
/* 2294 */     padding: 3.5em 1.5em;
/* 2295 */     -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
/* 2296 */     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
/* 2297 */     width: 280px;
/* 2298 */     overflow: auto;
/* 2299 */     -webkit-transition: .5s ease-in-out;
/* 2300 */     transition: .5s ease-in-out;

/* style.css */

/* 2301 */ }
/* 2302 */
/* 2303 */ /*from left*/
/* 2304 */ .open-shop-off-canvas-sidebar::-webkit-scrollbar {
/* 2305 */     width: 5px;
/* 2306 */ }
/* 2307 */
/* 2308 */ .open-shop-enabled-overlay .open-shop-off-canvas-sidebar-wrapper.from-left .open-shop-off-canvas-sidebar {
/* 2309 */     left: 0;
/* 2310 */ }
/* 2311 */
/* 2312 */ .open-shop-off-canvas-sidebar-wrapper.from-left .open-shop-off-canvas-sidebar {
/* 2313 */     position: absolute;
/* 2314 */     background: #fff;
/* 2315 */     height: 100%;
/* 2316 */     top: 0;
/* 2317 */     left: -100%;
/* 2318 */     padding: 3.5em 1.5em;
/* 2319 */     -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
/* 2320 */     box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
/* 2321 */     width: 280px;
/* 2322 */     overflow: auto;
/* 2323 */     -webkit-transition: .5s ease-in-out;
/* 2324 */     transition: .5s ease-in-out;
/* 2325 */ }
/* 2326 */
/* 2327 */ .logged-in.admin-bar .open-shop-off-canvas-sidebar {
/* 2328 */     top: 32px;
/* 2329 */     height: -webkit-calc(100% - 32px);
/* 2330 */     height: calc(100% - 32px);
/* 2331 */ }
/* 2332 */
/* 2333 */ .open-shop-off-canvas-sidebar-wrapper.from-left .close-bn {
/* 2334 */     width: 40px;
/* 2335 */     height: 40px;
/* 2336 */     top: 0;
/* 2337 */     position: absolute;
/* 2338 */     left: auto;
/* 2339 */     right: 0;
/* 2340 */     background: #111;
/* 2341 */ }
/* 2342 */
/* 2343 */ .close-bn {
/* 2344 */     width: 40px;
/* 2345 */     height: 40px;
/* 2346 */     top: 0;
/* 2347 */     position: absolute;
/* 2348 */     left: 0;
/* 2349 */     background: #ff0052;
/* 2350 */ }

/* style.css */

/* 2351 */
/* 2352 */ .open-shop-off-canvas-sidebar-wrapper .close {
/* 2353 */     margin: 10px;
/* 2354 */     width: 14px;
/* 2355 */     display: block;
/* 2356 */     text-decoration: none;
/* 2357 */     top: .75em;
/* 2358 */     right: 1em;
/* 2359 */     min-width: 1em;
/* 2360 */     min-height: 1em;
/* 2361 */     transform-origin: center;
/* 2362 */     transition: all .3s linear;
/* 2363 */     transition-property: transform;
/* 2364 */     -webkit-backface-visibility: hidden;
/* 2365 */     font-size: 20px;
/* 2366 */     color: #fff;
/* 2367 */     cursor: pointer;
/* 2368 */ }
/* 2369 */
/* 2370 */ .open-shop-off-canvas-sidebar .open-widget-content {
/* 2371 */     padding-top: 25px;
/* 2372 */     padding-bottom: 25px;
/* 2373 */ }
/* 2374 */
/* 2375 */ .open-shop-off-canvas-sidebar .widget:last-child .open-shop-widget-content {
/* 2376 */     border: none;
/* 2377 */ }
/* 2378 */
/* 2379 */ .open-shop-off-canvas-sidebar .widget:last-child {
/* 2380 */     padding-bottom: 50px;
/* 2381 */ }
/* 2382 */
/* 2383 */ .open-shop-off-canvas-sidebar .widget_search .form-content input[type="text"], .open-shop-off-canvas-sidebar .woocommerce-product-search input[type="search"] {
/* 2384 */     width: 100%;
/* 2385 */ }
/* 2386 */
/* 2387 */ .widget_search .form-content, .widget_product_search .woocommerce-product-search, .open-shop-off-canvas-sidebar .woocommerce-product-search {
/* 2388 */     display: flex;
/* 2389 */     align-items: flex-start;
/* 2390 */ }
/* 2391 */
/* 2392 */ .open-shop-filter-close:before, .open-shop-filter-close:after {
/* 2393 */     content: '';
/* 2394 */     display: block;
/* 2395 */     border-top: 1px solid;
/* 2396 */     position: absolute;
/* 2397 */     left: 0;
/* 2398 */     top: 50%;
/* 2399 */     width: 100%;
/* 2400 */ }

/* style.css */

/* 2401 */
/* 2402 */ .open-shop-filter-close:before {
/* 2403 */     -webkit-transform: rotateZ(-45deg);
/* 2404 */     -moz-transform: rotateZ(-45deg);
/* 2405 */     transform: rotateZ(-45deg);
/* 2406 */ }
/* 2407 */
/* 2408 */ .open-shop-filter-close:after {
/* 2409 */     -webkit-transform: rotateZ(45deg);
/* 2410 */     -moz-transform: rotateZ(45deg);
/* 2411 */     transform: rotateZ(45deg);
/* 2412 */ }
/* 2413 */
/* 2414 */ .open-shop-filter-close:hover {
/* 2415 */     -webkit-transform: rotateZ(90deg);
/* 2416 */     -moz-transform: rotateZ(90deg);
/* 2417 */     transform: rotateZ(90deg);
/* 2418 */ }
/* 2419 */
/* 2420 */ .open-shop-filter-close {
/* 2421 */     -webkit-transform: rotateZ(0deg);
/* 2422 */     -moz-transform: rotateZ(0deg);
/* 2423 */     transform: rotateZ(0deg);
/* 2424 */     -webkit-transition: all 0.3s ease-in-out;
/* 2425 */     -moz-transition: all 0.3s ease-in-out;
/* 2426 */     transition: all 0.3s ease-in-out;
/* 2427 */ }
/* 2428 */
/* 2429 */ /********************************/
/* 2430 */
/* 2431 */ /***********home section********/
/* 2432 */
/* 2433 */ /*******************************/
/* 2434 */ .openshop-site section .content-wrap:before {
/* 2435 */     content: "";
/* 2436 */     position: absolute;
/* 2437 */     top: 0;
/* 2438 */     left: 0;
/* 2439 */     width: 100%;
/* 2440 */     height: 100%;
/* 2441 */     background: #fff;
/* 2442 */ }
/* 2443 */
/* 2444 */ .openshop-site section .content-wrap {
/* 2445 */     padding: 15px;
/* 2446 */ }
/* 2447 */
/* 2448 */ .openshop-site section {
/* 2449 */     margin: 30px 0px;
/* 2450 */     border-radius: 6px;

/* style.css */

/* 2451 */     position: relative;
/* 2452 */ }
/* 2453 */
/* 2454 */ .content-wrap, .thunk-banner-wrap, .thunk-cat-tab {
/* 2455 */     position: relative;
/* 2456 */ }
/* 2457 */
/* 2458 */ /*section heading*/
/* 2459 */ .thunk-title .title {
/* 2460 */     position: relative;
/* 2461 */     display: inline-block;
/* 2462 */     margin-bottom: 15px;
/* 2463 */     font-size: 18px;
/* 2464 */     line-height: 28px;
/* 2465 */     color: #090909;
/* 2466 */ }
/* 2467 */
/* 2468 */ .thunk-cat-tab .thunk-title .title {
/* 2469 */     margin-bottom: 0;
/* 2470 */ }
/* 2471 */
/* 2472 */ .thunk-title .title:after {
/* 2473 */     position: absolute;
/* 2474 */     width: 150px;
/* 2475 */     height: 1px;
/* 2476 */     background-color: #e4e9ef;
/* 2477 */     content: '';
/* 2478 */     top: 50%;
/* 2479 */     margin-left: 15px;
/* 2480 */ }
/* 2481 */
/* 2482 */ .hunk-heading {
/* 2483 */     max-width: 400px;
/* 2484 */ }
/* 2485 */
/* 2486 */ /*************************/
/* 2487 */
/* 2488 */ /*slide category section*/
/* 2489 */
/* 2490 */ /************************/
/* 2491 */ .thunk-category {
/* 2492 */     text-align: center;
/* 2493 */ }
/* 2494 */
/* 2495 */ .thunk-woo-product-list .woocommerce-loop-product__title a, .thunk-cat-title a {
/* 2496 */     line-height: 25px;
/* 2497 */     font-size: 13px;
/* 2498 */     font-family: "Roboto-Regular", sans-serif;
/* 2499 */     color: #1D1C1C;
/* 2500 */ }

/* style.css */

/* 2501 */
/* 2502 */ .thunk-cat-text {
/* 2503 */     display: inline-block;
/* 2504 */     background-color: #fff;
/* 2505 */     border: 1px solid #f1f1f1;
/* 2506 */     padding: 8px 20px 18px;
/* 2507 */     margin-top: -40px;
/* 2508 */     position: relative;
/* 2509 */     -webkit-transition: all .3s ease-out;
/* 2510 */     -moz-transition: all .3s ease-out;
/* 2511 */     -ms-transition: all .3s ease-out;
/* 2512 */     -o-transition: all .3s ease-out;
/* 2513 */     transition: all .3s ease-out;
/* 2514 */     z-index: 15;
/* 2515 */ }
/* 2516 */
/* 2517 */ .total-number {
/* 2518 */     position: absolute;
/* 2519 */     bottom: -9px;
/* 2520 */     left: 50%;
/* 2521 */     -webkit-transform: translateX(-50%);
/* 2522 */     -moz-transform: translateX(-50%);
/* 2523 */     -ms-transform: translateX(-50%);
/* 2524 */     -o-transform: translateX(-50%);
/* 2525 */     transform: translateX(-50%);
/* 2526 */     background-color: #fff;
/* 2527 */     padding: 0 13px;
/* 2528 */     font-style: italic;
/* 2529 */     color: #666;
/* 2530 */ }
/* 2531 */
/* 2532 */ .thunk-cat-box {
/* 2533 */     display: block;
/* 2534 */     overflow: hidden;
/* 2535 */     position: relative;
/* 2536 */     border: 1px solid #f1f1f1;
/* 2537 */     margin: 1px;
/* 2538 */ }
/* 2539 */
/* 2540 */ .thunk-cat-box img {
/* 2541 */     -webkit-transition: all .5s ease 0s;
/* 2542 */     -o-transition: all .58s ease 0s;
/* 2543 */     transition: all .5s ease 0s;
/* 2544 */ }
/* 2545 */
/* 2546 */ .thunk-cat-box a:hover img {
/* 2547 */     -webkit-transform: scale(1.1);
/* 2548 */     -ms-transform: scale(1.1);
/* 2549 */     -o-transform: scale(1.1);
/* 2550 */     transform: scale(1.1);

/* style.css */

/* 2551 */ }
/* 2552 */
/* 2553 */ .thunk-slide.thunk-cat-slide .owl-stage-outer {
/* 2554 */     padding-bottom: 20px !important;
/* 2555 */     margin-bottom: -20px !important;
/* 2556 */ }
/* 2557 */
/* 2558 */ /*category slider layout */
/* 2559 */ .thunk-category-slide-section .cat-content {
/* 2560 */     position: relative;
/* 2561 */     display: flex;
/* 2562 */     margin: -7.5px -7.5px;
/* 2563 */     flex-wrap: wrap;
/* 2564 */ }
/* 2565 */
/* 2566 */ .thunk-category-slide-section .cat-content .cat-list {
/* 2567 */     flex: 0 0 25%;
/* 2568 */     max-width: 25%;
/* 2569 */     padding: 7.5px 7.5px;
/* 2570 */ }
/* 2571 */
/* 2572 */ .cat-list a {
/* 2573 */     position: relative;
/* 2574 */     display: block;
/* 2575 */     text-align: center;
/* 2576 */     display: flex;
/* 2577 */     justify-content: center;
/* 2578 */     align-items: center;
/* 2579 */     position: relative;
/* 2580 */     overflow: hidden;
/* 2581 */ }
/* 2582 */
/* 2583 */ .cat-list a span {
/* 2584 */     position: absolute;
/* 2585 */     color: #fff;
/* 2586 */     font-size: 16px;
/* 2587 */     font-family: "Roboto-Medium", sans-serif;
/* 2588 */ }
/* 2589 */
/* 2590 */ .cat-list a:after {
/* 2591 */     position: absolute;
/* 2592 */     display: block;
/* 2593 */     content: "";
/* 2594 */     background: #ff0052;
/* 2595 */     width: 100%;
/* 2596 */     height: 100%;
/* 2597 */     left: 0;
/* 2598 */     top: 0;
/* 2599 */     opacity: 0;
/* 2600 */     transition: all 0.2s linear;

/* style.css */

/* 2601 */ }
/* 2602 */
/* 2603 */ .cat-list a:hover:after {
/* 2604 */     opacity: 0.8;
/* 2605 */ }
/* 2606 */
/* 2607 */ .cat-list a span {
/* 2608 */     z-index: 2;
/* 2609 */ }
/* 2610 */
/* 2611 */ /*layout-3*/
/* 2612 */ .cat-layout-3 .cat-content-3 {
/* 2613 */     overflow: hidden;
/* 2614 */     position: relative;
/* 2615 */     margin-right: -7.5px;
/* 2616 */     margin-left: -7.5px;
/* 2617 */     margin-bottom: -15px;
/* 2618 */ }
/* 2619 */
/* 2620 */ .cat-layout-3 .cat-content-3 .cat-col:nth-child(1) {
/* 2621 */     width: 50%;
/* 2622 */     float: left;
/* 2623 */     overflow: hidden;
/* 2624 */     position: relative;
/* 2625 */ }
/* 2626 */
/* 2627 */ .cat-layout-3 .cat-content-3 .cat-col:nth-child(1) img {
/* 2628 */     width: 100%;
/* 2629 */ }
/* 2630 */
/* 2631 */ .cat-layout-3 .cat-content-3 .cat-col {
/* 2632 */     width: 25%;
/* 2633 */     float: left;
/* 2634 */     padding-left: 7.5px;
/* 2635 */     padding-right: 7.5px;
/* 2636 */     margin-bottom: 15px;
/* 2637 */     position: relative;
/* 2638 */     overflow: hidden;
/* 2639 */ }
/* 2640 */
/* 2641 */ .cat-layout-3 .cat-content-3 .cat-col:nth-child(6), .cat-layout-3 .cat-content .cat-col:nth-child(10) {
/* 2642 */     clear: both;
/* 2643 */ }
/* 2644 */
/* 2645 */ .cat-layout-3 .cat-content-3 a {
/* 2646 */     position: absolute;
/* 2647 */     top: 0;
/* 2648 */     right: 0;
/* 2649 */     bottom: 0;
/* 2650 */     left: 0;

/* style.css */

/* 2651 */     z-index: 5;
/* 2652 */ }
/* 2653 */
/* 2654 */ .cat-layout-3 .cat-content-3 .hover-area {
/* 2655 */     position: absolute;
/* 2656 */     right: 20px;
/* 2657 */     bottom: 5px;
/* 2658 */     left: 20px;
/* 2659 */     transition: -webkit-transform .3s ease;
/* 2660 */     transition: transform .3s ease;
/* 2661 */     transition: transform .3s ease, -webkit-transform .3s ease;
/* 2662 */     -webkit-transform: translateY(50%) translateZ(0);
/* 2663 */     transform: translateY(50%) translateZ(0);
/* 2664 */ }
/* 2665 */
/* 2666 */ .cat-col:hover .hover-area {
/* 2667 */     -webkit-transform: translateY(0) translateZ(0);
/* 2668 */     transform: translateY(0) translateZ(0);
/* 2669 */ }
/* 2670 */
/* 2671 */ .cat-layout-3 .cat-content-3 .hover-area .cat-title {
/* 2672 */     font-size: 16px;
/* 2673 */     font-family: "Roboto-Medium", sans-serif;
/* 2674 */     color: #1c1d1e;
/* 2675 */ }
/* 2676 */
/* 2677 */ .prd-total-number {
/* 2678 */     font-family: "Roboto-Medium", sans-serif;
/* 2679 */     color: #1c1d1e;
/* 2680 */ }
/* 2681 */
/* 2682 */ .cat-col:hover img {
/* 2683 */     -webkit-transform: scale(1.1);
/* 2684 */     -ms-transform: scale(1.1);
/* 2685 */     -o-transform: scale(1.1);
/* 2686 */     transform: scale(1.1);
/* 2687 */ }
/* 2688 */
/* 2689 */ .cat-col-wrap {
/* 2690 */     position: relative;
/* 2691 */     overflow: hidden;  /*  border: 1px solid #f1f1f1;*/
/* 2692 */ }
/* 2693 */
/* 2694 */ .open-woo-hover-zoom .thunk-product-image img, .cat-layout-3 img {
/* 2695 */     -webkit-transition: all .5s ease 0s;
/* 2696 */     -o-transition: all .58s ease 0s;
/* 2697 */     transition: all .5s ease 0s;
/* 2698 */ }
/* 2699 */
/* 2700 */ /****************************/

/* style.css */

/* 2701 */
/* 2702 */ /*woocommerce product style*/
/* 2703 */
/* 2704 */ /****************************/
/* 2705 */ .thunk-woo-product-list {
/* 2706 */     list-style: none;
/* 2707 */     text-align: center;
/* 2708 */ }
/* 2709 */
/* 2710 */ .thunk-woo-product-list .woocommerce-loop-product__title {
/* 2711 */     line-height: 24px;
/* 2712 */     font-weight: 400;
/* 2713 */     font-size: 16px;
/* 2714 */     overflow: hidden;
/* 2715 */     margin-left: auto;
/* 2716 */     margin-right: auto;
/* 2717 */ }
/* 2718 */
/* 2719 */ .woocommerce .thunk-woo-product-list .price {
/* 2720 */     text-decoration: none;
/* 2721 */     font-family: "Roboto-regular", sans-serif;
/* 2722 */     margin-bottom: 5px !important;
/* 2723 */ }
/* 2724 */
/* 2725 */ .woocommerce .thunk-product-content .star-rating {
/* 2726 */     font-size: 10px;
/* 2727 */     float: none;
/* 2728 */     margin: 0 auto;
/* 2729 */     margin-bottom: 15px;
/* 2730 */     width: 5.7em;
/* 2731 */ }
/* 2732 */
/* 2733 */ .woocommerce ul.products li.product .thunk-product-hover .button {
/* 2734 */     margin-top: 5px;
/* 2735 */ }
/* 2736 */
/* 2737 */ .thunk-wishlist .yith-wcwl-add-to-wishlist {
/* 2738 */     margin: 0;
/* 2739 */     line-height: initial;
/* 2740 */ }
/* 2741 */
/* 2742 */ .thunk-wishlist .yith-wcwl-add-button > a i {
/* 2743 */     font-size: 12px;
/* 2744 */     margin: 0;
/* 2745 */ }
/* 2746 */
/* 2747 */ .thunk-wishlist .yith-wcwl-add-button img, .feedback {
/* 2748 */     display: none !important;
/* 2749 */ }
/* 2750 */

/* style.css */

/* 2751 */ .thunk-product .yith-wcwl-wishlistexistsbrowse:before, .thunk-product .yith-wcwl-wishlistaddedbrowse:before {
/* 2752 */     content: "\f004";
/* 2753 */     font-family: 'fontawesome';
/* 2754 */     color: #ff0052;
/* 2755 */     margin: 0;
/* 2756 */     font-size: 12px;
/* 2757 */ }
/* 2758 */ .thunk-product .th-wishlist-icon-svg{
/* 2759 */   width: 14px;
/* 2760 */ }
/* 2761 */ .woocommerce .thunk-woo-product-list span.onsale {
/* 2762 */     border-radius: 0px;
/* 2763 */     right: 5px;
/* 2764 */     top: 0;
/* 2765 */     left: auto;
/* 2766 */     padding: 5px 10px;
/* 2767 */     line-height: normal;
/* 2768 */     min-height: auto;
/* 2769 */     min-width: auto;
/* 2770 */     background-color: #141415;
/* 2771 */     margin: 0;
/* 2772 */ }
/* 2773 */ .woocommerce ul.products li.product .onsale, .woocommerce .thunk-woo-product-list span.onsale {
/* 2774 */     font-family: "Roboto-Bold", sans-serif;
/* 2775 */     margin: 0;
/* 2776 */ }
/* 2777 */ .thunk-product-image {
/* 2778 */     display: block;
/* 2779 */     position: relative;
/* 2780 */     overflow: hidden;
/* 2781 */     margin: -1px;
/* 2782 */     margin-bottom: 5px;
/* 2783 */     border-radius: 4px 4px 0 0;
/* 2784 */ }
/* 2785 */ .thunk-quickview {
/* 2786 */     position: absolute;
/* 2787 */     top: 50%;
/* 2788 */     bottom: 0;
/* 2789 */     left: 0;
/* 2790 */     right: 0;
/* 2791 */ }
/* 2792 */ .woocommerce .thunk-woo-product-list .price {
/* 2793 */     font-size: 12px;
/* 2794 */     color: #ff0052;
/* 2795 */ }
/* 2796 */ .woocommerce .thunk-woo-product-list .price del {
/* 2797 */     color: #8f9696;
/* 2798 */     margin-right: 10px;
/* 2799 */ }
/* 2800 */ .thunk-woo-product-list .thunk-quickview a {

/* style.css */

/* 2801 */     color: #fff !important;
/* 2802 */     font-size: 12px;
/* 2803 */     padding: 6px 10px;
/* 2804 */     background: #ff0052;
/* 2805 */     margin: 0 auto;
/* 2806 */     white-space: nowrap;
/* 2807 */     overflow: hidden;
/* 2808 */     z-index: 99;
/* 2809 */     -webkit-border-radius: 4px;
/* 2810 */     -moz-border-radius: 4px;
/* 2811 */     border-radius: 4px;
/* 2812 */     -moz-transition: all .3s ease;
/* 2813 */     -ms-transition: all .3s ease;
/* 2814 */     -o-transition: all .3s ease;
/* 2815 */     transition: all .3s ease;
/* 2816 */ }
/* 2817 */
/* 2818 */ .woocommerce .thunk-product-hover a.added_to_cart {
/* 2819 */     display: block;
/* 2820 */ }
/* 2821 */
/* 2822 */ .thunk-compare .compare-button a {
/* 2823 */     background-color: transparent;
/* 2824 */     font-size: 12px;
/* 2825 */     padding: 0;
/* 2826 */     font-weight: normal;
/* 2827 */ }
/* 2828 */
/* 2829 */ .thunk-compare .compare-button a:hover, .thunk-product-hover .th-button.add_to_cart_button:hover, .woocommerce ul.products .thunk-product-hover .add_to_cart_button:hover, .woocommerce .thunk-product-hover a.th-button:hover {
/* 2830 */     background-color: transparent;
/* 2831 */     color: #ff0052;
/* 2832 */ }
/* 2833 */
/* 2834 */ .thunk-product-hover .th-button.add_to_cart_button, .woocommerce ul.products .thunk-product-hover .add_to_cart_button, .woocommerce .thunk-product-hover a.th-butto, .woocommerce ul.products li.product .product_type_variable, .woocommerce ul.products li.product a.button.product_type_grouped, .woocommerce .thunk-product-hover a.th-button, .woocommerce a.button.product_type_simple {
/* 2835 */     font-family: "Roboto-Medium", sans-serif;
/* 2836 */     font-weight: normal;
/* 2837 */     width: 99%;
/* 2838 */     background-color: transparent;
/* 2839 */     border: 1px solid #ff0052;
/* 2840 */     color: #ff0052;
/* 2841 */     font-weight: normal !important;
/* 2842 */ }
/* 2843 */
/* 2844 */ .woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped {
/* 2845 */     width: auto;
/* 2846 */ }
/* 2847 */
/* 2848 */ .thunk-woo-product-list .thunk-quickview a {
/* 2849 */     opacity: 0;
/* 2850 */     transition: all .25s ease 0s;

/* style.css */

/* 2851 */     font-family: "Roboto-Bold", sans-serif;
/* 2852 */ }
/* 2853 */
/* 2854 */ .thunk-woo-product-list .thunk-product:hover .thunk-quickview a {
/* 2855 */     opacity: 1;
/* 2856 */ }
/* 2857 */
/* 2858 */ .thunk-compare .compare-button a:before {
/* 2859 */        content: "\e917";
/* 2860 */     font-family: th-icon;
/* 2861 */     margin-right: 5px;
/* 2862 */ }
/* 2863 */
/* 2864 */
/* 2865 */ .thunk-compare .compare-button button:before {
/* 2866 */      content: "\e917";
/* 2867 */     font-family: th-icon;
/* 2868 */     margin-right: 5px;
/* 2869 */ }
/* 2870 */
/* 2871 */ .thunk-compare .compare-button .woosc-btn{
/* 2872 */     background: transparent;
/* 2873 */ }
/* 2874 */
/* 2875 */ .woocommerce-shop .woosc-btn{
/* 2876 */     background: transparent;
/* 2877 */ }
/* 2878 */
/* 2879 */ .thunk-wishlist, .thunk-compare {
/* 2880 */     width: auto;
/* 2881 */     display: inline-flex;
/* 2882 */     margin-top: 10px;
/* 2883 */     margin-left: 0;
/* 2884 */     margin-right: 0;
/* 2885 */     align-items: center;
/* 2886 */ }
/* 2887 */ .thunk-wishlist{
/* 2888 */     margin-right: 4px;
/* 2889 */ }
/* 2890 */ .theme-open-shop.single-product .entry-summary .thunk-compare,
/* 2891 */ #thnk-quick-view-content .thunk-compare{
/* 2892 */     width: auto;
/* 2893 */     display: inline-flex;
/* 2894 */     margin-top: 0;
/* 2895 */ }
/* 2896 */
/* 2897 */ .thunk-wishlist a, .thunk-compare a {
/* 2898 */     font-size: 12px!important;
/* 2899 */     color: #1c1d1e;
/* 2900 */ }

/* style.css */

/* 2901 */
/* 2902 */ .open-shop-wishlist-activate .thunk-product .thunk-compare::before {
/* 2903 */     color: #c8c8c8;
/* 2904 */     content: "|";
/* 2905 */     display: inline-block;
/* 2906 */ /*    margin: 0 4px 0 8px;*/
/* 2907 */     margin: 0;
/* 2908 */
/* 2909 */ }
/* 2910 */
/* 2911 */ .thunk-product-hover {
/* 2912 */     position: absolute;
/* 2913 */     display: block;
/* 2914 */     left: 0;
/* 2915 */     right: 0;
/* 2916 */     top: 100%;
/* 2917 */     background: #fff;
/* 2918 */     padding-bottom: 10px;
/* 2919 */     -webkit-transform: translate(0, 20px);
/* 2920 */     -ms-transform: translate(0, 20px);
/* 2921 */     -o-transform: translate(0, 20px);
/* 2922 */     transform: translate(0, 20px);
/* 2923 */     opacity: 0;
/* 2924 */     visibility: hidden;
/* 2925 */     border-radius: 0 0 4px 4px;
/* 2926 */     transition: all .25s ease 0s;
/* 2927 */ }
/* 2928 */
/* 2929 */ .thunk-product:hover .thunk-product-hover {
/* 2930 */     opacity: 1;
/* 2931 */     border-color: #f1f1f1;
/* 2932 */     padding-bottom: 10px;
/* 2933 */     -webkit-transform: translate(0, 0);
/* 2934 */     -ms-transform: translate(0, 0);
/* 2935 */     -o-transform: translate(0, 0);
/* 2936 */     transform: translate(0, 0);
/* 2937 */     top: 99%;
/* 2938 */     visibility: visible;
/* 2939 */     z-index: 15;
/* 2940 */ }
/* 2941 */
/* 2942 */ .thunk-product {
/* 2943 */     border: 1px solid transparent;
/* 2944 */     background: #fff;
/* 2945 */ }
/* 2946 */
/* 2947 */ .thunk-product-content, .thunk-product-hover {
/* 2948 */     padding: 0px 10px;
/* 2949 */ }
/* 2950 */

/* style.css */

/* 2951 */ .thunk-product:hover .thunk-product-hover {
/* 2952 */     border-top: none;
/* 2953 */ }
/* 2954 */
/* 2955 */ /*.thunk-product-hover{
/* 2956 *| border: 1px solid transparent;
/* 2957 *| }*/
/* 2958 */ .thunk-woo-product-list .thunk-product-wrap:hover .thunk-product {
/* 2959 */     box-shadow: 0 0 15px #eee;
/* 2960 */ }
/* 2961 */
/* 2962 */ .thunk-product:hover .thunk-product-hover {
/* 2963 */     box-shadow: 0 0 15px #eee;
/* 2964 */ }
/* 2965 */
/* 2966 */ .thunk-product:hover .thunk-product-hover::before {
/* 2967 */     position: absolute;
/* 2968 */     content: '';
/* 2969 */     bottom: 100%;
/* 2970 */     left: 0;
/* 2971 */     right: 0;
/* 2972 */     height: 10px;
/* 2973 */     background-color: #fff;
/* 2974 */ }
/* 2975 */
/* 2976 */ .thunk-list-view .thunk-product:hover .thunk-product-hover::before {
/* 2977 */     position: absolute;
/* 2978 */     content: '';
/* 2979 */     bottom: 100%;
/* 2980 */     left: 0;
/* 2981 */     right: 0;
/* 2982 */     height: 0px;
/* 2983 */     background-color: #fff;
/* 2984 */ }
/* 2985 */
/* 2986 */ .thunk-slide .owl-stage-outer {
/* 2987 */
/* 2988 */     /*   padding: 6px 6px 70px;
/* 2989 *|           margin: -6px -6px -70px;*/
/* 2990 */     padding: 0;
/* 2991 */     margin: 0;
/* 2992 */ }
/* 2993 */
/* 2994 */ /*navigation*/
/* 2995 */ .thunk-slide .owl-nav {
/* 2996 */     position: absolute;
/* 2997 */     top: -58px;
/* 2998 */     right: -15px;
/* 2999 */     color: #a3a3a3;
/* 3000 */ }

/* style.css */

/* 3001 */
/* 3002 */ .thunk-slide.owl-carousel .owl-nav  button.owl-prev, .thunk-slide.owl-carousel .owl-nav  button.owl-next {
/* 3003 */     width: 30px;
/* 3004 */     height: 30px;
/* 3005 */     line-height: 30px !important;
/* 3006 */     font-size: 17px;
/* 3007 */     text-align: center;
/* 3008 */     background: #fff;
/* 3009 */     color: #999;
/* 3010 */     border: 1px solid #eee;
/* 3011 */     -webkit-border-radius: 3px;
/* 3012 */     -moz-border-radius: 3px;
/* 3013 */     -ms-border-radius: 3px;
/* 3014 */     -o-border-radius: 3px;
/* 3015 */     border-radius: 3px;
/* 3016 */ }
/* 3017 */
/* 3018 */ .open-shop-slide-post .owl-nav button.owl-prev, .open-shop-slide-post .owl-nav button.owl-next {
/* 3019 */     width: 25px;
/* 3020 */     height: 25px;
/* 3021 */     line-height: 25px !important;
/* 3022 */     font-size: 14px;
/* 3023 */ }
/* 3024 */
/* 3025 */ .thunk-slide .owl-nav  button.owl-prev:hover, .thunk-slide .owl-nav  button.owl-next:hover, .open-shop-slide-post .owl-nav  button.owl-prev:hover, .open-shop-slide-post .owl-nav  button.owl-next:hover {
/* 3026 */     color: #fff;
/* 3027 */     background: #ff0052;
/* 3028 */     border-color: #ff0052;
/* 3029 */     -webkit-transition: all 0.4s ease;
/* 3030 */     -moz-transition: all 0.4s ease;
/* 3031 */     -ms-transition: all 0.4s ease;
/* 3032 */     -o-transition: all 0.4s ease;
/* 3033 */     transition: all 0.4s ease;
/* 3034 */ }
/* 3035 */
/* 3036 */ .thunk-slide .owl-nav button.owl-prev, .open-shop-slide-post .owl-nav button.owl-prev {
/* 3037 */     margin-right: 2px
/* 3038 */ }
/* 3039 */
/* 3040 */ .thunk-slide .owl-nav button.owl-next, .open-shop-slide-post .owl-nav button.owl-next {
/* 3041 */     margin-left: 2px;
/* 3042 */ }
/* 3043 */
/* 3044 */ .open-shop-slide-post .owl-nav {
/* 3045 */     position: absolute;
/* 3046 */     top: -40px;
/* 3047 */     right: 0px;
/* 3048 */     color: #a3a3a3;
/* 3049 */ }
/* 3050 */

/* style.css */

/* 3051 */ /****************************/
/* 3052 */
/* 3053 */ /*woocommerce product style*/
/* 3054 */
/* 3055 */ /****************************/
/* 3056 */
/* 3057 */ /***********************/
/* 3058 */
/* 3059 */ /*Product Tab section*/
/* 3060 */
/* 3061 */ /***********************/
/* 3062 */
/* 3063 */ /*tab style*/
/* 3064 */ .thunk-cat-tab ul {
/* 3065 */     list-style: none;
/* 3066 */     margin: 0;
/* 3067 */     padding: 0;
/* 3068 */ }
/* 3069 */
/* 3070 */ .thunk-cat-tab ul {
/* 3071 */     display: inline-block;
/* 3072 */     list-style: none;
/* 3073 */     padding: 0;
/* 3074 */     font-size: 0;
/* 3075 */     line-height: 0;
/* 3076 */     position: relative;
/* 3077 */ }
/* 3078 */
/* 3079 */ .thunk-cat-tab .tab-link li {
/* 3080 */     display: inline-block;
/* 3081 */     font-size: 13px;
/* 3082 */     line-height: 24px;
/* 3083 */ }
/* 3084 */
/* 3085 */ .thunk-cat-tab .tab-link li a {
/* 3086 */     font-family: "Roboto-Bold", sans-serif;
/* 3087 */     display: block;
/* 3088 */     padding: 15px 10px;
/* 3089 */     color: #8f9696;
/* 3090 */     font-weight: 700;
/* 3091 */ }
/* 3092 */
/* 3093 */ .thunk-cat-tab .tab-link li a.active, .thunk-cat-tab .tab-link li a:hover {
/* 3094 */     color: #090909;
/* 3095 */     font-weight: 700;
/* 3096 */ }
/* 3097 */
/* 3098 */ .thunk-cat-tab .tab-link li:first-child a {
/* 3099 */     padding-left: 0;
/* 3100 */ }

/* style.css */

/* 3101 */
/* 3102 */ .thunk-cat-tab .tab-link li.active a {
/* 3103 */     color: #ff0052;
/* 3104 */ }
/* 3105 */
/* 3106 */ .thunk-heading-wrap {
/* 3107 */     display: flex;
/* 3108 */     -webkit-box-align: center;
/* 3109 */     -webkit-align-items: center;
/* 3110 */ }
/* 3111 */
/* 3112 */ .thunk-heading-wrap .thunk-heading {
/* 3113 */     width: 35%;
/* 3114 */ }
/* 3115 */
/* 3116 */ .thunk-heading-wrap .tab-head {
/* 3117 */     width: 65%;
/* 3118 */     text-align: right;
/* 3119 */ }
/* 3120 */
/* 3121 */ .thunk-cat-tab .thunk-heading-wrap .thunk-heading {
/* 3122 */     width: 30%;
/* 3123 */ }
/* 3124 */
/* 3125 */ .thunk-cat-tab .thunk-heading-wrap .tab-head {
/* 3126 */     width: 70%;
/* 3127 */ }
/* 3128 */
/* 3129 */ .thunk-heading-wrap .tab-link-wrap {
/* 3130 */     margin-right: 65px;
/* 3131 */ }
/* 3132 */
/* 3133 */ .thunk-heading-wrap .thunk-title .title:after {
/* 3134 */     display: none;
/* 3135 */ }
/* 3136 */
/* 3137 */ /********************/
/* 3138 */
/* 3139 */ /*Product List View*/
/* 3140 */
/* 3141 */ /********************/
/* 3142 */ .thunk-product-list-section .thunk-woo-product-list, .thunk-product-tab-list-section .thunk-woo-product-list {
/* 3143 */     display: flex;
/* 3144 */ }
/* 3145 */
/* 3146 */ .thunk-product-list-section .thunk-list, .thunk-product-tab-list-section .thunk-list {
/* 3147 */     display: flex;
/* 3148 */     align-items: flex-start;
/* 3149 */     flex-wrap: wrap;
/* 3150 */     text-align: left;

/* style.css */

/* 3151 */     background: #fff;
/* 3152 */ }
/* 3153 */
/* 3154 */ .thunk-product-list-section .thunk-list .thunk-product-image, .thunk-product-tab-list-section .thunk-list .thunk-product-image {
/* 3155 */     width: 40%;
/* 3156 */     margin: 0;
/* 3157 */     padding: 0;
/* 3158 */     border-radius: 4px 0px 0 4px;
/* 3159 */ }
/* 3160 */
/* 3161 */ .thunk-product-list-section .thunk-list .thunk-product-content, .thunk-product-tab-list-section .thunk-list .thunk-product-content {
/* 3162 */     width: 60%;
/* 3163 */     margin: 0;
/* 3164 */     padding-left: 10px;
/* 3165 */     padding-right: 10px;
/* 3166 */     padding-top: 5px;
/* 3167 */     padding-bottom: 5px;
/* 3168 */ }
/* 3169 */
/* 3170 */ .thunk-product-list-section .thunk-list .thunk-product-content .star-rating, .thunk-product-tab-list-section .thunk-list .thunk-product-content .star-rating {
/* 3171 */     margin: 0;
/* 3172 */     margin: 8px 0px;
/* 3173 */     font-size: 11px;
/* 3174 */ }
/* 3175 */
/* 3176 */ .thunk-product-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title, .thunk-product-tab-list-section .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
/* 3177 */     color: #626060;
/* 3178 */ }
/* 3179 */
/* 3180 */ /******************/
/* 3181 */
/* 3182 */ /*Banner section*/
/* 3183 */
/* 3184 */ /******************/
/* 3185 */ .thunk-banner-wrap {
/* 3186 */     display: -webkit-flex;
/* 3187 */     display: -ms-flexbox;
/* 3188 */     display: flex;
/* 3189 */     -webkit-flex-wrap: wrap;
/* 3190 */     -ms-flex-wrap: wrap;
/* 3191 */     flex-wrap: wrap;
/* 3192 */ }
/* 3193 */
/* 3194 */ .thunk-banner-wrap .thunk-banner-col1, .thunk-banner-wrap .thunk-banner-col2, .thunk-banner-wrap .thunk-banner-col3 {
/* 3195 */     -webkit-box-pack: start;
/* 3196 */     -webkit-justify-content: flex-start;
/* 3197 */     -moz-box-pack: start;
/* 3198 */     -ms-flex-pack: start;
/* 3199 */     justify-content: flex-start;
/* 3200 */     -webkit-box-flex: 1;

/* style.css */

/* 3201 */     -webkit-flex: 1;
/* 3202 */     -moz-box-flex: 1;
/* 3203 */     -ms-flex: 1;
/* 3204 */     flex: 1;
/* 3205 */ }
/* 3206 */
/* 3207 */ .thnk-col-2 .thunk-banner-col1 {
/* 3208 */     margin-right: 15px;
/* 3209 */ }
/* 3210 */
/* 3211 */ .thnk-col-3 .thunk-banner-col1, .thnk-col-3 .thunk-banner-col2 {
/* 3212 */     margin-right: 15px;
/* 3213 */ }
/* 3214 */
/* 3215 */ /*banner layout 4th*/
/* 3216 */ .thunk-banner-wrap.thnk-col-5 {
/* 3217 */     margin-right: -7.5px;
/* 3218 */     margin-left: -7.5px;
/* 3219 */     margin-bottom: -15px;
/* 3220 */ }
/* 3221 */
/* 3222 */ .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col {
/* 3223 */     display: flex;
/* 3224 */     flex-direction: column;
/* 3225 */     flex: 1 0 0%;
/* 3226 */ }
/* 3227 */
/* 3228 */ .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) {
/* 3229 */     flex-grow: 1.38;
/* 3230 */ }
/* 3231 */
/* 3232 */ .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
/* 3233 */     display: flex;
/* 3234 */     flex-direction: column;
/* 3235 */     flex: 1 0 auto;
/* 3236 */ }
/* 3237 */
/* 3238 */ .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
/* 3239 */     padding: 0 7.5px 15px 7.5px;
/* 3240 */ }
/* 3241 */
/* 3242 */ .thunk-banner-wrap.bnr-layout-4  img {
/* 3243 */     width: 100%;
/* 3244 */ }
/* 3245 */
/* 3246 */ /*banner layout five*/
/* 3247 */ .thunk-banner-wrap.bnr-layout-5.thnk-col-4 {
/* 3248 */     margin-right: -7.5px;
/* 3249 */     margin-left: -7.5px;
/* 3250 */     margin-bottom: -15px;

/* style.css */

/* 3251 */ }
/* 3252 */
/* 3253 */ .bnr-layout-5 .thunk-banner-col {
/* 3254 */     display: flex;
/* 3255 */     flex-direction: column;
/* 3256 */     flex: 1 0 0%;
/* 3257 */ }
/* 3258 */
/* 3259 */ .bnr-layout-5 .thunk-banner-col:nth-child(1), .bnr-layout-5 .thunk-banner-col:nth-child(3) {
/* 3260 */     flex-grow: 1.38;
/* 3261 */ }
/* 3262 */
/* 3263 */ .bnr-layout-5 .thunk-banner-col .thunk-banner-item {
/* 3264 */     padding: 0 7.5px 15px 7.5px;
/* 3265 */ }
/* 3266 */
/* 3267 */ .bnr-layout-5 .thunk-banner-col .thunk-banner-item >:first-child img {
/* 3268 */     flex: 1 0 auto;
/* 3269 */     width: 100%;
/* 3270 */ }
/* 3271 */
/* 3272 */ .bnr-layout-5 .thunk-banner-col:nth-child(2) .thunk-banner-item >:first-child img {
/* 3273 */     flex: 1 0 auto;
/* 3274 */     width: 100%;
/* 3275 */ }
/* 3276 */
/* 3277 */ /*******************/
/* 3278 */
/* 3279 */ /*brand*/
/* 3280 */
/* 3281 */ /*******************/
/* 3282 */ .owl-carousel .owl-item .thunk-brands img {
/* 3283 */     margin: 0 auto;
/* 3284 */     max-width: 100%;
/* 3285 */     width: auto;
/* 3286 */ }
/* 3287 */
/* 3288 */ .thunk-slide.thunk-brand .owl-stage-outer {
/* 3289 */     padding: 0;
/* 3290 */     margin: 0;
/* 3291 */ }
/* 3292 */
/* 3293 */ .thunk-slide.thunk-brand .owl-nav {
/* 3294 */     position: absolute;
/* 3295 */     top: calc(50% - 15px) !important;
/* 3296 */     left: 0;
/* 3297 */     right: 0;
/* 3298 */     height: 0;
/* 3299 */     margin: 0 -10px;
/* 3300 */     z-index: 2;

/* style.css */

/* 3301 */     font-size: 24px;
/* 3302 */     opacity: 0;
/* 3303 */ }
/* 3304 */
/* 3305 */ .thunk-slide.thunk-brand .owl-nav .owl-prev {
/* 3306 */     float: left;
/* 3307 */ }
/* 3308 */
/* 3309 */ .thunk-slide.thunk-brand .owl-nav .owl-next {
/* 3310 */     float: right;
/* 3311 */ }
/* 3312 */
/* 3313 */ .thunk-brand-section .content-wrap:hover .thunk-slide.thunk-brand .owl-nav {
/* 3314 */     opacity: 1;
/* 3315 */     -webkit-transition: all 0.4s ease;
/* 3316 */     -moz-transition: all 0.4s ease;
/* 3317 */     -ms-transition: all 0.4s ease;
/* 3318 */     -o-transition: all 0.4s ease;
/* 3319 */     transition: all 0.4s ease;
/* 3320 */ }
/* 3321 */
/* 3322 */ .thunk-slide.thunk-brand .owl-nav button.owl-prev:after {
/* 3323 */     display: none;
/* 3324 */ }
/* 3325 */
/* 3326 */ /*****************************/
/* 3327 */
/* 3328 */ /*Highlight Featured section*/
/* 3329 */
/* 3330 */ /******************************/
/* 3331 */ .thunk-highlight-feature-wrap {
/* 3332 */     display: flex;
/* 3333 */     flex-wrap: wrap;
/* 3334 */     justify-content: center;
/* 3335 */     position: relative;
/* 3336 */ }
/* 3337 */
/* 3338 */ .thunk-highlight-col {
/* 3339 */     width: 25%;
/* 3340 */     padding: 15px 25px;
/* 3341 */     text-align: center;
/* 3342 */     border-right-color: #e4e9ef;
/* 3343 */     border-right-style: solid;
/* 3344 */     border-right-width: 1px;
/* 3345 */ }
/* 3346 */
/* 3347 */ .thunk-hglt-box {
/* 3348 */     display: -webkit-flex;
/* 3349 */     display: -ms-flexbox;
/* 3350 */     display: flex;

/* style.css */

/* 3351 */     -webkit-box-align: center;
/* 3352 */     -webkit-align-items: center;
/* 3353 */     -moz-box-align: center;
/* 3354 */     -ms-flex-align: center;
/* 3355 */     align-items: center;
/* 3356 */     -webkit-align-content: center;
/* 3357 */     -ms-flex-line-pack: center;
/* 3358 */     align-content: center;
/* 3359 */ }
/* 3360 */
/* 3361 */ .thunk-hglt-box .content {
/* 3362 */     padding-left: 15px;
/* 3363 */     text-align: left;
/* 3364 */ }
/* 3365 */
/* 3366 */ .thunk-hglt-icon {
/* 3367 */     color: #26272c;
/* 3368 */     font-size: 35px;
/* 3369 */ }
/* 3370 */
/* 3371 */ .thunk-hglt-box h6 {
/* 3372 */     font-size: 14px;
/* 3373 */     color: #1c1d1e;
/* 3374 */ }
/* 3375 */
/* 3376 */ .thunk-hglt-box  p {
/* 3377 */     color: #1c1d1e;
/* 3378 */ }
/* 3379 */
/* 3380 */ .thunk-highlight-col:last-child {
/* 3381 */     border: none;
/* 3382 */ }
/* 3383 */
/* 3384 */ /******************************/
/* 3385 */
/* 3386 */ /*Featured Product Section*/
/* 3387 */
/* 3388 */ /******************************/
/* 3389 */ #thunk-feature-product-tab .content-wrap {
/* 3390 */     display: flex;
/* 3391 */ }
/* 3392 */
/* 3393 */ #thunk-feature-product-tab .tab-content {
/* 3394 */     width: 60%;
/* 3395 */ }
/* 3396 */
/* 3397 */ #thunk-feature-product-tab .content-featured-wrap {
/* 3398 */     margin-left: 2%;
/* 3399 */     width: 38%;
/* 3400 */     position: relative;

/* style.css */

/* 3401 */ }
/* 3402 */
/* 3403 */ .content-featured-wrap .thunk-product-hover {
/* 3404 */     border: none;
/* 3405 */     padding-bottom: 10px;
/* 3406 */     opacity: 1;
/* 3407 */     border-color: #f1f1f1;
/* 3408 */     -webkit-transform: translate(0, 0);
/* 3409 */     -ms-transform: translate(0, 0);
/* 3410 */     -o-transform: translate(0, 0);
/* 3411 */     transform: translate(0, 0);
/* 3412 */     top: 99%;
/* 3413 */     visibility: visible;
/* 3414 */     z-index: 15;
/* 3415 */     border-top: none;
/* 3416 */     position: relative;
/* 3417 */ }
/* 3418 */
/* 3419 */ #thunk-feature-product-tab .owl-nav {
/* 3420 */     position: absolute;
/* 3421 */     right: -70%;
/* 3422 */     color: #a3a3a3;
/* 3423 */ }
/* 3424 */
/* 3425 */ #thunk-feature-product-tab .tab-content .yith-wcwl-add-button a.add_to_wishlist, #thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse.show a {
/* 3426 */     font-size: 0;
/* 3427 */ }
/* 3428 */
/* 3429 */ #thunk-feature-product-tab .tab-content .thunk-compare .compare-button a {
/* 3430 */     font-size: 0;
/* 3431 */     letter-spacing: initial;
/* 3432 */ }
/* 3433 */
/* 3434 */ #thunk-feature-product-tab .tab-content .thunk-compare .compare-button a:before {
/* 3435 */     font-size: 12px;
/* 3436 */     margin: 0
/* 3437 */ }
/* 3438 */
/* 3439 */ #thunk-feature-product-tab .tab-content .thunk-wishlist .yith-wcwl-add-button > a i {
/* 3440 */     margin: 0;
/* 3441 */ }
/* 3442 */
/* 3443 */ #thunk-feature-product-tab .tab-content .thunk-wishlist a::after {
/* 3444 */     margin: 0;
/* 3445 */ }
/* 3446 */
/* 3447 */ #thunk-feature-product-tab .tab-content .thunk-wishlist {
/* 3448 */     float: none;
/* 3449 */ }
/* 3450 */

/* style.css */

/* 3451 */ #thunk-feature-product-tab .tab-content .thunk-compare {
/* 3452 */     float: none;
/* 3453 */ }
/* 3454 */
/* 3455 */ #thunk-feature-product-tab .tab-content .thunk-product:hover .thunk-product-hover {
/* 3456 */     padding-bottom: 5px;
/* 3457 */ }
/* 3458 */
/* 3459 */ #thunk-feature-product-tab .content-featured-wrap .thunk-product:hover .thunk-product-hover::before {
/* 3460 */     height: 0;
/* 3461 */ }
/* 3462 */
/* 3463 */ #thunk-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse a, #thunk-feature-product-tab .tab-content .yith-wcwl-wishlistaddedbrowse a {
/* 3464 */     display: none;
/* 3465 */ }
/* 3466 */
/* 3467 */ /**********************************/
/* 3468 */
/* 3469 */ /*custom section widget area css*/
/* 3470 */
/* 3471 */ /**********************************/
/* 3472 */ .widget-wrap {
/* 3473 */     position: relative;
/* 3474 */     display: block;
/* 3475 */ }
/* 3476 */
/* 3477 */ .cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-1-2 .widget-cs-col1, .cs-1-2 .widget-cs-col2, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-2-2 .widget-cs-col1, .cs-2-2 .widget-cs-col2, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-3-2 .widget-cs-col1, .cs-3-2 .widget-cs-col2, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3, .cs-4-2 .widget-cs-col1, .cs-4-2 .widget-cs-col2 {
/* 3478 */     -webkit-box-flex: 1;
/* 3479 */     -webkit-flex: 1;
/* 3480 */     -moz-box-flex: 1;
/* 3481 */     -ms-flex: 1;
/* 3482 */     flex: 1;
/* 3483 */     width: 100%;
/* 3484 */     position: relative;
/* 3485 */ }
/* 3486 */
/* 3487 */ .cs-1-1 .widget-cs-col1, .cs-2-1 .widget-cs-col1, .cs-3-1 .widget-cs-col1, .cs-4-1 .widget-cs-col1 {
/* 3488 */     width: 100%;
/* 3489 */     position: relative;
/* 3490 */ }
/* 3491 */
/* 3492 */ .cs-1-2 .widget-cs-col1, .cs-1-2 .widget-cs-col2, .cs-2-2 .widget-cs-col1, .cs-2-2 .widget-cs-col2, .cs-3-2 .widget-cs-col1, .cs-3-2 .widget-cs-col2, .cs-4-2 .widget-cs-col1, .cs-4-2 .widget-cs-col2 {
/* 3493 */     width: 50%;
/* 3494 */     padding: 0px 7.5px;
/* 3495 */ }
/* 3496 */
/* 3497 */ .cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3 {
/* 3498 */     width: 33.33%;
/* 3499 */     padding: 0px 7.5px;
/* 3500 */ }

/* style.css */

/* 3501 */
/* 3502 */ .widget-cs-bar.cs-1-2 .widget-cs-container, .widget-cs-bar.cs-1-3 .widget-cs-container, .widget-cs-bar.cs-2-2 .widget-cs-container, .widget-cs-bar.cs-2-3 .widget-cs-container, .widget-cs-bar.cs-3-2 .widget-cs-container, .widget-cs-bar.cs-3-3 .widget-cs-container {
/* 3503 */     margin: 0px -7.5px;
/* 3504 */ }
/* 3505 */
/* 3506 */ /*slide navigation*/
/* 3507 */ .product-slide-widget .owl-carousel .owl-nav {
/* 3508 */     position: absolute;
/* 3509 */     top: 30%;
/* 3510 */     left: 0;
/* 3511 */     right: 0;
/* 3512 */     height: 0;
/* 3513 */     margin: 0 -10px;
/* 3514 */     z-index: 2;
/* 3515 */     font-size: 24px;
/* 3516 */     opacity: 1;
/* 3517 */ }
/* 3518 */
/* 3519 */ .product-slide-widget .owl-carousel .owl-nav .owl-prev, .thunk-slide.thunk-brand .owl-nav .owl-prev {
/* 3520 */     float: left;
/* 3521 */     margin-left: -5px;
/* 3522 */ }
/* 3523 */
/* 3524 */ .product-slide-widget .owl-nav .owl-next, .thunk-slide.thunk-brand .owl-nav .owl-next {
/* 3525 */     float: right;
/* 3526 */     margin-right: -5px;
/* 3527 */ }
/* 3528 */
/* 3529 */ .product-slide-widget .owl-carousel .owl-nav button, .thunk-slide.thunk-brand .owl-nav  button {
/* 3530 */     width: 30px;
/* 3531 */     height: 30px;
/* 3532 */     line-height: 30px !important;
/* 3533 */     font-size: 17px;
/* 3534 */     text-align: center;
/* 3535 */     background: #fff;
/* 3536 */     color: #999;
/* 3537 */     border: 1px solid #eee;
/* 3538 */     -webkit-border-radius: 3px;
/* 3539 */     -moz-border-radius: 3px;
/* 3540 */     -ms-border-radius: 3px;
/* 3541 */     -o-border-radius: 3px;
/* 3542 */     border-radius: 3px;
/* 3543 */ }
/* 3544 */
/* 3545 */ .product-slide-widget .owl-carousel .owl-nav button:hover, .thunk-slide.thunk-brand .owl-nav  button:hover {
/* 3546 */     color: #fff;
/* 3547 */     background: #ff0052;
/* 3548 */     border-color: #ff0052;
/* 3549 */     -webkit-transition: all 0.4s ease;
/* 3550 */     -moz-transition: all 0.4s ease;

/* style.css */

/* 3551 */     -ms-transition: all 0.4s ease;
/* 3552 */     -o-transition: all 0.4s ease;
/* 3553 */     transition: all 0.4s ease;
/* 3554 */ }
/* 3555 */
/* 3556 */ .product-slide-widget .owl-carousel .owl-nav button .slick-nav {
/* 3557 */     font-size: 100%;
/* 3558 */     line-height: normal;
/* 3559 */ }
/* 3560 */
/* 3561 */ .product-slide-widget .owl-carousel .owl-nav button .slick-nav:hover {
/* 3562 */     color: #fff;
/* 3563 */     cursor: pointer;
/* 3564 */ }
/* 3565 */
/* 3566 */ /*product widget single category css*/
/* 3567 */ .product-slide-one-widget {
/* 3568 */     display: flex;
/* 3569 */     align-items: stretch;
/* 3570 */     margin: 0;
/* 3571 */ }
/* 3572 */
/* 3573 */ .product-slide-one-widget .widget-content-wrap {
/* 3574 */     width: 18%;
/* 3575 */     background-size: cover;
/* 3576 */     display: flex;
/* 3577 */     align-items: center;
/* 3578 */     justify-content: center;
/* 3579 */ }
/* 3580 */
/* 3581 */ .product-slide-one-widget .slide-wrap {
/* 3582 */     width: calc(100% - 18%);
/* 3583 */     position: relative;
/* 3584 */ }
/* 3585 */
/* 3586 */ .product-slide-one-widget .widget-content-wrap.right {
/* 3587 */     margin-left: 15px;
/* 3588 */ }
/* 3589 */
/* 3590 */ .product-slide-one-widget .widget-content-wrap.left {
/* 3591 */     margin-right: 15px;
/* 3592 */ }
/* 3593 */
/* 3594 */ /******************/
/* 3595 */
/* 3596 */ /*Tag Cloud Css*/
/* 3597 */
/* 3598 */ /*******************/
/* 3599 */ .tagcloud a, .thunk-tags-wrapper a {
/* 3600 */     background: #f7f7f7 none repeat scroll 0 0;

/* style.css */

/* 3601 */     color: #1c1d1e;
/* 3602 */     display: inline-block;
/* 3603 */     padding: 4px 6px;
/* 3604 */     text-transform: capitalize;
/* 3605 */     font-size: 11px !important;
/* 3606 */     margin: 0 4px 8px 0;
/* 3607 */     border-radius: 50px;
/* 3608 */     -webkit-border-radius: 5px;
/* 3609 */     -khtml-border-radius: 5px;
/* 3610 */     -moz-border-radius: 5px;
/* 3611 */ }
/* 3612 */
/* 3613 */ .tagcloud a:hover, .thunk-tags-wrapper a:hover {
/* 3614 */     background: #ff0052 none repeat scroll 0 0;
/* 3615 */     color: #fff;
/* 3616 */ }
/* 3617 */
/* 3618 */ /******************/
/* 3619 */
/* 3620 */ /*About us widget*/
/* 3621 */
/* 3622 */ /******************/
/* 3623 */ .widget.th-about-me .about-social-meta ul {
/* 3624 */     display: flex;
/* 3625 */     justify-content: flex-start;
/* 3626 */ }
/* 3627 */
/* 3628 */ .widget.th-about-me p {
/* 3629 */     margin-top: 15px;
/* 3630 */     margin-bottom: 5px;
/* 3631 */ }
/* 3632 */
/* 3633 */ .widget.th-about-me a.read-more {
/* 3634 */     font-weight: normal;
/* 3635 */     line-height: noraml;
/* 3636 */     display: inline-block;
/* 3637 */     margin-bottom: 10px;
/* 3638 */     color: #747474;
/* 3639 */ }
/* 3640 */
/* 3641 */ .widget.th-about-me a.read-more:hover {
/* 3642 */     color: #ff0052;
/* 3643 */ }
/* 3644 */
/* 3645 */ .widget.th-about-me li.about-social-social {
/* 3646 */     margin-right: 10px;
/* 3647 */     font-size: 15px
/* 3648 */ }
/* 3649 */
/* 3650 */ /********************/

/* style.css */

/* 3651 */
/* 3652 */ /*Calender*/
/* 3653 */
/* 3654 */ /*********************/
/* 3655 */ #wp-calendar thead th, #wp-calendar table, #wp-calendar td {
/* 3656 */     border: none !important;
/* 3657 */ }
/* 3658 */
/* 3659 */ #wp-calendar {
/* 3660 */     width: 100%;
/* 3661 */     margin: 0;
/* 3662 */ }
/* 3663 */
/* 3664 */ #wp-calendar caption {
/* 3665 */     text-align: left;
/* 3666 */     color: #747474;
/* 3667 */     font-size: 12px;
/* 3668 */     margin-bottom: 10px;
/* 3669 */     position: relative;
/* 3670 */ }
/* 3671 */
/* 3672 */ #wp-calendar thead {
/* 3673 */     font-size: 9px;
/* 3674 */ }
/* 3675 */
/* 3676 */ #wp-calendar thead th {
/* 3677 */     padding-bottom: 5px;
/* 3678 */ }
/* 3679 */
/* 3680 */ #wp-calendar tbody {
/* 3681 */     color: #aaa;
/* 3682 */ }
/* 3683 */
/* 3684 */ #wp-calendar tbody td {
/* 3685 */     background: #f7f7f7;
/* 3686 */     border: 1px solid #fff;
/* 3687 */     text-align: center;
/* 3688 */     padding: 8px;
/* 3689 */ }
/* 3690 */
/* 3691 */ #wp-calendar tbody td:hover {
/* 3692 */     background: #fff;
/* 3693 */ }
/* 3694 */
/* 3695 */ #wp-calendar tbody .pad {
/* 3696 */     background: none;
/* 3697 */ }
/* 3698 */
/* 3699 */ #wp-calendar tfoot #next {
/* 3700 */     font-size: 9px;

/* style.css */

/* 3701 */     text-transform: uppercase;
/* 3702 */     text-align: right;
/* 3703 */ }
/* 3704 */
/* 3705 */ #wp-calendar tfoot #prev {
/* 3706 */     font-size: 9px;
/* 3707 */     text-transform: uppercase;
/* 3708 */     padding-top: 10px;
/* 3709 */ }
/* 3710 */
/* 3711 */ /**********************/
/* 3712 */
/* 3713 */ /*price filter*/
/* 3714 */
/* 3715 */ /*********************/
/* 3716 */ .woocommerce .widget_price_filter .open-shop-widget-content .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .open-shop-widget-content .ui-slider .ui-slider-handle {
/* 3717 */     background-color: #747474;
/* 3718 */ }
/* 3719 */
/* 3720 */ .woocommerce .widget_price_filter .open-shop-widget-content .price_slider_wrapper .ui-widget-content {
/* 3721 */     background-color: #e4e6eb;
/* 3722 */ }
/* 3723 */
/* 3724 */ .widget.woocommerce.widget_price_filter .open-shop-widget-content .ui-slider-horizontal {
/* 3725 */     height: 2px;
/* 3726 */ }
/* 3727 */
/* 3728 */ .widget.woocommerce.widget_price_filter .open-shop-widget-content .price_slider {
/* 3729 */     margin-bottom: 30px;
/* 3730 */     overflow-y: inherit;
/* 3731 */     overflow-x: inherit;
/* 3732 */ }
/* 3733 */
/* 3734 */ .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
/* 3735 */     top: -0.4rem;
/* 3736 */ }
/* 3737 */
/* 3738 */ .woocommerce .price_slider_amount {
/* 3739 */     position: relative;
/* 3740 */ }
/* 3741 */
/* 3742 */ .price_slider_amount .price_label {
/* 3743 */     width: 100%;
/* 3744 */     position: absolute;
/* 3745 */     top: -14px;
/* 3746 */     text-align: center;
/* 3747 */ }
/* 3748 */
/* 3749 */ /*dropdown*/
/* 3750 */ select {

/* style.css */

/* 3751 */     width: 100%;
/* 3752 */     max-width: 250px;
/* 3753 */     padding: 5px;
/* 3754 */     color: #666;
/* 3755 */     border: 1px solid #ccc;
/* 3756 */     font-size: 15px;
/* 3757 */     line-height: 1.5em;
/* 3758 */ }
/* 3759 */
/* 3760 */ /**********************/
/* 3761 */
/* 3762 */ /*Post slide widget***/
/* 3763 */
/* 3764 */ /*********************/
/* 3765 */ .open-shop-slide-post .title {
/* 3766 */     font-weight: 700;
/* 3767 */ }
/* 3768 */
/* 3769 */ .widget.open-shop-slide-post .post-thumb {
/* 3770 */     margin-bottom: 10px;
/* 3771 */ }
/* 3772 */
/* 3773 */ /******************/
/* 3774 */
/* 3775 */ /*Shop Page */
/* 3776 */
/* 3777 */ /*****************/
/* 3778 */ .thunk-list-grid-switcher a {
/* 3779 */     width: 35px;
/* 3780 */     height: 35px;
/* 3781 */     color: #fff;
/* 3782 */     background: #ebe9eb;
/* 3783 */     display: block;
/* 3784 */     float: left;
/* 3785 */     border: 1px solid #ddd;
/* 3786 */     text-align: center;
/* 3787 */     font-size: 20px;
/* 3788 */     line-height: 35px;
/* 3789 */     margin-right: 10px;
/* 3790 */ }
/* 3791 */
/* 3792 */ .thunk-list-grid-switcher a.selected, .thunk-list-grid-switcher a:hover {
/* 3793 */     background: #ff0052;
/* 3794 */     border: 1px solid #ff0052;
/* 3795 */     color: #fff;
/* 3796 */ }
/* 3797 */
/* 3798 */ .woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped {
/* 3799 */     width: auto;
/* 3800 */ }

/* style.css */

/* 3801 */
/* 3802 */ .thunk-list-view .thunk-product:hover .thunk-product-hover {
/* 3803 */     -webkit-box-shadow: none;
/* 3804 */     -moz-box-shadow: none;
/* 3805 */     box-shadow: none;
/* 3806 */ }
/* 3807 */
/* 3808 */ .woocommerce-page .thunk-list-view ul.products li.product {
/* 3809 */     float: left;
/* 3810 */     width: 100% !important;
/* 3811 */     margin-right: 0% !important;
/* 3812 */     margin-bottom: 15px !important;
/* 3813 */ }
/* 3814 */
/* 3815 */ .woocommerce .thunk-list-view ul.products li.product .onsale {
/* 3816 */     top: 0;
/* 3817 */     right: auto;
/* 3818 */     left: 0;
/* 3819 */ }
/* 3820 */
/* 3821 */ .thunk-list-view .thunk-product {
/* 3822 */     display: inline-block;
/* 3823 */     width: 100%;
/* 3824 */ }
/* 3825 */
/* 3826 */ .thunk-list-view .thunk-product .thunk-product-image {
/* 3827 */     margin: 0 !important;
/* 3828 */     display: block;
/* 3829 */     float: left !important;
/* 3830 */     max-width: 299px;
/* 3831 */ }
/* 3832 */
/* 3833 */ .thunk-list-view .thunk-product .thunk-product-content, .thunk-list-view .thunk-product .thunk-product-hover {
/* 3834 */     width: 65% !important;
/* 3835 */     text-align: start;
/* 3836 */     float: left;
/* 3837 */ }
/* 3838 */
/* 3839 */ .thunk-list-view .thunk-product {
/* 3840 */     border: none;
/* 3841 */ }
/* 3842 */
/* 3843 */ .thunk-list-view  .thunk-product-image {
/* 3844 */     padding-bottom: 0;
/* 3845 */     border-radius: 4px 0px 0 4px;
/* 3846 */ }
/* 3847 */
/* 3848 */ .os-product-excerpt {
/* 3849 */     text-align: left;
/* 3850 */ }

/* style.css */

/* 3851 */
/* 3852 */ .os-product-excerpt {
/* 3853 */     display: none;
/* 3854 */ }
/* 3855 */
/* 3856 */ .thunk-list-view .os-product-excerpt {
/* 3857 */     display: block;
/* 3858 */     margin-top: 10px;
/* 3859 */     margin-bottom: 10px;
/* 3860 */ }
/* 3861 */
/* 3862 */ .thunk-list-view .thunk-quickview {
/* 3863 */     display: none;
/* 3864 */ }
/* 3865 */
/* 3866 */ .thunk-list-view .thunk-product .thunk-product-hover {
/* 3867 */     position: relative;
/* 3868 */     z-index: 0;
/* 3869 */     display: block;
/* 3870 */     left: 0;
/* 3871 */     right: 0;
/* 3872 */     top: 100%;
/* 3873 */     background: #fff;
/* 3874 */     padding-bottom: 0;
/* 3875 */     -webkit-transform: inherit;
/* 3876 */     -ms-transform: inherit;
/* 3877 */     -o-transform: inherit;
/* 3878 */     transform: inherit;
/* 3879 */     opacity: 1;
/* 3880 */     visibility: visible;
/* 3881 */     border-radius: 0;
/* 3882 */     border: none;
/* 3883 */     transition: none;
/* 3884 */ }
/* 3885 */
/* 3886 */ .woocommerce .thunk-list-view
/* 3887 */ .thunk-product-content .star-rating {
/* 3888 */     margin: 0;
/* 3889 */     margin-top: 10px;
/* 3890 */ }
/* 3891 */
/* 3892 */ .thunk-list-view .thunk-compare .compare-button a.compare.button {
/* 3893 */     display: inline !important;
/* 3894 */ }
/* 3895 */
/* 3896 */ .thunk-compare .compare-button a.compare.button {
/* 3897 */     margin-top: 0 !important;
/* 3898 */ }
/* 3899 */
/* 3900 */ .thunk-list-view .thunk-wishlist, .thunk-list-view .thunk-compare {

/* style.css */

/* 3901 */     margin-top: 15px;
/* 3902 */ }
/* 3903 */
/* 3904 */ .woocommerce .thunk-list-view ul.products .thunk-product-hover .add_to_cart_button, .woocommerce .thunk-list-view .thunk-product-hover a.th-button, .woocommerce .thunk-list-view ul.products .thunk-product-hover .button, .woocommerce .thunk-list-view ul.products li.product .thunk-product-hover .button {
/* 3905 */     width: auto;
/* 3906 */     display: table;
/* 3907 */ }
/* 3908 */
/* 3909 */ .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .woocommerce-loop-product__title {
/* 3910 */     margin-bottom: 15px;
/* 3911 */     font-size: 21px;
/* 3912 */     padding-top: 15px;
/* 3913 */     line-height: 27px;
/* 3914 */ }
/* 3915 */
/* 3916 */ .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .price {
/* 3917 */     font-family: "Roboto-Bold", sans-serif;
/* 3918 */     font-size: 18px;
/* 3919 */     color: #ff0052;
/* 3920 */ }
/* 3921 */
/* 3922 */ .woocommerce ul.products li.product.thunk-woo-product-list .price {
/* 3923 */     font-size: 12px;
/* 3924 */     color: #ff0052;
/* 3925 */ }
/* 3926 */
/* 3927 */ .woocommerce ul.products li.product.thunk-woo-product-list .price del {
/* 3928 */     color: #b8b8b8;
/* 3929 */     margin-right: 10px;
/* 3930 */     opacity: 1;
/* 3931 */ }
/* 3932 */
/* 3933 */ .woocommerce ul.products li.product .price ins {
/* 3934 */     font-weight: normal;
/* 3935 */ }
/* 3936 */
/* 3937 */ .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content, .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
/* 3938 */     padding: 0px 25px;
/* 3939 */ }
/* 3940 */
/* 3941 */ .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
/* 3942 */     margin-bottom: 15px;
/* 3943 */ }
/* 3944 */
/* 3945 */ .thunk-list-grid-switcher {
/* 3946 */     float: right;
/* 3947 */     margin-right: 0px;
/* 3948 */ }
/* 3949 */
/* 3950 */ #shop-product-wrap select {

/* style.css */

/* 3951 */     width: 100%;
/* 3952 */     padding: 5px;
/* 3953 */     color: #666;
/* 3954 */     border: 1px solid #ccc;
/* 3955 */     font-size: 15px;
/* 3956 */     line-height: 1.5em;
/* 3957 */ }
/* 3958 */
/* 3959 */ #shop-product-wrap ul.products {
/* 3960 */     padding-top: 15px;
/* 3961 */ }
/* 3962 */
/* 3963 */ .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
/* 3964 */     margin: 0;
/* 3965 */     line-height: 25px;
/* 3966 */     font-size: 13px;
/* 3967 */     font-family: "Roboto-Regular", sans-serif;
/* 3968 */     color: #626060;
/* 3969 */     padding: 0;
/* 3970 */ }
/* 3971 */
/* 3972 */ /************************/
/* 3973 */
/* 3974 */ /*Product catalog style*/
/* 3975 */
/* 3976 */ /************************/
/* 3977 */
/* 3978 */ /*Two coloum*/
/* 3979 */ .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
/* 3980 */     width: 49%;
/* 3981 */ }
/* 3982 */
/* 3983 */ .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/* 3984 */     float: left;
/* 3985 */     position: relative;
/* 3986 */     margin: 0px 2% 1.5em 0px;
/* 3987 */     padding: 0px;
/* 3988 */ }
/* 3989 */
/* 3990 */ .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
/* 3991 */     margin-right: 0;
/* 3992 */ }
/* 3993 */
/* 3994 */ /*three coloum*/
/* 3995 */ .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
/* 3996 */     width: 32%;
/* 3997 */ }
/* 3998 */
/* 3999 */ /*four coloum*/
/* 4000 */ .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {

/* style.css */

/* 4001 */     width: 23.5%;
/* 4002 */ }
/* 4003 */
/* 4004 */ /*five coloum*/
/* 4005 */ .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
/* 4006 */     width: 18.4%;
/* 4007 */ }
/* 4008 */
/* 4009 */ /*Six coloum*/
/* 4010 */ .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
/* 4011 */     width: 15%;
/* 4012 */ }
/* 4013 */
/* 4014 */ .archive.woocommerce-page .page-title {
/* 4015 */     display: none;
/* 4016 */ }
/* 4017 */
/* 4018 */ /***************************************/
/* 4019 */
/* 4020 */ /*woocommerce single product page style*/
/* 4021 */
/* 4022 */ /***************************************/
/* 4023 */
/* 4024 */ /*breadcrumb*/
/* 4025 */ .thunk-breadcrumb-wrapper {
/* 4026 */     text-align: center;
/* 4027 */ }
/* 4028 */
/* 4029 */ .thunk-breadcrumb {
/* 4030 */     padding-bottom: 15px;
/* 4031 */     list-style: none;
/* 4032 */     margin: 0;
/* 4033 */     text-align: right;
/* 4034 */ }
/* 4035 */
/* 4036 */ .thunk-breadcrumb li {
/* 4037 */     display: inline;
/* 4038 */     font-size: 11px;
/* 4039 */ }
/* 4040 */
/* 4041 */ /* Add a slash symbol (/) before/behind each list item */
/* 4042 */ .thunk-breadcrumb li+li:before {
/* 4043 */     padding: 5px;
/* 4044 */     content: "/\00a0";
/* 4045 */ }
/* 4046 */
/* 4047 */ .thunk-breadcrumb li a {
/* 4048 */     text-decoration: none;
/* 4049 */ }
/* 4050 */

/* style.css */

/* 4051 */ .woocommerce div.product div.images.woocommerce-product-gallery {
/* 4052 */     margin: 0;
/* 4053 */ }
/* 4054 */
/* 4055 */ .thunk-single-product-summary-wrap {
/* 4056 */     position: relative;
/* 4057 */     padding: 15px;
/* 4058 */     background: #fff;
/* 4059 */     float: left;
/* 4060 */ }
/* 4061 */
/* 4062 */ .single-product .thunk-woo-product-list {
/* 4063 */     text-align: left;
/* 4064 */ }
/* 4065 */
/* 4066 */ .woocommerce div.product .flex-viewport {
/* 4067 */     width: 83%;
/* 4068 */     float: right;
/* 4069 */ }
/* 4070 */
/* 4071 */ .woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
/* 4072 */     width: calc(17% - 1em);
/* 4073 */ }
/* 4074 */
/* 4075 */ .woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
/* 4076 */     width: 17%;
/* 4077 */     width: -webkit-calc(17% - 1em);
/* 4078 */     width: calc(17% - 1em);
/* 4079 */ }
/* 4080 */
/* 4081 */ .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
/* 4082 */     width: 100%;
/* 4083 */ }
/* 4084 */
/* 4085 */ .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
/* 4086 */     margin-right: 1em;
/* 4087 */     margin-bottom: 1em;
/* 4088 */ }
/* 4089 */
/* 4090 */ .single-product .summary .thunk-woo-product-list {
/* 4091 */     text-align: left;
/* 4092 */ }
/* 4093 */
/* 4094 */ .woocommerce .woocommerce-product-rating .star-rating {
/* 4095 */     margin: .5em 10px 0 0;
/* 4096 */     float: left;
/* 4097 */     width: 5.4em;
/* 4098 */     line-height: normal;
/* 4099 */ }
/* 4100 */

/* style.css */

/* 4101 */ .woocommerce div.product .product_title, .woocommerce div.product p.price, .woocommerce-product-details__short-description, .woocommerce div.product .woocommerce-product-rating {
/* 4102 */     margin-bottom: 20px;
/* 4103 */ }
/* 4104 */
/* 4105 */ .woocommerce .woocommerce-product-rating .star-rating {
/* 4106 */     margin: .5em 10px 0 0;
/* 4107 */     float: left;
/* 4108 */     width: 6em;
/* 4109 */     line-height: normal;
/* 4110 */ }
/* 4111 */
/* 4112 */ .woocommerce div.product .product_title, .woocommerce div.product p.price, .woocommerce-product-details__short-description, .woocommerce div.product .woocommerce-product-rating {
/* 4113 */     margin-bottom: 10px;
/* 4114 */ }
/* 4115 */
/* 4116 */ .woocommerce .summary .star-rating {
/* 4117 */     font-size: 13px;
/* 4118 */ }
/* 4119 */
/* 4120 */ .woocommerce-product-details__short-description {
/* 4121 */     border-top: 1px solid #eaeaea;
/* 4122 */     padding-bottom: 20px;
/* 4123 */     padding-top: 20px;
/* 4124 */     margin: 0;
/* 4125 */ }
/* 4126 */
/* 4127 */ .woocommerce table.shop_attributes td {
/* 4128 */     padding: 0px 8px;
/* 4129 */ }
/* 4130 */
/* 4131 */ .woocommerce div.product .product_title, section.related.products h2, section.upsells.products h2, .woocommerce #reviews #comments h2 {
/* 4132 */     color: #1c1d1e;
/* 4133 */ }
/* 4134 */
/* 4135 */ /*quantity button*/
/* 4136 */ .single-product div.product form.cart button.minus {
/* 4137 */     display: inline-block;
/* 4138 */     float: left;
/* 4139 */     font-size: 16px;
/* 4140 */     font-weight: 100;
/* 4141 */     height: 35px;
/* 4142 */     line-height: 35px;
/* 4143 */     text-align: center;
/* 4144 */     width: 35px;
/* 4145 */     background: transparent;
/* 4146 */     color: #9c9c9c;
/* 4147 */ }
/* 4148 */
/* 4149 */ .single-product div.product form.cart button.plus {
/* 4150 */     display: inline-block;

/* style.css */

/* 4151 */     float: left;
/* 4152 */     font-size: 16px;
/* 4153 */     font-weight: 100;
/* 4154 */     height: 35px;
/* 4155 */     line-height: 35px;
/* 4156 */     text-align: center;
/* 4157 */     width: 35px;
/* 4158 */     background: transparent;
/* 4159 */     color: #9c9c9c;
/* 4160 */ }
/* 4161 */
/* 4162 */ .single-product div.product form.cart input[type="number"] {
/* 4163 */     border-color: #9c9c9c;
/* 4164 */     border-width: 0 1px;
/* 4165 */     color: #9c9c9c;
/* 4166 */     float: left;
/* 4167 */     font-size: 16px;
/* 4168 */     background: transparent;
/* 4169 */     height: 35px;
/* 4170 */     line-height: 35px;
/* 4171 */     padding: 0 5px;
/* 4172 */     text-align: center;
/* 4173 */     width: 35px;
/* 4174 */     border-left: 1px solid;
/* 4175 */     border-right: 1px solid;
/* 4176 */     border-radius: 0;
/* 4177 */     -webkit-border-radius: 0;
/* 4178 */ }
/* 4179 */
/* 4180 */ .single-product .product_meta {
/* 4181 */     width: 100%;
/* 4182 */     clear: both;
/* 4183 */ }
/* 4184 */
/* 4185 */ .single-product.woocommerce ul.products li.product .woocommerce-loop-product__link, .single-product.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
/* 4186 */     margin: 0;
/* 4187 */ }
/* 4188 */
/* 4189 */ .woocommerce div.product form.cart div.quantity {
/* 4190 */     margin: 0;
/* 4191 */ }
/* 4192 */
/* 4193 */ .open-shop-quantity {
/* 4194 */     margin-right: 15px;
/* 4195 */     float: left;
/* 4196 */     border: 1px solid #9c9c9c;
/* 4197 */     display: flex;
/* 4198 */ }
/* 4199 */
/* 4200 */ .summary input[type=number]::-webkit-inner-spin-button, .summary input[type=number]::-webkit-outer-spin-button {

/* style.css */

/* 4201 */     -webkit-appearance: none;
/* 4202 */     -moz-appearance: none;
/* 4203 */     appearance: none;
/* 4204 */     margin: 0;
/* 4205 */ }
/* 4206 */
/* 4207 */ .woocommerce div.product form.cart {
/* 4208 */     margin-bottom: 20px;
/* 4209 */     float: left;
/* 4210 */     display: flex;
/* 4211 */     align-items: center;
/* 4212 */
/* 4213 */ }
/* 4214 */
/* 4215 */ .woocommerce div.product form.cart .variations select {
/* 4216 */     z-index: 1;
/* 4217 */     border: none;
/* 4218 */     height: 35px;
/* 4219 */     line-height: normal;
/* 4220 */     -webkit-box-shadow: none;
/* 4221 */     -moz-box-shadow: none;
/* 4222 */     box-shadow: none;
/* 4223 */     background: #fff;
/* 4224 */     position: relative;
/* 4225 */     border: 1px solid #9c9c9c;
/* 4226 */     padding: 0px 10px;
/* 4227 */     width: 60%;
/* 4228 */     margin-right: 10px;
/* 4229 */     margin-bottom: 7.5px;
/* 4230 */ }
/* 4231 */
/* 4232 */ .woocommerce div.product form.cart .variations td.label {
/* 4233 */     vertical-align: middle;
/* 4234 */ }
/* 4235 */
/* 4236 */ .woocommerce div.product form.cart table td {
/* 4237 */     padding-left: 0;
/* 4238 */     padding: 0;
/* 4239 */ }
/* 4240 */
/* 4241 */ .woocommerce-variation-price, .woocommerce div.product form.cart .variations {
/* 4242 */     margin-bottom: 20px;
/* 4243 */ }
/* 4244 */
/* 4245 */ .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
/* 4246 */     background-color: #000;
/* 4247 */     color: #fff;
/* 4248 */ }
/* 4249 */
/* 4250 */ .woocommerce div.product .woocommerce-tabs ul.tabs {

/* style.css */

/* 4251 */     padding: 15px 0px;
/* 4252 */     margin: 0;
/* 4253 */ }
/* 4254 */
/* 4255 */ .woocommerce div.product .woocommerce-tabs ul.tabs::before {
/* 4256 */     border-bottom: none;
/* 4257 */ }
/* 4258 */
/* 4259 */ .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
/* 4260 */     margin: 0;
/* 4261 */ }
/* 4262 */
/* 4263 */ .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
/* 4264 */     background: transparent;
/* 4265 */     z-index: 2;
/* 4266 */     border-bottom-color: transparent;
/* 4267 */ }
/* 4268 */
/* 4269 */ .woocommerce div.product .woocommerce-tabs ul.tabs li {
/* 4270 */     background: none;
/* 4271 */     border: none;
/* 4272 */     border-radius: 0;
/* 4273 */     margin: 0;
/* 4274 */     padding: 0;
/* 4275 */     position: relative;
/* 4276 */ }
/* 4277 */
/* 4278 */ .woocommerce div.product p.price del, .woocommerce div.product span.price del {
/* 4279 */     margin-right: 10px;
/* 4280 */ }
/* 4281 */
/* 4282 */ .woocommerce div.product .woocommerce-tabs ul.tabs li {
/* 4283 */     padding: 15px 15px 15px 0px;
/* 4284 */ }
/* 4285 */
/* 4286 */ .woocommerce div.product .woocommerce-tabs ul.tabs li a {
/* 4287 */     border: none;
/* 4288 */     border-bottom: 2px solid transparent;
/* 4289 */     box-shadow: none;
/* 4290 */     text-shadow: none;
/* 4291 */     text-transform: uppercase;
/* 4292 */     font-size: 13px;
/* 4293 */     font-weight: 500;
/* 4294 */     letter-spacing: 0.05em;
/* 4295 */     position: relative;
/* 4296 */     color: #8f9696;
/* 4297 */ }
/* 4298 */
/* 4299 */ .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
/* 4300 */     display: none;

/* style.css */

/* 4301 */ }
/* 4302 */
/* 4303 */ .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
/* 4304 */     float: right;
/* 4305 */     width: 48%;
/* 4306 */     clear: none;
/* 4307 */     text-align: start;
/* 4308 */ }
/* 4309 */
/* 4310 */ body .woocommerce-tabs .tabs li.active a::before, body .woocommerce-tabs .tabs li:hover a::before {
/* 4311 */     -webkit-transform: scale(1);
/* 4312 */     -moz-transform: scale(1);
/* 4313 */     -ms-transform: scale(1);
/* 4314 */     -o-transform: scale(1);
/* 4315 */     transform: scale(1);
/* 4316 */ }
/* 4317 */
/* 4318 */ body .woocommerce-tabs .tabs li.active a, body .woocommerce-tabs .tabs li:hover a {
/* 4319 */     color: #090909 !important;
/* 4320 */ }
/* 4321 */
/* 4322 */ body .woocommerce-tabs .tabs li a::before {
/* 4323 */     border-bottom: 2px solid #ff0052;
/* 4324 */     bottom: -4px;
/* 4325 */     left: 0;
/* 4326 */     content: "";
/* 4327 */     position: absolute;
/* 4328 */     -webkit-transform: scale(0);
/* 4329 */     -moz-transform: scale(0);
/* 4330 */     -ms-transform: scale(0);
/* 4331 */     -o-transform: scale(0);
/* 4332 */     transform: scale(0);
/* 4333 */     transition: transform 0.5s linear 0s;
/* 4334 */     -o-transition: -o-transform 0.5s linear 0s;
/* 4335 */     -webkit-transition: -webkit-transform 0.5s linear 0s;
/* 4336 */     width: 100%;
/* 4337 */ }
/* 4338 */
/* 4339 */ .woocommerce div.product .woocommerce-tabs .panel {
/* 4340 */     background: #fff;
/* 4341 */     padding: 15px;
/* 4342 */     position: relative;
/* 4343 */     margin: 0 0 30px;
/* 4344 */ }
/* 4345 */
/* 4346 */ .product_meta {
/* 4347 */     width: 100%;
/* 4348 */     margin-bottom: 20px;
/* 4349 */     background: #fff;
/* 4350 */     padding: 7px;

/* style.css */

/* 4351 */     position: relative;
/* 4352 */     display: flex;
/* 4353 */     flex-wrap: wrap;
/* 4354 */     justify-content: space-between;
/* 4355 */ }
/* 4356 */
/* 4357 */ .product_meta > span {
/* 4358 */     display: table-cell;
/* 4359 */     vertical-align: middle;
/* 4360 */     font-weight: 500;
/* 4361 */     line-height: 18px;
/* 4362 */     text-align: center;
/* 4363 */     padding: 7px 0;
/* 4364 */ }
/* 4365 */
/* 4366 */ .product_meta > span.tagged_as {
/* 4367 */     border-right: none;
/* 4368 */ }
/* 4369 */
/* 4370 */ .woocommerce-Tabs-panel .woocommerce-Reviews {
/* 4371 */     text-align: left;
/* 4372 */ }
/* 4373 */
/* 4374 */ section.related.products h2, section.upsells.products h2 {
/* 4375 */     margin-bottom: 30px;
/* 4376 */ }
/* 4377 */
/* 4378 */ section.related.products .thunk-woo-product-list, section.upsells.products .thunk-woo-product-list {
/* 4379 */     text-align: center;
/* 4380 */ }
/* 4381 */
/* 4382 */ .woocommerce #reviews #comments ol.commentlist li .comment-text {
/* 4383 */     border: none;
/* 4384 */ }
/* 4385 */
/* 4386 */ section.related.products ul.products {
/* 4387 */     padding: 15px 15px 0px 15px;
/* 4388 */     background: #fff;
/* 4389 */     margin: 0;
/* 4390 */ }
/* 4391 */
/* 4392 */ .woocommerce #reviews #comments ol.commentlist li {
/* 4393 */     border-bottom: 1px solid #f1f1f1;
/* 4394 */     list-style: outside none none;
/* 4395 */     margin-bottom: 10px;
/* 4396 */     padding-bottom: 30px;
/* 4397 */ }
/* 4398 */
/* 4399 */ .woocommerce #reviews #comments ol.commentlist li img.avatar {
/* 4400 */     float: left;

/* style.css */

/* 4401 */     height: 50px;
/* 4402 */     width: 50px;
/* 4403 */ }
/* 4404 */
/* 4405 */ .woocommerce #reviews #comments ol.commentlist li .comment-text {
/* 4406 */     overflow: hidden;
/* 4407 */     padding: 0;
/* 4408 */     margin: 0 0 0 65px;
/* 4409 */ }
/* 4410 */
/* 4411 */ .comment-text .star-rating {
/* 4412 */     margin-bottom: 8px;
/* 4413 */     position: absolute;
/* 4414 */ }
/* 4415 */
/* 4416 */ .woocommerce #reviews #comments .star-rating span, .woocommerce p.stars a, .woocommerce .woocommerce-product-rating .star-rating {
/* 4417 */     color: #f78686;
/* 4418 */ }
/* 4419 */
/* 4420 */ .woocommerce div.product p.price, .woocommerce div.product span.price {
/* 4421 */     color: #2b2a2a;
/* 4422 */     font-size: 1.3rem;
/* 4423 */     font-weight: 700;
/* 4424 */     margin: 0 0 .1em;
/* 4425 */ }
/* 4426 */
/* 4427 */ .woocommerce #reviews #comments ol.commentlist li .comment-text p {
/* 4428 */     margin: 0 0 0em;
/* 4429 */ }
/* 4430 */
/* 4431 */ .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
/* 4432 */     font-style: italic;
/* 4433 */     margin-top: 20px;
/* 4434 */ }
/* 4435 */
/* 4436 */ .comment-form {
/* 4437 */     margin-top: 10px;
/* 4438 */     width: 60%;
/* 4439 */ }
/* 4440 */
/* 4441 */ .comment-form-rating {
/* 4442 */     display: flex;
/* 4443 */     line-height: normal;
/* 4444 */     margin-bottom: 10px;
/* 4445 */ }
/* 4446 */
/* 4447 */ .comment-form-comment label {
/* 4448 */     padding-bottom: 10px;
/* 4449 */     display: block;
/* 4450 */ }

/* style.css */

/* 4451 */
/* 4452 */ .woocommerce #review_form #respond p.stars {
/* 4453 */     margin: 0px 0px 0px 10px;
/* 4454 */ }
/* 4455 */
/* 4456 */ .comment-form textarea {
/* 4457 */     line-height: 28px;
/* 4458 */ }
/* 4459 */
/* 4460 */ .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
/* 4461 */     line-height: 35px;
/* 4462 */     min-height: 35px;
/* 4463 */     background: #f7f8f9;
/* 4464 */     border: 1px solid #f1f1f1;
/* 4465 */ }
/* 4466 */
/* 4467 */ .comment-form textarea {
/* 4468 */     line-height: normal;
/* 4469 */     min-height: 52px;
/* 4470 */     background: transparent;
/* 4471 */     border: 1px solid #f1f1f1;
/* 4472 */     padding: 10px;
/* 4473 */ }
/* 4474 */
/* 4475 */ .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
/* 4476 */     width: 80%;
/* 4477 */ }
/* 4478 */
/* 4479 */ .comment-form textarea {
/* 4480 */     height: 200px;
/* 4481 */ }
/* 4482 */
/* 4483 */ .comment-form  .form-submit {
/* 4484 */     margin-top: 20px;
/* 4485 */ }
/* 4486 */
/* 4487 */ .comment-respond {
/* 4488 */     display: flow-root;
/* 4489 */ }
/* 4490 */
/* 4491 */ .woocommerce #reviews #comment {
/* 4492 */     height: 150px;
/* 4493 */     padding: 10px;
/* 4494 */ }
/* 4495 */
/* 4496 */ .single_add_to_cart_button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce div.product form.cart .button {
/* 4497 */     background: #ff0052;
/* 4498 */     border: medium none;
/* 4499 */     color: #fff;
/* 4500 */     display: inline-block;

/* style.css */

/* 4501 */     font-family: "Roboto-Bold", sans-serif;
/* 4502 */     float: left;
/* 4503 */     font-weight: 500;
/* 4504 */     line-height: 36px;
/* 4505 */     margin-right: 15px;
/* 4506 */     text-align: center;
/* 4507 */     padding: 0 10px;
/* 4508 */     min-width: 110px;
/* 4509 */     border-radius: 3px;
/* 4510 */     text-decoration: none;
/* 4511 */     -webkit-transition: all 0.3s ease;
/* 4512 */     -moz-transition: all 0.3s ease;
/* 4513 */     -ms-transition: all 0.3s ease;
/* 4514 */     -o-transition: all 0.3s ease;
/* 4515 */     transition: all 0.3s ease;
/* 4516 */ }
/* 4517 */
/* 4518 */ .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
/* 4519 */     background-color: #ff0052;
/* 4520 */     color: #fff;
/* 4521 */     opacity: 0.6;
/* 4522 */ }
/* 4523 */
/* 4524 */ .woocommerce-grouped-product-list-item__price {
/* 4525 */     padding-right: 20px !important;
/* 4526 */ }
/* 4527 */
/* 4528 */ .woocommerce-grouped-product-list.group_table {
/* 4529 */     border: none;
/* 4530 */ }
/* 4531 */
/* 4532 */ /*woocommerce meassage*/
/* 4533 */ .woocommerce-error, .woocommerce-info, .woocommerce-message {
/* 4534 */     padding: 1em 2em 1em 2em;
/* 4535 */     margin: 0 0 30px;
/* 4536 */     position: relative;
/* 4537 */     background-color: #fafafa;
/* 4538 */     color: #292e32;
/* 4539 */     border-top: 3px solid #292e32;
/* 4540 */     list-style: none !important;
/* 4541 */     width: auto;
/* 4542 */     word-wrap: break-word;
/* 4543 */ }
/* 4544 */
/* 4545 */ .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
/* 4546 */     display: none;
/* 4547 */ }
/* 4548 */
/* 4549 */ .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
/* 4550 */     float: right;

/* style.css */

/* 4551 */     font-size: 13px;
/* 4552 */     font-weight: normal;
/* 4553 */     background: transparent;
/* 4554 */     display: inline-block;
/* 4555 */     padding: 0 10px;
/* 4556 */     height: 24px;
/* 4557 */     line-height: 24px;
/* 4558 */     margin: 0;
/* 4559 */     border: 1px solid #eee;
/* 4560 */     transition: all .5s ease-out;
/* 4561 */     border: 1px solid #ff0052;
/* 4562 */     color: #ff0052;
/* 4563 */ }
/* 4564 */
/* 4565 */ .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
/* 4566 */     color: #fff;
/* 4567 */     background: #ff0052;
/* 4568 */ }
/* 4569 */
/* 4570 */ /*woocommerce meassage*/
/* 4571 */ .woocommerce.woocommerce-page  .related ul.products .product, .woocommerce.woocommerce-page .upsells.products li {
/* 4572 */     display: inline-block;
/* 4573 */     vertical-align: top;
/* 4574 */ }
/* 4575 */
/* 4576 */ /*VERTICAL STYLE*/
/* 4577 */ .woocommerce div.product.open-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs {
/* 4578 */     width: 200px;
/* 4579 */     float: left;
/* 4580 */     padding: 0px;
/* 4581 */     margin: 0px;
/* 4582 */     border-width: initial;
/* 4583 */     border-style: none;
/* 4584 */     border-color: initial;
/* 4585 */     border-image: initial;
/* 4586 */ }
/* 4587 */
/* 4588 */ .woocommerce div.product.open-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li.active {
/* 4589 */     z-index: 0;
/* 4590 */     border-right-color: rgba(0, 0, 0, .1);
/* 4591 */     border-bottom-color: rgba(0, 0, 0, .1);
/* 4592 */ }
/* 4593 */
/* 4594 */ .woocommerce div.product.open-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li {
/* 4595 */     width: 100%;
/* 4596 */     margin: 0px;
/* 4597 */     border-width: 0px 0px 1px;
/* 4598 */     border-style: solid;
/* 4599 */     border-color: rgba(0, 0, 0, .1);
/* 4600 */ }

/* style.css */

/* 4601 */
/* 4602 */ .woocommerce div.product.open-shop-single-product-tab-vertical .woocommerce-tabs .panel {
/* 4603 */     margin-left: 220px;
/* 4604 */     border-style: solid;
/* 4605 */     border-color: rgba(0, 0, 0, .1);
/* 4606 */     border-image: initial;
/* 4607 */     border-width: 0px 0px 0px 1px;
/* 4608 */     padding: 1.5em;
/* 4609 */     text-align: left;
/* 4610 */     margin-top: 30px;
/* 4611 */ }
/* 4612 */
/* 4613 */ .woocommerce div.product.open-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li a {
/* 4614 */     width: 100%;
/* 4615 */ }
/* 4616 */
/* 4617 */ .woocommerce #reviews #comments h2 {
/* 4618 */     clear: none;
/* 4619 */     position: relative;
/* 4620 */     margin-bottom: 20px;
/* 4621 */ }
/* 4622 */
/* 4623 */ .woocommerce-variation-price {
/* 4624 */     margin-bottom: 20px;
/* 4625 */ }
/* 4626 */
/* 4627 */ .woocommerce section {
/* 4628 */     clear: both;
/* 4629 */ }
/* 4630 */
/* 4631 */ .woocommerce .entry-summary .clear {
/* 4632 */     clear: initial;
/* 4633 */ }
/* 4634 */
/* 4635 */ /************************/
/* 4636 */
/* 4637 */ /*wishlist icon*/
/* 4638 */ .summary .yith-wcwl-add-to-wishlist {
/* 4639 */     float: left;
/* 4640 */     margin: 0 0 17px 0;
/* 4641 */ }
/* 4642 */
/* 4643 */ .summary .yith-wcwl-add-button, .summary .yith-wcwl-wishlistaddedbrowse, .summary .yith-wcwl-wishlistexistsbrowse {
/* 4644 */     display: inline-block;
/* 4645 */     float: left;
/* 4646 */     position: relative;
/* 4647 */     text-align: center;
/* 4648 */     font-size: 0;
/* 4649 */ }
/* 4650 */

/* style.css */

/* 4651 */ .summary .yith-wcwl-add-button .show {
/* 4652 */     display: block !important;
/* 4653 */ }
/* 4654 */
/* 4655 */ .summary .yith-wcwl-add-button a, .summary .yith-wcwl-wishlistaddedbrowse a, .summary .yith-wcwl-wishlistexistsbrowse a, .summary .woosw-btn {
/* 4656 */     border: 1px solid;
/* 4657 */     border-radius: 0;
/* 4658 */     color: #9c9c9c;
/* 4659 */     display: inline-block;
/* 4660 */     font-size: 0;
/* 4661 */     height: 35px;
/* 4662 */     line-height: 35px;
/* 4663 */     width: 35px;
/* 4664 */     letter-spacing: normal;
/* 4665 */ }
/* 4666 */
/* 4667 */ .hidden-title-form a.hide-title-form i, .hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button>a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
/* 4668 */     margin-right: 0;
/* 4669 */ }
/* 4670 */
/* 4671 */ .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
/* 4672 */     color: #ff0052;
/* 4673 */ }
/* 4674 */
/* 4675 */ .summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
/* 4676 */     content: "\f08a";
/* 4677 */     font-family: fontawesome;
/* 4678 */     font-size: 13px;
/* 4679 */ }
/* 4680 */
/* 4681 */ .summary .yith-wcwl-add-to-wishlist .ajax-loading {
/* 4682 */     box-shadow: none !important;
/* 4683 */     -moz-box-shadow: none !important;
/* 4684 */     -webkit-box-shadow: none !important;
/* 4685 */     display: inline !important;
/* 4686 */     margin-left: 0px;
/* 4687 */     vertical-align: middle;
/* 4688 */     visibility: hidden;
/* 4689 */     width: 16px !important;
/* 4690 */     height: 16px !important;
/* 4691 */     position: absolute;
/* 4692 */     left: 12px;
/* 4693 */     top: 12px;
/* 4694 */ }
/* 4695 */
/* 4696 */ .summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before {
/* 4697 */     color: #ff0052;
/* 4698 */     content: "\f004";
/* 4699 */ }
/* 4700 */

/* style.css */

/* 4701 */ .woocommerce table.shop_table tbody.wishlist-items-wrapper img {
/* 4702 */     max-width: 60px;
/* 4703 */ }
/* 4704 */
/* 4705 */ .wishlist_table .product-add-to-cart a {
/* 4706 */     margin: 0 !important;
/* 4707 */ }
/* 4708 */
/* 4709 */ .wishlist_table .product-add-to-cart a.button {
/* 4710 */     line-height: inherit;
/* 4711 */     padding: 10px 12px !important;
/* 4712 */     min-width: auto;
/* 4713 */ }
/* 4714 */
/* 4715 */ /* Loader for Add To Cart */
/* 4716 */
/* 4717 */ /*.woocommerce ul.products li.product .button #respond input#submit.loading:after,
/* 4718 *| .woocommerce .woocommerce ul.products li.product .button.loading:after,
/* 4719 *| .woocommerce .woocommerce ul.products li.product .button.loading:after,
/* 4720 *| .woocommerce ul.products li.product .button.loading:after{
/* 4721 *| top:0em!important;
/* 4722 *| }*/
/* 4723 */
/* 4724 */ /*compare style*/
/* 4725 */ .woocommerce .entry-summary a.th-product-compare-btn,
/* 4726 */ .entry-summary .thw-add-to-wishlist-button{
/* 4727 */     border: 1px solid #9c9c9c;
/* 4728 */     border-radius: 0;
/* 4729 */     color: #9c9c9c;
/* 4730 */     display: inline-flex;
/* 4731 */     font-size: 0;
/* 4732 */     height: 35px;
/* 4733 */     line-height: 35px;
/* 4734 */     width: 35px;
/* 4735 */     background: transparent;
/* 4736 */     text-align: center;
/* 4737 */     margin-right: 9px;
/* 4738 */     font-weight: normal;
/* 4739 */     min-width: auto;
/* 4740 */ }
/* 4741 */ /* New Wishlist 2025  */
/* 4742 */ .summary .yith-wcwl-add-to-wishlist-button{
/* 4743 */     border: 1px solid #9c9c9c;
/* 4744 */     border-radius: 0;
/* 4745 */     color: #9c9c9c;
/* 4746 */     display:  inline-flex;
/* 4747 */     align-items: center;
/* 4748 */     justify-content: center;
/* 4749 */     height: 35px;
/* 4750 */     line-height: 35px;

/* style.css */

/* 4751 */     width: 35px;
/* 4752 */     background: transparent;
/* 4753 */     text-align: center;
/* 4754 */     margin-left: 10px;
/* 4755 */     font-weight: normal;
/* 4756 */     min-width: auto;
/* 4757 */     margin-right: 9px!important;
/* 4758 */ }
/* 4759 */ /********************************
/* 4760 *|  * TH WISHLIST Style Start
/* 4761 *|  * ******************************/
/* 4762 */  .summary .thw-add-to-wishlist-button-wrap.th-wishlist-single{
/* 4763 */   float: left;
/* 4764 */ }
/* 4765 */ .summary .thw-add-to-wishlist-button-wrap.th-wishlist-single .th-wishlist-icon-svg{
/* 4766 */   width: 16px;
/* 4767 */ }
/* 4768 */ .single-product .summary .thw-add-to-wishlist-button *{
/* 4769 */   color: inherit!important;
/* 4770 */ }
/* 4771 */ .single-product .summary .thw-to-add-text,
/* 4772 */ .single-product .summary .thw-to-browse-text,
/* 4773 */ .single-product .summary .thunk-compare .tooltip{
/* 4774 */   display: none;
/* 4775 */ }
/* 4776 */ /********************************
/* 4777 *|  * TH WISHLIST Style End
/* 4778 *|  * ******************************/
/* 4779 */ .summary .yith-wcwl-add-to-wishlist-button__label{
/* 4780 */   display: none;
/* 4781 */ }
/* 4782 */ .summary .yith-wcwl-add-to-wishlist-button:before{
/* 4783 */     content: "\e912";
/* 4784 */     font-family: th-icon;
/* 4785 */     justify-content: center;
/* 4786 */     display: flex;
/* 4787 */     align-items: center;
/* 4788 */     width: 100%;
/* 4789 */     position: absolute;
/* 4790 */     height: 100%;
/* 4791 */ }
/* 4792 */ .summary .yith-wcwl-add-to-wishlist-button--added:before{
/* 4793 */     content: "\e909";
/* 4794 */ }
/* 4795 */ .summary .yith-add-to-wishlist-button-block--single{
/* 4796 */     margin: 0;
/* 4797 */     float: left;
/* 4798 */ }
/* 4799 */ .yith-wcwl-add-to-wishlist-button svg{
/* 4800 */     display: none;

/* style.css */

/* 4801 */ }
/* 4802 */ .yith-wcwl-add-to-wishlist-button:before{
/* 4803 */      content: "\e912";
/* 4804 */     font-family: th-icon;
/* 4805 */ }
/* 4806 */ .yith-wcwl-add-to-wishlist-button--added:before{
/* 4807 */     content: "\e909";
/* 4808 */ }
/* 4809 */ .yith-wcwl-add-to-wishlist-button--added .yith-wcwl-add-to-wishlist-button__label{
/* 4810 */     display: none;
/* 4811 */ }
/* 4812 */ .entry-summary .wooscp-btn {
/* 4813 */     margin-left: 0;
/* 4814 */     margin-right: 10px;
/* 4815 */ }
/* 4816 */ .woocommerce .entry-summary a.th-product-compare-btn.btn_type{
/* 4817 */     padding: 0;
/* 4818 */ }
/* 4819 */
/* 4820 */ .woocommerce .entry-summary a.compare.button.added:before {
/* 4821 */     color: #ff0052;
/* 4822 */ }
/* 4823 */
/* 4824 */ .woocommerce .entry-summary .clear {
/* 4825 */     clear: initial;
/* 4826 */ }
/* 4827 */
/* 4828 */ /************************/
/* 4829 */
/* 4830 */ /*woocommerce cart page*/
/* 4831 */
/* 4832 */ /************************/
/* 4833 */ .woocommerce table.shop_table {
/* 4834 */     border-style: solid;
/* 4835 */     margin: 0 -1px 24px 0;
/* 4836 */     text-align: left;
/* 4837 */     width: 100%;
/* 4838 */     border-collapse: separate;
/* 4839 */     border-color: #eaeaea;
/* 4840 */     border: 0;
/* 4841 */ }
/* 4842 */
/* 4843 */ .woocommerce table.shop_table thead th {
/* 4844 */     border-bottom: 1px solid #f1f1f1 !important;
/* 4845 */ }
/* 4846 */
/* 4847 */ .woocommerce table.shop_table thead th, .cart-subtotal, .order-total {
/* 4848 */     font-weight: 600;
/* 4849 */     border: none;
/* 4850 */     color: #1c1d1e;

/* style.css */

/* 4851 */ }
/* 4852 */
/* 4853 */ .woocommerce table.shop_table th {
/* 4854 */     padding: 0.8em;
/* 4855 */     vertical-align: middle;
/* 4856 */ }
/* 4857 */
/* 4858 */ .woocommerce table.shop_table td {
/* 4859 */     border-bottom: 1px solid #f1f1f1 !important;
/* 4860 */ }
/* 4861 */
/* 4862 */ .woocommerce table.shop_table td, .woocommerce table.shop_table th {
/* 4863 */     padding: 1em 1.41575em;
/* 4864 */     text-align: left;
/* 4865 */     vertical-align: top;
/* 4866 */     border: none;
/* 4867 */ }
/* 4868 */
/* 4869 */ .woocommerce table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
/* 4870 */     width: auto;
/* 4871 */     max-width: 90px;
/* 4872 */     height: 100px;
/* 4873 */ }
/* 4874 */
/* 4875 */ .cross-sells h2, .cart_totals h2 {
/* 4876 */     margin: 40px 0px;
/* 4877 */     color: #1c1d1e;
/* 4878 */ }
/* 4879 */
/* 4880 */ table.cart .product-thumbnail img {
/* 4881 */     margin: 0 auto;
/* 4882 */     border-radius: 3px;
/* 4883 */ }
/* 4884 */
/* 4885 */ .woocommerce table.shop_table td {
/* 4886 */     padding: 0.8em;
/* 4887 */     vertical-align: middle;
/* 4888 */     text-transform: capitalize;
/* 4889 */     border-color: #f1f1f1;
/* 4890 */ }
/* 4891 */
/* 4892 */ .woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
/* 4893 */     width: auto;
/* 4894 */     line-height: 23px;
/* 4895 */ }
/* 4896 */
/* 4897 */ .woocommerce table.shop_table .cart-subtotal td {
/* 4898 */     border: none !important;
/* 4899 */     background: #f7f8f9;
/* 4900 */ }

/* style.css */

/* 4901 */
/* 4902 */ .woocommerce table.shop_table .order-total td {
/* 4903 */     border-bottom: none !important;
/* 4904 */     background: #f7f8f9;
/* 4905 */ }
/* 4906 */
/* 4907 */ .cart_totals .shop_table {
/* 4908 */     padding: 0px 20px !important;
/* 4909 */     background: #f7f8f9;
/* 4910 */ }
/* 4911 */
/* 4912 */ .woocommerce table.shop_table td, .woocommerce table.shop_table th {
/* 4913 */     padding: 1em 0em;
/* 4914 */ }
/* 4915 */
/* 4916 */ .woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
/* 4917 */     height: 40px;
/* 4918 */     background: #f7f8f9;
/* 4919 */     border: 1px solid #eaeaea;
/* 4920 */ }
/* 4921 */
/* 4922 */ .sold-individually .open-shop-quantity {
/* 4923 */     display: none;
/* 4924 */ }
/* 4925 */
/* 4926 */ .woocommerce a.remove {
/* 4927 */     color: #1c1d1e !important;
/* 4928 */     font-size: 15px;
/* 4929 */     border-radius: 0;
/* 4930 */ }
/* 4931 */
/* 4932 */ .woocommerce a.remove:hover {
/* 4933 */     color: #fff !important;
/* 4934 */     background: #1c1d1e !important;
/* 4935 */ }
/* 4936 */
/* 4937 */ #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
/* 4938 */     border: 1px solid #f1f1f1;
/* 4939 */ }
/* 4940 */
/* 4941 */ .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
/* 4942 */     padding: 0;
/* 4943 */ }
/* 4944 */
/* 4945 */ /************************/
/* 4946 */
/* 4947 */ /*woocommerce cart page*/
/* 4948 */
/* 4949 */ /************************/
/* 4950 */

/* style.css */

/* 4951 */ /************************/
/* 4952 */
/* 4953 */ /*checkout page style*/
/* 4954 */
/* 4955 */ /************************/
/* 4956 */ .woocommerce-billing-fields {
/* 4957 */     overflow: hidden;
/* 4958 */ }
/* 4959 */
/* 4960 */ .woocommerce-billing-fields h3 {
/* 4961 */     margin: 0 0 30px;
/* 4962 */ }
/* 4963 */
/* 4964 */ .checkout .form-row > label {
/* 4965 */     display: block;
/* 4966 */     font-weight: 500;
/* 4967 */ }
/* 4968 */
/* 4969 */ .checkout input.input-text {
/* 4970 */     background: #f7f8f9;
/* 4971 */     border: 1px solid #eaeaea;
/* 4972 */     color: #626060;
/* 4973 */     width: 100%;
/* 4974 */ }
/* 4975 */
/* 4976 */ input[type="text"], input[type="email"], input[type="url"], textarea, input[type="password"], input[type="tel"], input[type="search"] {
/* 4977 */     border: 1px solid #eaeaea;
/* 4978 */     border-radius: 0 !important;
/* 4979 */     font-size: 13px;
/* 4980 */     line-height: 30px;
/* 4981 */     padding: 0 10px;
/* 4982 */     -webkit-appearance: none;
/* 4983 */     appearance: none;
/* 4984 */     width: 100%;
/* 4985 */ }
/* 4986 */
/* 4987 */ .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 4988 */     line-height: 40px;
/* 4989 */     color: #626060;
/* 4990 */     height: 40px;
/* 4991 */ }
/* 4992 */
/* 4993 */ .select2-container--default .select2-selection--single {
/* 4994 */     border: 1px solid #eaeaea;
/* 4995 */     border-radius: 0;
/* 4996 */     background: #f7f8f9;
/* 4997 */ }
/* 4998 */
/* 4999 */ .checkout .select2-container .select2-selection--single {
/* 5000 */     height: 40px;

/* style.css */

/* 5001 */     line-height: 40px;
/* 5002 */     margin: 0;
/* 5003 */ }
/* 5004 */
/* 5005 */ .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 5006 */     line-height: inherit;
/* 5007 */ }
/* 5008 */
/* 5009 */ .select2-container--default .select2-selection--single .select2-selection__arrow {
/* 5010 */     top: 20px;
/* 5011 */     height: auto;
/* 5012 */ }
/* 5013 */
/* 5014 */ .woocommerce .woocommerce-checkout #customer_details p.form-row label {
/* 5015 */     margin: 0 0 5px;
/* 5016 */     display: block;
/* 5017 */ }
/* 5018 */
/* 5019 */ .woocommerce-checkout>.col2-set>.col-2 {
/* 5020 */     float: none;
/* 5021 */     width: 100%;
/* 5022 */ }
/* 5023 */
/* 5024 */ .woocommerce-checkout #order_review {
/* 5025 */     float: right;
/* 5026 */     width: 48%;
/* 5027 */ }
/* 5028 */
/* 5029 */ .woocommerce-checkout h3#order_review_heading {
/* 5030 */     float: right;
/* 5031 */     width: 48%;
/* 5032 */ }
/* 5033 */
/* 5034 */ .woocommerce #order_review table.shop_table {
/* 5035 */     margin: 0 0 40px;
/* 5036 */     border: none;
/* 5037 */ }
/* 5038 */
/* 5039 */ .woocommerce-checkout>.col2-set {
/* 5040 */     float: left;
/* 5041 */     width: 48%;
/* 5042 */ }
/* 5043 */
/* 5044 */ .woocommerce-checkout>.col2-set>.col-1 {
/* 5045 */     float: none;
/* 5046 */     width: 100%;
/* 5047 */     margin-bottom: 30px;
/* 5048 */ }
/* 5049 */
/* 5050 */ .woocommerce .form-row-first {

/* style.css */

/* 5051 */     float: left;
/* 5052 */     width: 48%;
/* 5053 */     margin-right: 4%;
/* 5054 */ }
/* 5055 */
/* 5056 */ .woocommerce-checkout #payment ul.payment_methods li:hover {
/* 5057 */     background-color: #f7f8f9;
/* 5058 */ }
/* 5059 */
/* 5060 */ .woocommerce-checkout #payment ul.payment_methods li {
/* 5061 */     background-color: #f7f8f9;
/* 5062 */     text-align: left;
/* 5063 */     border: 0;
/* 5064 */     padding: 20px;
/* 5065 */ }
/* 5066 */
/* 5067 */ .woocommerce #order_review table.shop_table thead th {
/* 5068 */     font-size: 15px;
/* 5069 */     letter-spacing: 1px;
/* 5070 */     padding: 20px;
/* 5071 */ }
/* 5072 */
/* 5073 */ .woocommerce #order_review table.shop_table th {
/* 5074 */     border: none;
/* 5075 */     padding: 16px 20px;
/* 5076 */ }
/* 5077 */
/* 5078 */ .woocommerce #order_review table.shop_table thead th.product-total {
/* 5079 */     text-align: right;
/* 5080 */ }
/* 5081 */
/* 5082 */ .woocommerce #order_review table.shop_table tbody td.product-name {
/* 5083 */     max-width: 376px;
/* 5084 */     text-align: left;
/* 5085 */ }
/* 5086 */
/* 5087 */ .woocommerce #order_review table.shop_table td {
/* 5088 */     border: none;
/* 5089 */     padding: 16px 20px;
/* 5090 */     text-align: right;
/* 5091 */ }
/* 5092 */
/* 5093 */ .woocommerce table.shop_table td {
/* 5094 */     padding: 0.8em 0px;
/* 5095 */     vertical-align: middle;
/* 5096 */     text-transform: capitalize;
/* 5097 */     border-color: #eaeaea;
/* 5098 */ }
/* 5099 */
/* 5100 */ .woocommerce #order_review table.shop_table tfoot th {

/* style.css */

/* 5101 */     font-weight: 600;
/* 5102 */ }
/* 5103 */
/* 5104 */ .woocommerce #order_review table tfoot th {
/* 5105 */     text-transform: capitalize;
/* 5106 */ }
/* 5107 */
/* 5108 */ .woocommerce-checkout-review-order-table tfoot th {
/* 5109 */     background: #f7f8f9;
/* 5110 */ }
/* 5111 */
/* 5112 */ .woocommerce-checkout #payment ul.payment_methods li:hover {
/* 5113 */     background-color: #f5f5f5;
/* 5114 */ }
/* 5115 */
/* 5116 */ .woocommerce-checkout #payment ul.payment_methods {
/* 5117 */     padding-bottom: 20px;
/* 5118 */     padding: 0;
/* 5119 */ }
/* 5120 */
/* 5121 */ .woocommerce-checkout #payment {
/* 5122 */     background: transparent;
/* 5123 */ }
/* 5124 */
/* 5125 */ .woocommerce-checkout #place_order {
/* 5126 */     width: 100%;
/* 5127 */     font-size: 15px;
/* 5128 */     line-height: 1.6;
/* 5129 */     padding: 16px 20px;
/* 5130 */ }
/* 5131 */
/* 5132 */ .woocommerce-checkout .woocommerce-info:before {
/* 5133 */     color: #ddd;
/* 5134 */ }
/* 5135 */
/* 5136 */ .woocommerce-checkout form.checkout_coupon .form-row-first {
/* 5137 */     float: left;
/* 5138 */     width: 100%;
/* 5139 */ }
/* 5140 */
/* 5141 */ .woocommerce-checkout form.checkout_coupon .form-row-last {
/* 5142 */     float: left;
/* 5143 */     width: 100%;
/* 5144 */ }
/* 5145 */
/* 5146 */ .woocommerce-checkout form, .woocommerce-checkout textarea {
/* 5147 */     line-height: 1.5;
/* 5148 */     resize: vertical;
/* 5149 */ }
/* 5150 */

/* style.css */

/* 5151 */ .form-row {
/* 5152 */     float: left;
/* 5153 */     overflow: hidden;
/* 5154 */     width: 100%;
/* 5155 */     margin-bottom: 20px;
/* 5156 */ }
/* 5157 */
/* 5158 */ .woocommerce-input-wrapper textarea.input-text {
/* 5159 */     background: #f7f8f9;
/* 5160 */     border: 1px solid #eaeaea;
/* 5161 */     color: #898989;
/* 5162 */     width: 100%;
/* 5163 */ }
/* 5164 */
/* 5165 */ .woocommerce-input-wrapper textarea.input-text {
/* 5166 */     background: #f7f8f9;
/* 5167 */     border: 1px solid #eaeaea;
/* 5168 */     color: #898989;
/* 5169 */     width: 100%;
/* 5170 */ }
/* 5171 */
/* 5172 */ .woocommerce form .form-row textarea {
/* 5173 */     border-radius: 0 !important;
/* 5174 */     padding: 10px;
/* 5175 */     -webkit-appearance: none;
/* 5176 */     appearance: none;
/* 5177 */ }
/* 5178 */
/* 5179 */ .woocommerce-info::before {
/* 5180 */     display: none;
/* 5181 */ }
/* 5182 */
/* 5183 */ .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
/* 5184 */     float: right;
/* 5185 */     width: 100%;
/* 5186 */     margin: 0;
/* 5187 */     margin-top: 20px;
/* 5188 */ }
/* 5189 */
/* 5190 */ #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
/* 5191 */     padding: 1em;
/* 5192 */     background: #f7f8f9;
/* 5193 */ }
/* 5194 */
/* 5195 */ .woocommerce form .form-row input.input-text {
/* 5196 */     background: #f7f8f9;
/* 5197 */     border: 1px solid #eaeaea;
/* 5198 */     height: 40px;
/* 5199 */     width: 100%;
/* 5200 */ }

/* style.css */

/* 5201 */
/* 5202 */ .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
/* 5203 */     margin-top: 0;
/* 5204 */     padding: 0;
/* 5205 */     border: none;
/* 5206 */ }
/* 5207 */
/* 5208 */ .form-row {
/* 5209 */     float: left;
/* 5210 */     overflow: hidden;
/* 5211 */     width: 100%;
/* 5212 */     margin-bottom: 20px;
/* 5213 */ }
/* 5214 */
/* 5215 */ /************************/
/* 5216 */
/* 5217 */ /*checkout page style*/
/* 5218 */
/* 5219 */ /************************/
/* 5220 */
/* 5221 */ /************************/
/* 5222 */
/* 5223 */ /*account-page*/
/* 5224 */
/* 5225 */ /************************/
/* 5226 */ .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
/* 5227 */     margin-top: 20px;
/* 5228 */ }
/* 5229 */
/* 5230 */ .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
/* 5231 */     margin-top: 25px;
/* 5232 */ }
/* 5233 */
/* 5234 */ .woocommerce-account .woocommerce-MyAccount-navigation {
/* 5235 */     float: left;
/* 5236 */     width: 30%;
/* 5237 */     padding: 0px 20px;
/* 5238 */     background: #f7f8f9;
/* 5239 */ }
/* 5240 */
/* 5241 */ .woocommerce-account .woocommerce-MyAccount-content {
/* 5242 */     float: right;
/* 5243 */ }
/* 5244 */
/* 5245 */ .woocommerce-MyAccount-navigation ul {
/* 5246 */     margin: 0;
/* 5247 */ }
/* 5248 */
/* 5249 */ .woocommerce-MyAccount-navigation ul li {
/* 5250 */     list-style: none;

/* style.css */

/* 5251 */     border-bottom: 1px solid #eaeaea;
/* 5252 */     position: relative;
/* 5253 */ }
/* 5254 */
/* 5255 */ .woocommerce-MyAccount-navigation ul li a {
/* 5256 */     padding: 15px 0;
/* 5257 */     display: block;
/* 5258 */     font-weight: 300;
/* 5259 */ }
/* 5260 */
/* 5261 */ .woocommerce-MyAccount-navigation ul li:last-child {
/* 5262 */     border: 0;
/* 5263 */ }
/* 5264 */
/* 5265 */ .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
/* 5266 */     margin-top: 0;
/* 5267 */     padding: 0;
/* 5268 */     border: none;
/* 5269 */     width: 50%;
/* 5270 */ }
/* 5271 */
/* 5272 */ .woocommerce form.checkout_coupon {
/* 5273 */     border: 1px dashed;
/* 5274 */     padding: 15px;
/* 5275 */ }
/* 5276 */
/* 5277 */ .woocommerce-MyAccount-content .woocommerce-info {
/* 5278 */     line-height: 34px;
/* 5279 */ }
/* 5280 */
/* 5281 */ /**************/
/* 5282 */
/* 5283 */ /*Blog page*/
/* 5284 */
/* 5285 */ /***************/
/* 5286 */ .thunk-woo-product-list.post, article.thunk-post-article {
/* 5287 */     text-align: left;
/* 5288 */ }
/* 5289 */
/* 5290 */ article.thunk-article, article.thunk-post-article, .single article, .no-results.not-found, #error-404 {
/* 5291 */     background: #fff;
/* 5292 */     padding: 15px;
/* 5293 */     margin-bottom: 15px;
/* 5294 */ }
/* 5295 */
/* 5296 */ .thunk-post-img-wrapper {
/* 5297 */     margin-bottom: 15px
/* 5298 */ }
/* 5299 */
/* 5300 */ h2.thunk-post-title, h1.thunk-post-title {

/* style.css */

/* 5301 */     margin-bottom: 5px
/* 5302 */ }
/* 5303 */
/* 5304 */ .thunk-post-meta {
/* 5305 */     margin-bottom: 15px;
/* 5306 */     display: flex;
/* 5307 */ }
/* 5308 */
/* 5309 */ .entry-content p {
/* 5310 */     margin-bottom: 25px;
/* 5311 */     line-height: 1.8;
/* 5312 */ }
/* 5313 */
/* 5314 */ article.thunk-post-article .thunk-readmore.button {
/* 5315 */     font-weight: normal;
/* 5316 */     background: transparent;
/* 5317 */     display: inline-block;
/* 5318 */     padding: 0 10px;
/* 5319 */     height: 26px;
/* 5320 */     line-height: 26px;
/* 5321 */     margin: 0;
/* 5322 */     border: 1px solid #eee;
/* 5323 */     transition: all .5s ease-out;
/* 5324 */     border: 1px solid #ff0052;
/* 5325 */     color: #ff0052;
/* 5326 */ }
/* 5327 */
/* 5328 */ article.thunk-post-article .thunk-readmore.button:hover {
/* 5329 */     color: #fff;
/* 5330 */     background: #ff0052;
/* 5331 */ }
/* 5332 */
/* 5333 */ p.read-more {
/* 5334 */     margin-bottom: 10px;
/* 5335 */ }
/* 5336 */
/* 5337 */ .thunk-comments {
/* 5338 */     background: #000;
/* 5339 */     color: #fff;
/* 5340 */     float: right;
/* 5341 */     font-size: 11px;
/* 5342 */     font-weight: 500;
/* 5343 */     height: 20px;
/* 5344 */     line-height: 20px;
/* 5345 */     min-width: 27px;
/* 5346 */     padding: 0 4px;
/* 5347 */     position: relative;
/* 5348 */     text-align: center;
/* 5349 */     display: inline-block;
/* 5350 */ }

/* style.css */

/* 5351 */
/* 5352 */ .thunk-comments span, .thunk-comments a {
/* 5353 */     color: #fff;
/* 5354 */ }
/* 5355 */
/* 5356 */ .thunk-post-info {
/* 5357 */     width: 80%;
/* 5358 */ }
/* 5359 */
/* 5360 */ .thunk-post-comments {
/* 5361 */     width: 20%;
/* 5362 */ }
/* 5363 */
/* 5364 */ .thunk-comments:before {
/* 5365 */     border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
/* 5366 */     border-style: solid;
/* 5367 */     border-width: 5px;
/* 5368 */     bottom: -5px;
/* 5369 */     content: "";
/* 5370 */     left: 5px;
/* 5371 */     position: absolute;
/* 5372 */ }
/* 5373 */
/* 5374 */ .thunk-post-info span:after {
/* 5375 */     content: " ";
/* 5376 */     width: 10px;
/* 5377 */     border-bottom-width: 2px;
/* 5378 */     border-bottom-style: solid;
/* 5379 */     display: inline-block;
/* 5380 */     margin: 0px 5px;
/* 5381 */     vertical-align: middle;
/* 5382 */ }
/* 5383 */
/* 5384 */ .thunk-post-info span:last-child:after {
/* 5385 */     display: none;
/* 5386 */ }
/* 5387 */
/* 5388 */ /*post pagination*/
/* 5389 */ .navigation.pagination {
/* 5390 */     margin: 30px 0px;
/* 5391 */ }
/* 5392 */
/* 5393 */ .nav-links {
/* 5394 */     text-align: center;
/* 5395 */ }
/* 5396 */
/* 5397 */ .nav-links .page-numbers {
/* 5398 */     display: inline-block;
/* 5399 */     width: 40px;
/* 5400 */     height: 40px;

/* style.css */

/* 5401 */     line-height: 40px;
/* 5402 */     font-size: 13px;
/* 5403 */     margin-right: 4px;
/* 5404 */     text-align: center;
/* 5405 */     border-radius: 3px;
/* 5406 */     -moz-border-radius: 3px;
/* 5407 */     -webkit-border-radius: 3px;
/* 5408 */     background-color: #f1f1f1;
/* 5409 */ }
/* 5410 */
/* 5411 */ .nav-links .page-numbers.current, .nav-links .page-numbers:hover {
/* 5412 */     background-color: #ff0052;
/* 5413 */     color: #fff;
/* 5414 */ }
/* 5415 */
/* 5416 */ .next.page-numbers, .prev.page-numbers {
/* 5417 */     font-size: 0px;
/* 5418 */ }
/* 5419 */
/* 5420 */ .nav-links .page-numbers.next:before {
/* 5421 */     content: "\f105";
/* 5422 */     font-family: fontAwesome;
/* 5423 */     font-size: 13px;
/* 5424 */ }
/* 5425 */
/* 5426 */ .nav-links .page-numbers.prev:before {
/* 5427 */     content: "\f104";
/* 5428 */     font-family: fontAwesome;
/* 5429 */     font-size: 13px;
/* 5430 */ }
/* 5431 */
/* 5432 */ .woocommerce nav.woocommerce-pagination ul {
/* 5433 */     padding: 0;
/* 5434 */     clear: both;
/* 5435 */     border: 0;
/* 5436 */     border-right: 0;
/* 5437 */     margin: 1px;
/* 5438 */     display: contents;
/* 5439 */     white-space: nowrap;
/* 5440 */ }
/* 5441 */
/* 5442 */ .woocommerce  nav.woocommerce-pagination .page-numbers {
/* 5443 */     width: 40px;
/* 5444 */     height: 40px;
/* 5445 */     line-height: 40px;
/* 5446 */     padding: 0;
/* 5447 */     font-size: 13px;
/* 5448 */     margin-right: 4px;
/* 5449 */     text-align: center;
/* 5450 */     border-radius: 3px;

/* style.css */

/* 5451 */     -moz-border-radius: 3px;
/* 5452 */     -webkit-border-radius: 3px;
/* 5453 */     background-color: #f1f1f1;
/* 5454 */ }
/* 5455 */
/* 5456 */ .woocommerce nav.woocommerce-pagination ul li {
/* 5457 */     float: none;
/* 5458 */     border-right: 0;
/* 5459 */ }
/* 5460 */
/* 5461 */ .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
/* 5462 */     background-color: #ff0052;
/* 5463 */     color: #fff;
/* 5464 */ }
/* 5465 */
/* 5466 */ /***********************************/
/* 5467 */
/* 5468 */ /*Post single page*/
/* 5469 */
/* 5470 */ /***********************************/
/* 5471 */ .thunk-related-links {
/* 5472 */     margin-bottom: 15px;
/* 5473 */ }
/* 5474 */
/* 5475 */ .thunk-related-links .nav-links {
/* 5476 */     display: flex;
/* 5477 */     text-align: left;
/* 5478 */ }
/* 5479 */
/* 5480 */ .thunk-related-links .nav-links .nav-previous {
/* 5481 */     -webkit-box-pack: start;
/* 5482 */     -webkit-justify-content: flex-start;
/* 5483 */     -moz-box-pack: start;
/* 5484 */     -ms-flex-pack: start;
/* 5485 */     justify-content: flex-start;
/* 5486 */     -webkit-box-flex: 1;
/* 5487 */     -webkit-flex: 1;
/* 5488 */     -moz-box-flex: 1;
/* 5489 */     -ms-flex: 1;
/* 5490 */     flex: 1;
/* 5491 */ }
/* 5492 */
/* 5493 */ .thunk-related-links .nav-links  a {
/* 5494 */     font-size: 15px;
/* 5495 */     font-family: "Roboto-Bold", sans-serif;
/* 5496 */     color: #626060;
/* 5497 */ }
/* 5498 */
/* 5499 */ .thunk-related-links .nav-links  a:hover {
/* 5500 */     color: #ff0052;

/* style.css */

/* 5501 */ }
/* 5502 */
/* 5503 */ /*Comment box & Author*/
/* 5504 */ .thunk-author-bio, .thunk-author-bio {
/* 5505 */     display: flex;
/* 5506 */ }
/* 5507 */
/* 5508 */ .author-info {
/* 5509 */     align-self: center;
/* 5510 */     margin-left: 20px;
/* 5511 */ }
/* 5512 */
/* 5513 */ .author-header a {
/* 5514 */     color: #626060;
/* 5515 */ }
/* 5516 */
/* 5517 */ .comment-list {
/* 5518 */     margin: 0;
/* 5519 */     padding: 0;
/* 5520 */     list-style: none;
/* 5521 */ }
/* 5522 */
/* 5523 */ .single article.comment-body {
/* 5524 */     padding: 0;
/* 5525 */ }
/* 5526 */
/* 5527 */ /* comment-list css Starts */
/* 5528 */ .thunk-single-post .comment, .thunk-single-page .comment {
/* 5529 */     margin-bottom: 15px;
/* 5530 */ }
/* 5531 */
/* 5532 */ .thunk-single-post .comment-author, .thunk-single-page .comment-author {
/* 5533 */     display: flex;
/* 5534 */ }
/* 5535 */
/* 5536 */ .thunk-single-post .comment-author img, .thunk-single-page .comment-author img {
/* 5537 */     margin-right: 15px;
/* 5538 */ }
/* 5539 */
/* 5540 */ .thunk-single-post .comment-author .fn, .thunk-single-page .comment-author .fn {
/* 5541 */     margin-right: 5px;
/* 5542 */ }
/* 5543 */
/* 5544 */ .thunk-single-post .comment-author, .thunk-single-post .comment-metadata, .thunk-single-post .comment-content, .thunk-single-post .reply, .thunk-single-page .comment-author, .thunk-single-page .comment-metadata, .thunk-single-page .comment-content, .thunk-single-page .reply {
/* 5545 */     margin-bottom: 15px;
/* 5546 */ }
/* 5547 */
/* 5548 */ .thunk-single-post ol.children, .thunk-single-page ol.children {
/* 5549 */     list-style-type: none;
/* 5550 */ }

/* style.css */

/* 5551 */
/* 5552 */ .thunk-single-post .comment-list, .thunk-single-page .comment-list {
/* 5553 */     margin: 10px 0;
/* 5554 */     list-style-type: none;
/* 5555 */ }
/* 5556 */
/* 5557 */ /* comment-list css End */
/* 5558 */
/* 5559 */ /* =WordPress Core
/* 5560 *| -------------------------------------------------------------- */
/* 5561 */ .alignnone {
/* 5562 */     margin: 5px 20px 20px 0;
/* 5563 */ }
/* 5564 */
/* 5565 */ .aligncenter, div.aligncenter {
/* 5566 */     display: block;
/* 5567 */     margin: 5px auto 5px auto;
/* 5568 */ }
/* 5569 */
/* 5570 */ .alignright {
/* 5571 */     float: right;
/* 5572 */     margin: 5px 0 20px 20px;
/* 5573 */ }
/* 5574 */
/* 5575 */ .alignleft {
/* 5576 */     float: left;
/* 5577 */     margin: 5px 20px 20px 0;
/* 5578 */ }
/* 5579 */
/* 5580 */ a img.alignright {
/* 5581 */     float: right;
/* 5582 */     margin: 5px 0 20px 20px;
/* 5583 */ }
/* 5584 */
/* 5585 */ a img.alignnone {
/* 5586 */     margin: 5px 20px 20px 0;
/* 5587 */ }
/* 5588 */
/* 5589 */ a img.alignleft {
/* 5590 */     float: left;
/* 5591 */     margin: 5px 20px 20px 0;
/* 5592 */ }
/* 5593 */
/* 5594 */ a img.aligncenter {
/* 5595 */     display: block;
/* 5596 */     margin-left: auto;
/* 5597 */     margin-right: auto;
/* 5598 */ }
/* 5599 */
/* 5600 */ .wp-caption {

/* style.css */

/* 5601 */     background: #fff;
/* 5602 */     border: 1px solid #f0f0f0;
/* 5603 */     max-width: 96%; /* Image does not overflow the content area */
/* 5604 */     padding: 5px 3px 10px;
/* 5605 */     text-align: center;
/* 5606 */ }
/* 5607 */
/* 5608 */ .wp-caption.alignnone {
/* 5609 */     margin: 5px 20px 20px 0;
/* 5610 */ }
/* 5611 */
/* 5612 */ .wp-caption.alignleft {
/* 5613 */     margin: 5px 20px 20px 0;
/* 5614 */ }
/* 5615 */
/* 5616 */ .wp-caption.alignright {
/* 5617 */     margin: 5px 0 20px 20px;
/* 5618 */ }
/* 5619 */
/* 5620 */ .wp-caption img {
/* 5621 */     border: 0 none;
/* 5622 */     height: auto;
/* 5623 */     margin: 0;
/* 5624 */     max-width: 98.5%;
/* 5625 */     padding: 0;
/* 5626 */     width: auto;
/* 5627 */ }
/* 5628 */
/* 5629 */ .wp-caption p.wp-caption-text {
/* 5630 */     font-size: 11px;
/* 5631 */     line-height: 17px;
/* 5632 */     margin: 0;
/* 5633 */     padding: 0 4px 5px;
/* 5634 */ }
/* 5635 */
/* 5636 */ /* Text meant only for screen readers. */
/* 5637 */ .screen-reader-text {
/* 5638 */     border: 0;
/* 5639 */     clip: rect(1px, 1px, 1px, 1px);
/* 5640 */     clip-path: inset(50%);
/* 5641 */     height: 1px;
/* 5642 */     margin: -1px;
/* 5643 */     overflow: hidden;
/* 5644 */     padding: 0;
/* 5645 */     position: absolute !important;
/* 5646 */     width: 1px;
/* 5647 */     word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
/* 5648 */ }
/* 5649 */
/* 5650 */ .screen-reader-text:focus {

/* style.css */

/* 5651 */     background-color: #eee;
/* 5652 */     clip: auto !important;
/* 5653 */     clip-path: none;
/* 5654 */     color: #444;
/* 5655 */     display: block;
/* 5656 */     font-size: 1em;
/* 5657 */     height: auto;
/* 5658 */     left: 5px;
/* 5659 */     line-height: normal;
/* 5660 */     padding: 15px 23px 14px;
/* 5661 */     text-decoration: none;
/* 5662 */     top: 5px;
/* 5663 */     width: auto;
/* 5664 */     z-index: 100000;  /* Above WP toolbar. */
/* 5665 */ }
/* 5666 */
/* 5667 */ /*gallery style*/
/* 5668 */ .gallery:after {
/* 5669 */     content: "";
/* 5670 */     display: table;
/* 5671 */     clear: both;
/* 5672 */ }
/* 5673 */
/* 5674 */ .gallery figure img {
/* 5675 */     max-width: 100%;
/* 5676 */     height: auto;
/* 5677 */     margin: 0 auto;
/* 5678 */     display: block;
/* 5679 */ }
/* 5680 */
/* 5681 */ .gallery figure {
/* 5682 */     float: left;
/* 5683 */     margin: 0 2% 0.4em 0;
/* 5684 */ }
/* 5685 */
/* 5686 */ .gallery.gallery-columns-1 figure {
/* 5687 */     width: 100%;
/* 5688 */     margin: 0 0 1em 0;
/* 5689 */     float: none;
/* 5690 */ }
/* 5691 */
/* 5692 */ .gallery.gallery-columns-3 figure {
/* 5693 */     width: 32%;
/* 5694 */ }
/* 5695 */
/* 5696 */ .gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
/* 5697 */     margin-right: 0;
/* 5698 */ }
/* 5699 */
/* 5700 */ .gallery.gallery-columns-3 figure:nth-of-type(3n+4) {

/* style.css */

/* 5701 */     clear: left;
/* 5702 */ }
/* 5703 */
/* 5704 */ .gallery.gallery-columns-2 figure {
/* 5705 */     width: 49%;
/* 5706 */ }
/* 5707 */
/* 5708 */ .gallery.gallery-columns-2 figure:nth-of-type(even) {
/* 5709 */     margin-right: 0;
/* 5710 */ }
/* 5711 */
/* 5712 */ .gallery.gallery-columns-2 figure:nth-of-type(odd) {
/* 5713 */     clear: left;
/* 5714 */ }
/* 5715 */
/* 5716 */ .gallery.gallery-columns-4 figure {
/* 5717 */     width: 23.25%;
/* 5718 */ }
/* 5719 */
/* 5720 */ .gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
/* 5721 */     margin-right: 0;
/* 5722 */ }
/* 5723 */
/* 5724 */ .gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
/* 5725 */     clear: left;
/* 5726 */ }
/* 5727 */
/* 5728 */ .gallery.gallery-columns-5 figure {
/* 5729 */     width: 18%;
/* 5730 */ }
/* 5731 */
/* 5732 */ .gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
/* 5733 */     margin-right: 0;
/* 5734 */ }
/* 5735 */
/* 5736 */ .gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
/* 5737 */     clear: left;
/* 5738 */ }
/* 5739 */
/* 5740 */ .gallery.gallery-columns-6 figure {
/* 5741 */     width: 14.2%;
/* 5742 */ }
/* 5743 */
/* 5744 */ .gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
/* 5745 */     margin-right: 0;
/* 5746 */ }
/* 5747 */
/* 5748 */ .gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
/* 5749 */     clear: left;
/* 5750 */ }

/* style.css */

/* 5751 */
/* 5752 */ .gallery.gallery-columns-7 figure {
/* 5753 */     width: 12%;
/* 5754 */ }
/* 5755 */
/* 5756 */ .gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
/* 5757 */     margin-right: 0;
/* 5758 */ }
/* 5759 */
/* 5760 */ .gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
/* 5761 */     clear: left;
/* 5762 */ }
/* 5763 */
/* 5764 */ .gallery.gallery-columns-8 figure {
/* 5765 */     width: 10.2%;
/* 5766 */ }
/* 5767 */
/* 5768 */ .gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
/* 5769 */     margin-right: 0;
/* 5770 */ }
/* 5771 */
/* 5772 */ .gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
/* 5773 */     clear: left;
/* 5774 */ }
/* 5775 */
/* 5776 */ .gallery.gallery-columns-9 figure {
/* 5777 */     width: 8.85%;
/* 5778 */ }
/* 5779 */
/* 5780 */ .gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
/* 5781 */     margin-right: 0;
/* 5782 */ }
/* 5783 */
/* 5784 */ .gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
/* 5785 */     clear: left;
/* 5786 */ }
/* 5787 */
/* 5788 */ /*gallery style end*/
/* 5789 */ [hidden] {
/* 5790 */     display: none;
/* 5791 */ }
/* 5792 */
/* 5793 */ /* =WordPress Core End */
/* 5794 */ #reply-title {
/* 5795 */     padding: 10px 0;
/* 5796 */ }
/* 5797 */
/* 5798 */ .comment-notes {
/* 5799 */     font-size: 16px;
/* 5800 */     letter-spacing: 1px;

/* style.css */

/* 5801 */     margin-top: 20px;
/* 5802 */     margin-bottom: 10px;
/* 5803 */ }
/* 5804 */
/* 5805 */ form p label {
/* 5806 */     display: block;
/* 5807 */     margin: 10px 0;
/* 5808 */ }
/* 5809 */
/* 5810 */ .logged-in-as {
/* 5811 */     margin: 20px 0;
/* 5812 */ }
/* 5813 */
/* 5814 */ .logged-in-as a {
/* 5815 */     color: #242424;
/* 5816 */ }
/* 5817 */
/* 5818 */ .thunk-single-post form p {
/* 5819 */     color: #242424;
/* 5820 */ }
/* 5821 */
/* 5822 */ .thunk-single-post form p label, .thunk-single-page form p label {
/* 5823 */     display: block;
/* 5824 */     margin: 10px 0;
/* 5825 */ }
/* 5826 */
/* 5827 */ .thunk-single-post .logged-in-as, .thunk-single-page .logged-in-as {
/* 5828 */     margin: 20px 0;
/* 5829 */ }
/* 5830 */
/* 5831 */ .thunk-single-post .logged-in-as a, .thunk-single-page .logged-in-as a {
/* 5832 */     color: #242424;
/* 5833 */ }
/* 5834 */
/* 5835 */ .thunk-single-post .logged-in-as a:nth-of-type(2), .thunk-single-page .logged-in-as a:nth-of-type(2) {
/* 5836 */     background: #d80303;
/* 5837 */     padding: 5px 10px;
/* 5838 */     color: #fff;
/* 5839 */ }
/* 5840 */
/* 5841 */ #wp-comment-cookies-consent {
/* 5842 */     width: auto;
/* 5843 */     float: left;
/* 5844 */     margin-top: 5px;
/* 5845 */     margin-right: 10px;
/* 5846 */ }
/* 5847 */
/* 5848 */ #searchform [type="submit"], .woocommerce-product-search [type="submit"] {
/* 5849 */     line-height: 30px;
/* 5850 */     font-size: 11px;

/* style.css */

/* 5851 */     padding: 0px 12px;
/* 5852 */     border: 1px solid #141415;
/* 5853 */     background: #141415;
/* 5854 */     color: #fff;
/* 5855 */     -webkit-transition: all 0.3s ease;
/* 5856 */     -moz-transition: all 0.3s ease;
/* 5857 */     -ms-transition: all 0.3s ease;
/* 5858 */     -o-transition: all 0.3s ease;
/* 5859 */     transition: all 0.3s ease;
/* 5860 */ }
/* 5861 */
/* 5862 */ #searchform [type="submit"]:hover {
/* 5863 */     border: 1px solid #ff0052;
/* 5864 */     background: #ff0052;
/* 5865 */     cursor: pointer;
/* 5866 */ }
/* 5867 */
/* 5868 */ /*********************/
/* 5869 */
/* 5870 */ /*Pages Style*/
/* 5871 */
/* 5872 */ /*********************/
/* 5873 */ .thunk-page .thunk-content-wrap {
/* 5874 */     padding: 15px;
/* 5875 */     background: #fff;
/* 5876 */     margin-bottom: 20px;
/* 5877 */ }
/* 5878 */
/* 5879 */ .page-head {
/* 5880 */     padding-bottom: 15px;
/* 5881 */     display: -webkit-flex;
/* 5882 */     display: -moz-box;
/* 5883 */     display: -ms-flexbox;
/* 5884 */     display: flex;
/* 5885 */     -webkit-box-align: center;
/* 5886 */     -webkit-align-items: center;
/* 5887 */     -moz-box-align: center;
/* 5888 */     -ms-flex-align: center;
/* 5889 */     align-items: center;
/* 5890 */     -webkit-flex-wrap: wrap;
/* 5891 */     -ms-flex-wrap: wrap;
/* 5892 */     flex-wrap: wrap;
/* 5893 */     -webkit-align-content: center;
/* 5894 */     -ms-flex-line-pack: center;
/* 5895 */     align-content: center;
/* 5896 */ }
/* 5897 */
/* 5898 */ .page-head h1 {
/* 5899 */     color: #1c1d1e;
/* 5900 */ }

/* style.css */

/* 5901 */
/* 5902 */ .page-head .breadcrumb-trail.breadcrumbs {
/* 5903 */     flex: 1;
/* 5904 */ }
/* 5905 */
/* 5906 */ .thunk-breadcrumb {
/* 5907 */     padding-bottom: 0;
/* 5908 */ }
/* 5909 */
/* 5910 */ .single-product .page-head .breadcrumb-trail.breadcrumbs {
/* 5911 */     flex: initial;
/* 5912 */ }
/* 5913 */
/* 5914 */ /*//LOADER*/
/* 5915 */ .thunk-loadContainer {
/* 5916 */     display: none;
/* 5917 */ }
/* 5918 */
/* 5919 */ .thunk-loadContainer:before {
/* 5920 */     position: absolute;
/* 5921 */     left: 0;
/* 5922 */     top: 0;
/* 5923 */     width: 100%;
/* 5924 */     height: 100%;
/* 5925 */     content: " ";
/* 5926 */     background: #fffffffa;
/* 5927 */     z-index: 99;
/* 5928 */ }
/* 5929 */
/* 5930 */ .loader {
/* 5931 */     position: absolute;
/* 5932 */     top: 50%;
/* 5933 */     left: 50%;
/* 5934 */     z-index: 999;
/* 5935 */ }
/* 5936 */
/* 5937 */ .loader {
/* 5938 */     border: 4px solid #fff;
/* 5939 */     border-radius: 50%;
/* 5940 */     border-top: 4px solid #fff;
/* 5941 */     border-right: 4px solid #ff0052;
/* 5942 */     border-bottom: 4px solid #ff0052;
/* 5943 */     border-left: 4px solid #ff0052;
/* 5944 */     width: 35px;
/* 5945 */     height: 35px;
/* 5946 */     -webkit-animation: spin 2s linear infinite;
/* 5947 */     animation: spin 2s linear infinite;
/* 5948 */ }
/* 5949 */
/* 5950 */ .woocommerce .loader::before {

/* style.css */

/* 5951 */     background: none;
/* 5952 */ }
/* 5953 */
/* 5954 */ @-webkit-keyframes spin {
/* 5955 */     0% {
/* 5956 */         -webkit-transform: rotate(0deg);
/* 5957 */     }
/* 5958 */
/* 5959 */     100% {
/* 5960 */         -webkit-transform: rotate(360deg);
/* 5961 */     }
/* 5962 */
/* 5963 */ }
/* 5964 */
/* 5965 */ @keyframes spin {
/* 5966 */     0% {
/* 5967 */         transform: rotate(0deg);
/* 5968 */     }
/* 5969 */
/* 5970 */     100% {
/* 5971 */         transform: rotate(360deg);
/* 5972 */     }
/* 5973 */
/* 5974 */ }
/* 5975 */
/* 5976 */ /*Blog post loader*/
/* 5977 */ .open-shop-load-more {
/* 5978 */     text-align: center;
/* 5979 */ }
/* 5980 */
/* 5981 */ .open-shop-load-more button {
/* 5982 */     font-weight: normal;
/* 5983 */     background: transparent;
/* 5984 */     display: inline-block;
/* 5985 */     padding: 0 15px;
/* 5986 */     height: 36px;
/* 5987 */     line-height: 36px;
/* 5988 */     margin: 0;
/* 5989 */     border: 1px solid #eee;
/* 5990 */     transition: all .5s ease-out;
/* 5991 */     border: 1px solid #ff0052;
/* 5992 */     color: #ff0052;
/* 5993 */ }
/* 5994 */
/* 5995 */ .open-shop-load-more button:hover {
/* 5996 */     color: #fff;
/* 5997 */     background: #ff0052;
/* 5998 */ }
/* 5999 */
/* 6000 */ #load-more-posts-error, .scroll-error, .opn-shop-pagination-infinite {

/* style.css */

/* 6001 */     text-align: center;
/* 6002 */ }
/* 6003 */
/* 6004 */ .inifiniteLoader, #load-more-posts-error {
/* 6005 */     display: none;
/* 6006 */     text-align: center;
/* 6007 */ }
/* 6008 */
/* 6009 */ .inifiniteLoader .loader {
/* 6010 */     top: auto;
/* 6011 */     left: auto;
/* 6012 */     z-index: 999;
/* 6013 */     margin: 0 auto;
/* 6014 */ }
/* 6015 */
/* 6016 */ .opn-shop-pagination-infinite .inifiniteLoader .loader {
/* 6017 */     top: auto;
/* 6018 */     left: 0;
/* 6019 */     right: 0;
/* 6020 */     z-index: 999;
/* 6021 */     margin: 0 auto;
/* 6022 */ }
/* 6023 */
/* 6024 */ /****************************/
/* 6025 */
/* 6026 */ /*woo-product-style on hover*/
/* 6027 */
/* 6028 */ /****************************/
/* 6029 */ .woocommerce .show-on-hover {
/* 6030 */     position: absolute;
/* 6031 */     top: 0;
/* 6032 */     left: 0;
/* 6033 */     right: 0;
/* 6034 */     bottom: 0;
/* 6035 */     padding: 0;
/* 6036 */     margin: 0;
/* 6037 */     opacity: 0;
/* 6038 */     filter: blur(0);
/* 6039 */     transition: all .2s linear;
/* 6040 */ }
/* 6041 */
/* 6042 */ .woocommerce li.product:hover .show-on-hover, .woocommerce div.product .thunk-product:hover .show-on-hover {
/* 6043 */     opacity: 1;
/* 6044 */     transform: scale(1) translateZ(0) translateY(0);
/* 6045 */     pointer-events: inherit;
/* 6046 */ }
/* 6047 */
/* 6048 */ .woocommerce li.product.open-shop-woo-hover-swap.open-shop-swap-item-hover:hover img:first-of-type {
/* 6049 */     opacity: 0;
/* 6050 */ }

/* style.css */

/* 6051 */
/* 6052 */ .woocommerce li.product.open-shop-woo-hover-swap:hover img.show-on-hover {
/* 6053 */     opacity: 1;
/* 6054 */ }
/* 6055 */
/* 6056 */ .woocommerce ul.products li.product.open-woo-hover-zoom:hover img, .woocommerce-page ul.products li.product.opena-woo-hover-zoom:hover img, .woocommerce ul.thunk-products-ul li.product.open-woo-hover-zoom:hover img, .woocommerce-page ul.thunk-products-ul li.product.open-woo-hover-zoom:hover img, div.product.open-woo-hover-zoom .thunk-product:hover img {
/* 6057 */     -webkit-transform: scale(1.1);
/* 6058 */     -ms-transform: scale(1.1);
/* 6059 */     transform: scale(1.1);
/* 6060 */ }
/* 6061 */
/* 6062 */ .woocommerce ul.thunk-products-ul li.product .woocommerce-loop-product__link img, .woocommerce-page ul.thunk-products-ul li.product .woocommerce-loop-product__link img {
/* 6063 */     margin-bottom: 0px;
/* 6064 */     backface-visibility: hidden;
/* 6065 */     transition: filter 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-filter 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
/* 6066 */ }
/* 6067 */
/* 6068 */ /*social icon*/
/* 6069 */ .content-social ul.social-icon {
/* 6070 */     list-style: none;
/* 6071 */     margin: 0;
/* 6072 */     padding: 0;
/* 6073 */     display: inline-flex;
/* 6074 */     flex-wrap: wrap;
/* 6075 */ }
/* 6076 */
/* 6077 */ .content-social ul.social-icon li {
/* 6078 */     padding: 5px;
/* 6079 */ }
/* 6080 */
/* 6081 */ .content-social ul.social-icon li i {
/* 6082 */     padding: 0;
/* 6083 */ }
/* 6084 */
/* 6085 */ .social-icon.original-social-icon i.fa-facebook {
/* 6086 */     color: #4867AA;
/* 6087 */ }
/* 6088 */
/* 6089 */ .social-icon.original-social-icon i.fa-google-plus {
/* 6090 */     color: #DE564A;
/* 6091 */ }
/* 6092 */
/* 6093 */ .social-icon.original-social-icon i.fa-linkedin {
/* 6094 */     color: #007BB6;
/* 6095 */ }
/* 6096 */
/* 6097 */ .social-icon.original-social-icon i.fa-twitter {
/* 6098 */     color: #00ACED;
/* 6099 */ }
/* 6100 */

/* style.css */

/* 6101 */ .social-icon.original-social-icon i.fa-instagram {
/* 6102 */     color: #C50067;
/* 6103 */ }
/* 6104 */
/* 6105 */ .social-icon.original-social-icon i.fa-pinterest {
/* 6106 */     color: #BD081B;
/* 6107 */ }
/* 6108 */
/* 6109 */ .social-icon.original-social-icon i.fa-youtube-play {
/* 6110 */     color: #FF0000;
/* 6111 */ }
/* 6112 */
/* 6113 */ .social-icon.original-social-icon i.fa-tumblr {
/* 6114 */     color: #36465D;
/* 6115 */ }
/* 6116 */
/* 6117 */ .social-icon.original-social-icon i.fa-stumbleupon {
/* 6118 */     color: #EB4823;
/* 6119 */ }
/* 6120 */
/* 6121 */ .social-icon.original-social-icon i.fa-dribbble {
/* 6122 */     color: #EA4C89;
/* 6123 */ }
/* 6124 */
/* 6125 */ .social-icon.original-social-icon i.fa-skype {
/* 6126 */     color: #00aff0;
/* 6127 */ }
/* 6128 */
/* 6129 */ .content-social .social-icon a {
/* 6130 */     font-size: 14px;
/* 6131 */     width: 1em;
/* 6132 */     height: 1em;
/* 6133 */     line-height: 1em;
/* 6134 */     display: block;
/* 6135 */     text-align: center;
/* 6136 */     border: 1px solid transparent;
/* 6137 */     color: #242424;
/* 6138 */ }
/* 6139 */
/* 6140 */ .social-icon.original-social-icon a {
/* 6141 */     background-color: transparent !important;
/* 6142 */     border: none;
/* 6143 */     display: block;
/* 6144 */ }
/* 6145 */
/* 6146 */ /*social icon*/
/* 6147 */ .menu-close {
/* 6148 */     display: flex;
/* 6149 */ }
/* 6150 */

/* style.css */

/* 6151 */ /************************/
/* 6152 */
/* 6153 */ /*Ribbon Section*/
/* 6154 */
/* 6155 */ /************************/
/* 6156 */ section.thunk-ribbon-section .content-wrap {
/* 6157 */     margin: 0;
/* 6158 */ }
/* 6159 */
/* 6160 */ .thunk-ribbon-content {
/* 6161 */     position: relative;
/* 6162 */     display: flex;
/* 6163 */     -webkit-box-align: center;
/* 6164 */     -webkit-align-items: center;
/* 6165 */     -moz-box-align: center;
/* 6166 */     -ms-flex-align: center;
/* 6167 */     align-items: center;
/* 6168 */     -webkit-flex-wrap: wrap;
/* 6169 */     -ms-flex-wrap: wrap;
/* 6170 */     flex-wrap: wrap;
/* 6171 */     -webkit-align-content: center;
/* 6172 */     -ms-flex-line-pack: center;
/* 6173 */     align-content: center;
/* 6174 */ }
/* 6175 */
/* 6176 */ .thunk-ribbon-content-col1 {
/* 6177 */     width: 78%;
/* 6178 */     margin-right: 2%;
/* 6179 */ }
/* 6180 */
/* 6181 */ .thunk-ribbon-content-col1 h3 {
/* 6182 */     color: #fff;
/* 6183 */ }
/* 6184 */
/* 6185 */ .thunk-ribbon-content-col2 {
/* 6186 */     width: 20%;
/* 6187 */     text-align: right;
/* 6188 */ }
/* 6189 */
/* 6190 */ .openshop-site section.thunk-ribbon-section .content-wrap:before {
/* 6191 */     content: "";
/* 6192 */     position: absolute;
/* 6193 */     top: 0;
/* 6194 */     left: 0;
/* 6195 */     width: 100%;
/* 6196 */     height: 100%;
/* 6197 */     background: rgba(0, 0, 0, 0);
/* 6198 */ }
/* 6199 */
/* 6200 */ .ribbon-btn {

/* style.css */

/* 6201 */     background: #fff;
/* 6202 */     color: #141415;
/* 6203 */     font-size: 12px;
/* 6204 */     font-family: "Roboto-Bold", sans-serif;
/* 6205 */     padding: 10px 14px;
/* 6206 */     overflow: hidden;
/* 6207 */     z-index: 99;
/* 6208 */     -webkit-border-radius: 4px;
/* 6209 */     -moz-border-radius: 4px;
/* 6210 */     border-radius: 4px;
/* 6211 */     -moz-transition: all .3s ease;
/* 6212 */     -ms-transition: all .3s ease;
/* 6213 */     -o-transition: all .3s ease;
/* 6214 */     transition: all .3s ease;
/* 6215 */ }
/* 6216 */
/* 6217 */ /*404 page & no-result page*/
/* 6218 */ #no-results .page-content p, #error-404 .page-content p {
/* 6219 */     margin: 15px 0px;
/* 6220 */ }
/* 6221 */
/* 6222 */ #no-results .form-content input[type="text"], #error-404 .form-content input[type="text"] {
/* 6223 */     width: 250px;
/* 6224 */ }
/* 6225 */
/* 6226 */ .error-heading h2 {
/* 6227 */     font-size: 50px;
/* 6228 */     margin: 30px 0px
/* 6229 */ }
/* 6230 */
/* 6231 */ .error-heading h3 {
/* 6232 */     font-size: 30px;
/* 6233 */ }
/* 6234 */
/* 6235 */ /*404 page & no-result page*/
/* 6236 */
/* 6237 */ /***************************/
/* 6238 */
/* 6239 */ /*Sticky Header*/
/* 6240 */
/* 6241 */ /****************************/
/* 6242 */ .sticky-header:before, .search-wrapper:before {
/* 6243 */     content: "";
/* 6244 */     position: absolute;
/* 6245 */     top: 0;
/* 6246 */     left: 0;
/* 6247 */     width: 100%;
/* 6248 */     height: 100%;
/* 6249 */     background: #fff;
/* 6250 */ }

/* style.css */

/* 6251 */
/* 6252 */ .sticky-header-bar {
/* 6253 */     display: -webkit-flex;
/* 6254 */     display: -moz-box;
/* 6255 */     display: -ms-flexbox;
/* 6256 */     display: flex;
/* 6257 */     -webkit-box-align: center;
/* 6258 */     -webkit-align-items: center;
/* 6259 */     -moz-box-align: center;
/* 6260 */     -ms-flex-align: center;
/* 6261 */     align-items: center;
/* 6262 */     -webkit-flex-wrap: wrap;
/* 6263 */     -ms-flex-wrap: wrap;
/* 6264 */     flex-wrap: wrap;
/* 6265 */     -webkit-align-content: center;
/* 6266 */     -ms-flex-line-pack: center;
/* 6267 */     align-content: center;
/* 6268 */ }
/* 6269 */
/* 6270 */ .sticky-header-col1 {
/* 6271 */     justify-content: flex-start;
/* 6272 */     width: 21%;
/* 6273 */     padding: 0px;
/* 6274 */     align-items: center;
/* 6275 */     display: inline-flex;
/* 6276 */ }
/* 6277 */
/* 6278 */ .sticky-header-col2 {
/* 6279 */     -moz-box-pack: center;
/* 6280 */     -ms-flex-pack: center;
/* 6281 */     justify-content: center;
/* 6282 */     text-align: center;
/* 6283 */     width: 54%;
/* 6284 */ }
/* 6285 */
/* 6286 */ .sticky-header-col3 {
/* 6287 */     text-align: right;
/* 6288 */     width: 25%;
/* 6289 */ }
/* 6290 */
/* 6291 */ .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents, .sticky-header-col3 .header-icon a, a.prd-search{
/* 6292 */     height: 35px;
/* 6293 */     width: 35px;
/* 6294 */     line-height: 35px;
/* 6295 */     margin: 0px 8px 0px 0px;
/* 6296 */ }
/* 6297 */
/* 6298 */ .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents {
/* 6299 */     position: relative;
/* 6300 */     padding: 0;

/* style.css */

/* 6301 */     text-align: center;
/* 6302 */     background: #f7f8f9;
/* 6303 */     color: #1c1d1e;
/* 6304 */     padding: 0;
/* 6305 */     margin: 0;
/* 6306 */     -webkit-border-radius: 4px;
/* 6307 */     -moz-border-radius: 4px;
/* 6308 */     border-radius: 4px;
/* 6309 */ }
/* 6310 */
/* 6311 */ .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i, .sticky-header .header-icon a i {
/* 6312 */     font-size: 11px;
/* 6313 */ }
/* 6314 */
/* 6315 */ .sticky-header .thunk-icon .cart-content .count-item .item, .sticky-header .thunk-icon .cart-content span.woocommerce-Price-amount, #openshop-mobile-bar .cart-content .count-item .item, #openshop-mobile-bar .cart-content span.woocommerce-Price-amount {
/* 6316 */     display: none;
/* 6317 */ }
/* 6318 */
/* 6319 */ .sticky-header .count-item {
/* 6320 */     position: absolute;
/* 6321 */     top: -10px;
/* 6322 */     right: -5px;
/* 6323 */     background: #141415;
/* 6324 */     color: #fff;
/* 6325 */     width: 20px;
/* 6326 */     height: 20px;
/* 6327 */     line-height: 20px;
/* 6328 */     border-radius: 100%;
/* 6329 */     font-size: 10px;
/* 6330 */ }
/* 6331 */
/* 6332 */ .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
/* 6333 */     position: relative;
/* 6334 */     left: auto;
/* 6335 */     top: auto;
/* 6336 */     z-index: 9;
/* 6337 */     padding-right: 0;
/* 6338 */     border-right: 0;
/* 6339 */     -webkit-transform: inherit;
/* 6340 */     -moz-transform: inherit;
/* 6341 */     transform: inherit;
/* 6342 */ }
/* 6343 */
/* 6344 */ .sticky-header-col3 .thunk-icon .cart-icon {
/* 6345 */     background: transparent;
/* 6346 */ }
/* 6347 */
/* 6348 */ .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
/* 6349 */     border-right: none !important;
/* 6350 */ }

/* style.css */

/* 6351 */
/* 6352 */ .sticky-header {
/* 6353 */     position: fixed;
/* 6354 */     z-index: 999;
/* 6355 */     visibility: hidden;
/* 6356 */     opacity: 0;
/* 6357 */     background: #fff;
/* 6358 */     width: 100%;
/* 6359 */     transition: opacity .5s ease, visibility .5s ease, -webkit-transform .5s ease;
/* 6360 */     transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
/* 6361 */     transition: opacity .5s ease, visibility .5s ease, transform .5s ease, -webkit-transform .5s ease;
/* 6362 */     -webkit-animation: fadeOutUpBig .5s ease;
/* 6363 */     animation: fadeOutUpBig .5s ease;
/* 6364 */     pointer-events: none;
/* 6365 */     box-shadow: 0 0 10px rgba(0, 0, 0, .08);
/* 6366 */     -webkit-transform: translateY(-100%);
/* 6367 */     transform: translateY(-100%);
/* 6368 */     -webkit-animation: none;
/* 6369 */     animation: none;
/* 6370 */ }
/* 6371 */
/* 6372 */ .search-wrapper {
/* 6373 */     z-index: 999;
/* 6374 */ }
/* 6375 */
/* 6376 */ .sticky-header.stick {
/* 6377 */     visibility: visible;
/* 6378 */     opacity: 1;
/* 6379 */     -webkit-transition: opacity 0.5s;
/* 6380 */     transition: opacity 0.5s;
/* 6381 */     -webkit-transform: translateZ(0);
/* 6382 */     transform: translateZ(0);
/* 6383 */     -webkit-animation: fadeInDownBig .7s ease;
/* 6384 */     animation: fadeInDownBig .7s ease;
/* 6385 */     pointer-events: visible;
/* 6386 */     pointer-events: unset;
/* 6387 */     -webkit-transform: none;
/* 6388 */     transform: none;
/* 6389 */ }
/* 6390 */
/* 6391 */ .sticky-header .logo-content {
/* 6392 */     width: 100%;
/* 6393 */     padding: 10px 0px;
/* 6394 */ }
/* 6395 */
/* 6396 */ .sticky-header .logo-content img {
/* 6397 */     max-width: 65%;
/* 6398 */ }
/* 6399 */
/* 6400 */ /*search wrapper*/

/* style.css */

/* 6401 */ .search-wrapper {
/* 6402 */     position: fixed;
/* 6403 */     top: 0;
/* 6404 */     left: 0;
/* 6405 */     width: 100%;
/* 6406 */     background: #fff;
/* 6407 */     display: block;
/* 6408 */     box-shadow: 0 0 10px rgba(0, 0, 0, .08);
/* 6409 */     -webkit-transform: translate(0, -100%);
/* 6410 */     -ms-transform: translate(0, -100%);
/* 6411 */     transform: translate(0, -100%);
/* 6412 */     -webkit-transform: translate3d(0, -100%, 0);
/* 6413 */     transform: translate3d(0, -100%, 0);
/* 6414 */     visibility: hidden;
/* 6415 */     transition: all 0.2s linear;
/* 6416 */     -ms-transition: all 0.2s linear;
/* 6417 */     -webkit-transition: all 0.2s linear;
/* 6418 */     -o-transition: all 0.2s linear;
/* 6419 */ }
/* 6420 */
/* 6421 */ .search-wrapper.open {
/* 6422 */     visibility: visible;
/* 6423 */     -webkit-transform: translate(0, 0);
/* 6424 */     -ms-transform: translate(0, 0);
/* 6425 */     transform: translate(0, 0);
/* 6426 */     -webkit-transform: translate3d(0, 0, 0);
/* 6427 */     transform: translate3d(0, 0, 0);
/* 6428 */ }
/* 6429 */
/* 6430 */ .search-wrapper  .container {
/* 6431 */     padding-top: 60px;
/* 6432 */     padding-bottom: 60px;
/* 6433 */     width: 50%;
/* 6434 */ }
/* 6435 */
/* 6436 */ .search-wrapper #search-box form {
/* 6437 */     width: 100%;
/* 6438 */ }
/* 6439 */
/* 6440 */ .search-wrapper  #search-box input[type="text"] {
/* 6441 */     width: 100%;
/* 6442 */ }
/* 6443 */
/* 6444 */ .search-close {
/* 6445 */     float: right;
/* 6446 */     margin-bottom: 25px
/* 6447 */ }
/* 6448 */
/* 6449 */ .search-close-btn {
/* 6450 */     display: block;

/* style.css */

/* 6451 */     text-decoration: none;
/* 6452 */     min-width: 1.5em;
/* 6453 */     min-height: 1.5em;
/* 6454 */     transform-origin: center;
/* 6455 */     transition: all .3s linear;
/* 6456 */     transition-property: transform;
/* 6457 */     -webkit-backface-visibility: hidden;
/* 6458 */     color: #1c1d1e;
/* 6459 */ }
/* 6460 */
/* 6461 */ .search-close-btn:before, .search-close-btn:after {
/* 6462 */     content: '';
/* 6463 */     display: block;
/* 6464 */     border-top: 1px solid;
/* 6465 */     position: absolute;
/* 6466 */     left: 0;
/* 6467 */     top: 50%;
/* 6468 */     width: 100%;
/* 6469 */ }
/* 6470 */
/* 6471 */ .search-close-btn {
/* 6472 */     -webkit-transform: rotateZ(0deg);
/* 6473 */     -moz-transform: rotateZ(0deg);
/* 6474 */     transform: rotateZ(0deg);
/* 6475 */     -webkit-transition: all 0.3s ease-in-out;
/* 6476 */     -moz-transition: all 0.3s ease-in-out;
/* 6477 */     transition: all 0.3s ease-in-out;
/* 6478 */ }
/* 6479 */
/* 6480 */ .search-close-btn:before {
/* 6481 */     -webkit-transform: rotateZ(-45deg);
/* 6482 */     -moz-transform: rotateZ(-45deg);
/* 6483 */     transform: rotateZ(-45deg);
/* 6484 */ }
/* 6485 */
/* 6486 */ .search-close-btn:after {
/* 6487 */     -webkit-transform: rotateZ(45deg);
/* 6488 */     -moz-transform: rotateZ(45deg);
/* 6489 */     transform: rotateZ(45deg);
/* 6490 */ }
/* 6491 */
/* 6492 */ .search-close-btn:hover {
/* 6493 */     -webkit-transform: rotateZ(90deg);
/* 6494 */     -moz-transform: rotateZ(90deg);
/* 6495 */     transform: rotateZ(90deg);
/* 6496 */ }
/* 6497 */
/* 6498 */ /******************************/
/* 6499 */
/* 6500 */ /*Responsive*/

/* style.css */

/* 6501 */
/* 6502 */ /******************************/
/* 6503 */
/* 6504 */ /*******************/
/* 6505 */
/* 6506 */ /*text ellips css start*/
/* 6507 */
/* 6508 */ /*******************/
/* 6509 */
/* 6510 */
/* 6511 */ .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
/* 6512 */     overflow: hidden;
/* 6513 */     text-overflow: ellipsis;
/* 6514 */     display: -webkit-box;
/* 6515 */     -webkit-box-orient: vertical;
/* 6516 */     -webkit-line-clamp: 2;
/* 6517 */     line-height: 21px;
/* 6518 */     max-height: 42px;
/* 6519 */ }
/* 6520 */
/* 6521 */ .cat-title, .slide-content-wrap p {
/* 6522 */     overflow: hidden;
/* 6523 */     text-overflow: ellipsis;
/* 6524 */     display: -webkit-box;
/* 6525 */     -webkit-box-orient: vertical;
/* 6526 */     -webkit-line-clamp: 1;
/* 6527 */     line-height: 21px;
/* 6528 */ }
/* 6529 */
/* 6530 */ span.product-title {
/* 6531 */     overflow: hidden;
/* 6532 */     text-overflow: ellipsis;
/* 6533 */     display: -webkit-box;
/* 6534 */     -webkit-box-orient: vertical;
/* 6535 */     -webkit-line-clamp: 1;
/* 6536 */     line-height: 21px;
/* 6537 */     max-height: 42px;
/* 6538 */ }
/* 6539 */
/* 6540 */ .slide-content h2 {
/* 6541 */     overflow: hidden;
/* 6542 */     text-overflow: ellipsis;
/* 6543 */     display: -webkit-box;
/* 6544 */     -webkit-box-orient: vertical;
/* 6545 */     -webkit-line-clamp: 1;
/* 6546 */     line-height: 35px;
/* 6547 */ }
/* 6548 */
/* 6549 */ .thunk-list-view .thunk-woo-product-list .woocommerce-loop-product__title {
/* 6550 */     overflow: hidden;

/* style.css */

/* 6551 */     text-overflow: initial;
/* 6552 */     display: -webkit-box;
/* 6553 */     -webkit-box-orient: vertical;
/* 6554 */     -webkit-line-clamp: inherit;
/* 6555 */     line-height: inherit;
/* 6556 */     max-height: inherit;
/* 6557 */ }
/* 6558 */
/* 6559 */ /*******************/
/* 6560 */
/* 6561 */ /*text ellips css end*/
/* 6562 */
/* 6563 */ /*******************/
/* 6564 */ .thunk-icon {
/* 6565 */     text-align: right;
/* 6566 */     text-align: -webkit-right;
/* 6567 */ }
/* 6568 */
/* 6569 */ /*off canvas sidebar*/
/* 6570 */ .open-shop-off-canvas-sidebar .open-shop-widget-content {
/* 6571 */     border: none;
/* 6572 */     padding: 0
/* 6573 */ }
/* 6574 */
/* 6575 */ /*Back to top Start*/
/* 6576 */ #move-to-top {
/* 6577 */     position: fixed;
/* 6578 */     text-align: center;
/* 6579 */     cursor: pointer;
/* 6580 */     z-index: 9999;
/* 6581 */     width: 2em;
/* 6582 */     height: 2em;
/* 6583 */     line-height: 2;
/* 6584 */     color: #fff;
/* 6585 */     -webkit-border-radius: 5px;
/* 6586 */     -moz-border-radius: 5px;
/* 6587 */     border-radius: 5px;
/* 6588 */ }
/* 6589 */
/* 6590 */ #move-to-top {
/* 6591 */     background-color: #141415;
/* 6592 */     font-size: 18px;
/* 6593 */ }
/* 6594 */
/* 6595 */ #move-to-top {
/* 6596 */     right: 30px;
/* 6597 */     bottom: 152px;
/* 6598 */ }
/* 6599 */
/* 6600 */ #move-to-top:not(.filling) {

/* style.css */

/* 6601 */     opacity: 0;
/* 6602 */     visibility: hidden;
/* 6603 */ }
/* 6604 */
/* 6605 */ #move-to-top i {
/* 6606 */     font-family: fontawesome;
/* 6607 */     font-weight: normal;
/* 6608 */ }
/* 6609 */
/* 6610 */ #move-to-top:hover {
/* 6611 */     opacity: 1;
/* 6612 */ }
/* 6613 */
/* 6614 */ /****************************/
/* 6615 */
/* 6616 */ /*post-slide-widget-style*/
/* 6617 */
/* 6618 */ /****************************/
/* 6619 */ .post-slide-widget .owl-nav {
/* 6620 */     position: absolute;
/* 6621 */     top: -35px;
/* 6622 */     right: 0px;
/* 6623 */     color: #a3a3a3;
/* 6624 */     left: auto;
/* 6625 */     margin: 0;
/* 6626 */ }
/* 6627 */
/* 6628 */ .post-slide-widget .owl-carousel .owl-nav button {
/* 6629 */     width: 25px;
/* 6630 */     height: 25px;
/* 6631 */     line-height: 25px !important;
/* 6632 */     font-size: 17px;
/* 6633 */     text-align: center;
/* 6634 */     background: #fff;
/* 6635 */     color: #999;
/* 6636 */     border: 1px solid #eee;
/* 6637 */     -webkit-border-radius: 3px;
/* 6638 */     -moz-border-radius: 3px;
/* 6639 */     -ms-border-radius: 3px;
/* 6640 */     -o-border-radius: 3px;
/* 6641 */     border-radius: 3px;
/* 6642 */ }
/* 6643 */
/* 6644 */ .post-slide-widget .owl-carousel .owl-nav .owl-prev {
/* 6645 */     margin-right: 5px;
/* 6646 */ }
/* 6647 */
/* 6648 */ .post-slide-widget .slide-widget-title {
/* 6649 */     line-height: normal;
/* 6650 */ }

/* style.css */

/* 6651 */
/* 6652 */ .post-slide-widget .post-thumb {
/* 6653 */     margin-bottom: 10px;
/* 6654 */ }
/* 6655 */
/* 6656 */ .post-slide-widget .title {
/* 6657 */     font-size: 14px;
/* 6658 */ }
/* 6659 */
/* 6660 */ /******************************/
/* 6661 */
/* 6662 */ /*extra list in drop down style*/
/* 6663 */
/* 6664 */ /******************************/
/* 6665 */ .header__cat__item.dropdown {
/* 6666 */     display: inline-flex;
/* 6667 */     position: relative;
/* 6668 */ }
/* 6669 */
/* 6670 */ .header__cat__item.dropdown a.more-cat {
/* 6671 */     width: 30px;
/* 6672 */     height: 30px;
/* 6673 */     line-height: 30px !important;
/* 6674 */     font-size: 13px;
/* 6675 */     text-align: center;
/* 6676 */     background: #fff;
/* 6677 */     color: #999;
/* 6678 */     border: 1px solid #eee;
/* 6679 */     -webkit-border-radius: 3px;
/* 6680 */     -moz-border-radius: 3px;
/* 6681 */     -ms-border-radius: 3px;
/* 6682 */     -o-border-radius: 3px;
/* 6683 */     border-radius: 3px;
/* 6684 */     margin-right: 8px;
/* 6685 */ }
/* 6686 */
/* 6687 */ .header__cat__item.dropdown.open ul.dropdown-link {
/* 6688 */     display: block;
/* 6689 */ }
/* 6690 */
/* 6691 */ .thunk-cat-tab ul.dropdown-link {
/* 6692 */     position: absolute;
/* 6693 */     top: 100%;
/* 6694 */     right: 8px;
/* 6695 */     z-index: 1000;
/* 6696 */     display: none;
/* 6697 */     float: left;
/* 6698 */     min-width: 160px;
/* 6699 */     padding: 5px 0;
/* 6700 */     margin: 2px 0 0;

/* style.css */

/* 6701 */     list-style: none;
/* 6702 */     font-size: 14px;
/* 6703 */     text-align: left;
/* 6704 */     font-size: 13px;
/* 6705 */     line-height: 20px;
/* 6706 */     background: #ffffff;
/* 6707 */     border: 0;
/* 6708 */     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
/* 6709 */     border-radius: 3px;
/* 6710 */     margin: 0 !important;
/* 6711 */     padding: 0;
/* 6712 */ }
/* 6713 */
/* 6714 */ ul.dropdown-link > li >a {
/* 6715 */     display: block;
/* 6716 */     text-decoration: none;
/* 6717 */     padding: 8px;
/* 6718 */     clear: both;
/* 6719 */     font-weight: normal;
/* 6720 */     line-height: 1.42857143;
/* 6721 */     white-space: nowrap;
/* 6722 */ }
/* 6723 */
/* 6724 */ /*max-mega-menu */
/* 6725 */ .mega-menu-open-shop-main-menu .main-header .sider.main {
/* 6726 */     display: block;
/* 6727 */ }
/* 6728 */
/* 6729 */ .mega-menu-open-shop-main-menu .main-header .menu-toggle, .mega-menu-open-shop-main-menu .main-header .sider.main .menu-close {
/* 6730 */     display: none !important;
/* 6731 */ }
/* 6732 */
/* 6733 */ .mega-menu-open-shop-sticky-menu .sticky-header .sider.main {
/* 6734 */     display: block;
/* 6735 */ }
/* 6736 */
/* 6737 */ .mega-menu-open-shop-sticky-menu .sticky-header .menu-toggle, .mega-menu-open-shop-sticky-menu .sticky-header .sider.main .menu-close {
/* 6738 */     display: none !important;
/* 6739 */ }
/* 6740 */
/* 6741 */ .mega-menu-open-shop-main-menu .main-header .sider.left, .mega-menu-open-shop-main-menu .main-header .sider.right {
/* 6742 */     display: block;
/* 6743 */     position: inherit;
/* 6744 */     top: 0;
/* 6745 */     height: auto;
/* 6746 */     z-index: 999999;
/* 6747 */     width: auto;
/* 6748 */     padding: 0;
/* 6749 */     max-width: 100%;
/* 6750 */     -webkit-box-shadow: none;

/* style.css */

/* 6751 */     box-shadow: none;
/* 6752 */     overflow-x: inherit;
/* 6753 */     overflow-y: inherit;
/* 6754 */     font-size: 15px;
/* 6755 */     background-color: #fff;
/* 6756 */     -webkit-touch-callout: none;
/* 6757 */     user-select: none;
/* 6758 */     -webkit-overflow-scrolling: touch;
/* 6759 */     -webkit-transition: .5s ease-in-out;
/* 6760 */     transition: .5s ease-in-out;
/* 6761 */ }
/* 6762 */
/* 6763 */ .woocommerce #shop-product-wrap .woocommerce-ordering {
/* 6764 */     width: 210px;
/* 6765 */     text-align: right;
/* 6766 */ }
/* 6767 */
/* 6768 */ /*************************************/
/* 6769 */
/* 6770 */ /*Page Template Style*/
/* 6771 */
/* 6772 */ /*************************************/
/* 6773 */
/* 6774 */ /*CONTACT US*/
/* 6775 */ .thunk-contactus-wrapper {
/* 6776 */     display: flex;
/* 6777 */     justify-content: space-between;
/* 6778 */     max-width: 1000px;
/* 6779 */     margin: 0 auto;
/* 6780 */ }
/* 6781 */
/* 6782 */ .thunk-contactus {
/* 6783 */     width: 56%;
/* 6784 */     margin-right: 4%;
/* 6785 */ }
/* 6786 */
/* 6787 */ .thunk-contactus-right {
/* 6788 */     width: 40%;
/* 6789 */     font-size: 16px
/* 6790 */ }
/* 6791 */
/* 6792 */ .thunk-contactus-right p {
/* 6793 */     padding: 10px 0px;
/* 6794 */ }
/* 6795 */
/* 6796 */ .thunk-contactus form h1 {
/* 6797 */     display: none;
/* 6798 */ }
/* 6799 */
/* 6800 */ .thunk-contactus .leadform-show-form .lead-form-front {

/* style.css */

/* 6801 */     padding: 0;
/* 6802 */ }
/* 6803 */
/* 6804 */ /* Faq Accordion CSS */
/* 6805 */ .thunk-accordion .ac {
/* 6806 */     margin-bottom: 30px;
/* 6807 */     overflow: hidden;
/* 6808 */     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
/* 6809 */     box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
/* 6810 */     margin-top: 5px;
/* 6811 */     margin-bottom: 15px;
/* 6812 */ }
/* 6813 */
/* 6814 */ .thunk-accordion .ac > .ac-q {
/* 6815 */     text-decoration: none;
/* 6816 */     cursor: pointer;
/* 6817 */     position: relative;
/* 6818 */     width: 100%;
/* 6819 */     padding: 15px;
/* 6820 */     display: inline-block;
/* 6821 */     background: #fff;
/* 6822 */     transition: all linear 0.15s;
/* 6823 */     font-size: 18px;
/* 6824 */     line-height: 23px;
/* 6825 */     text-decoration: none;
/* 6826 */ }
/* 6827 */
/* 6828 */ .thunk-accordion .ac > .ac-q::after {
/* 6829 */     content: "+";
/* 6830 */     color: #ff0052;
/* 6831 */     font-weight: 600;
/* 6832 */     text-align: center;
/* 6833 */     width: 15px;
/* 6834 */     font-size: 16px;
/* 6835 */     right: 10px;
/* 6836 */     top: 50%;
/* 6837 */     -ms-transform: translate(0, -50%);
/* 6838 */     -webkit-transform: translate(0, -50%);
/* 6839 */     transform: translate(0, -50%);
/* 6840 */     position: absolute;
/* 6841 */ }
/* 6842 */
/* 6843 */ .thunk-accordion .ac > .ac-a {
/* 6844 */     -o-transition-property: all;
/* 6845 */     -o-transition-timing-function: ease;
/* 6846 */     -webkit-transition-property: all;
/* 6847 */     -webkit-transition-timing-function: ease;
/* 6848 */     transition-property: all;
/* 6849 */     transition-timing-function: ease;
/* 6850 */ }

/* style.css */

/* 6851 */
/* 6852 */ .thunk-accordion .ac > .ac-a p {
/* 6853 */     font-size: 14px;
/* 6854 */     line-height: 25px;
/* 6855 */     margin: 0;
/* 6856 */     padding: 15px;
/* 6857 */ }
/* 6858 */
/* 6859 */ .thunk-accordion .ac.active > .ac-q::after {
/* 6860 */     content: "-";
/* 6861 */ }
/* 6862 */
/* 6863 */ .thunk-accordion .faq-sn {
/* 6864 */     font-size: 20px;
/* 6865 */     margin-right: 10px;
/* 6866 */     font-weight: 600;
/* 6867 */     display: none;
/* 6868 */ }
/* 6869 */
/* 6870 */ /* Services CSS Starts*/
/* 6871 */ .thunk-aboutus-page section {
/* 6872 */     margin: 60px 0px;
/* 6873 */ }
/* 6874 */
/* 6875 */ .about-page-wrapper section.thunk-founder {
/* 6876 */     margin-top: 0px;
/* 6877 */ }
/* 6878 */
/* 6879 */ .thunk-aboutus-page {
/* 6880 */     position: relative;
/* 6881 */     overflow: hidden;
/* 6882 */ }
/* 6883 */
/* 6884 */ .thunk-aboutus-page:before {
/* 6885 */     width: 100%;
/* 6886 */     height: 100%;
/* 6887 */     top: 0;
/* 6888 */     left: 0;
/* 6889 */     content: '';
/* 6890 */     position: absolute;
/* 6891 */ }
/* 6892 */
/* 6893 */ .thunk-service-wrapper {
/* 6894 */     display: flex;
/* 6895 */     flex-wrap: wrap;
/* 6896 */ }
/* 6897 */
/* 6898 */ .thunk-service-post {
/* 6899 */     width: 32%;
/* 6900 */     margin-right: 2%;

/* style.css */

/* 6901 */     margin-bottom: 30px;
/* 6902 */ }
/* 6903 */
/* 6904 */ .thunk-service-post:nth-of-type(3n+3) {
/* 6905 */     margin-right: 0;
/* 6906 */ }
/* 6907 */
/* 6908 */ .thunk-service-icon, .thunk-service-title {
/* 6909 */     text-align: center;
/* 6910 */     margin-bottom: 10px;
/* 6911 */ }
/* 6912 */
/* 6913 */ .thunk-service-icon i {
/* 6914 */     font-size: 34px;
/* 6915 */ }
/* 6916 */
/* 6917 */ .thunk-service-title {
/* 6918 */     font-size: 20px;
/* 6919 */     line-height: 27px;
/* 6920 */     font-weight: 400;
/* 6921 */ }
/* 6922 */
/* 6923 */ .thunk-service-description {
/* 6924 */     text-align: center;
/* 6925 */ }
/* 6926 */
/* 6927 */ /* Servives CSS End*/
/* 6928 */
/* 6929 */ /* Founder CSS Starts*/
/* 6930 */ .thunk-founder {
/* 6931 */     background: #fff;
/* 6932 */     background-image: url('image/founder.png');
/* 6933 */     background-size: cover;
/* 6934 */ }
/* 6935 */
/* 6936 */ .thunk-founder .thunk-founder-wrapper {
/* 6937 */     padding: 60px 0;
/* 6938 */     width: 57%;
/* 6939 */     margin-left: auto;
/* 6940 */     text-align: center;
/* 6941 */ }
/* 6942 */
/* 6943 */ .thunk-founder-title {
/* 6944 */     font-size: 24px;
/* 6945 */     line-height: 31px;
/* 6946 */ }
/* 6947 */
/* 6948 */ .thunk-founder-sign {
/* 6949 */     font-style: italic;
/* 6950 */ }

/* style.css */

/* 6951 */
/* 6952 */ .thunk-founder-description {
/* 6953 */     font-size: 14px;
/* 6954 */     line-height: 25px;
/* 6955 */     margin: 30px 0;
/* 6956 */     color: #9c9c9c;
/* 6957 */ }
/* 6958 */
/* 6959 */ /*Testimonial*/
/* 6960 */ .testimonial-post {
/* 6961 */     background-color: transparent;
/* 6962 */     min-height: 250px;
/* 6963 */     max-width: 750px;
/* 6964 */     margin: 0 auto;
/* 6965 */ }
/* 6966 */
/* 6967 */ .testimonial-author {
/* 6968 */     display: flex;
/* 6969 */     flex-direction: column;
/* 6970 */     margin-bottom: 10px;
/* 6971 */     text-align: center;
/* 6972 */ }
/* 6973 */
/* 6974 */ .testimonial-author-image img {
/* 6975 */     border-radius: 50%;
/* 6976 */     max-height: 70px;
/* 6977 */     max-width: 70px;
/* 6978 */     margin: 0 auto;
/* 6979 */ }
/* 6980 */
/* 6981 */ h3.testimonial-name {
/* 6982 */     font-size: 20px;
/* 6983 */     font-weight: 400;
/* 6984 */     line-height: 31px;
/* 6985 */ }
/* 6986 */
/* 6987 */ h5.testimonial-position {
/* 6988 */     color: #666666;
/* 6989 */     font-size: 12px;
/* 6990 */     font-weight: bold;
/* 6991 */     line-height: 23px;
/* 6992 */     letter-spacing: 0;
/* 6993 */ }
/* 6994 */
/* 6995 */ .tetsimonial-content p {
/* 6996 */     margin-bottom: 10px;
/* 6997 */     font-size: 14px;
/* 6998 */     line-height: 25px;
/* 6999 */     text-align: center;
/* 7000 */ }

/* style.css */

/* 7001 */
/* 7002 */ .thunk-testimonials .owl-dots {
/* 7003 */     text-align: center;
/* 7004 */ }
/* 7005 */
/* 7006 */ .thunk-testimonials button.owl-dot {
/* 7007 */     width: 10px;
/* 7008 */     height: 10px;
/* 7009 */     background: #bbbdbb;
/* 7010 */     border-radius: 50%;
/* 7011 */     margin-right: 5px;
/* 7012 */     outline: none;
/* 7013 */ }
/* 7014 */
/* 7015 */ .thunk-testimonials button.owl-dot:focus, .thunk-testimonials button.owl-dot.active {
/* 7016 */     background: #242424;
/* 7017 */ }
/* 7018 */
/* 7019 */ .testimonial-author-image {
/* 7020 */     margin-bottom: 10px;
/* 7021 */ }
/* 7022 */
/* 7023 */ /******************************/
/* 7024 */
/* 7025 */ /*thunk-team-section section start*/
/* 7026 */
/* 7027 */ /******************************/
/* 7028 */ .thunk-aboutus-page .thunk-heading {
/* 7029 */     font-size: 40px;
/* 7030 */     line-height: 51px;
/* 7031 */     margin-bottom: 30px;
/* 7032 */ }
/* 7033 */
/* 7034 */ .thunk-sub-heading {
/* 7035 */     font-size: 21px;
/* 7036 */     line-height: 32px;
/* 7037 */     margin: 30px 0;
/* 7038 */ }
/* 7039 */
/* 7040 */ .thunk-team.no-slider {
/* 7041 */     display: flex;
/* 7042 */     flex-wrap: wrap;
/* 7043 */     justify-content: flex-start;
/* 7044 */ }
/* 7045 */
/* 7046 */ .thunk-team-post {
/* 7047 */     margin-right: 2%;
/* 7048 */     margin-bottom: 30px;
/* 7049 */ }
/* 7050 */

/* style.css */

/* 7051 */ .thunk-team.thunk-four .thunk-team-post {
/* 7052 */     width: 23.5%;
/* 7053 */ }
/* 7054 */
/* 7055 */ .thunk-team.thunk-four .thunk-team-post:nth-of-type(4n+4) {
/* 7056 */     margin-right: 0;
/* 7057 */ }
/* 7058 */
/* 7059 */ .thunk-team-img {
/* 7060 */     position: relative;
/* 7061 */     overflow: hidden;
/* 7062 */ }
/* 7063 */
/* 7064 */ .thunk-team-img img {
/* 7065 */     width: 100%;
/* 7066 */ }
/* 7067 */
/* 7068 */ .thunk-team-img-overlay {
/* 7069 */     position: absolute;
/* 7070 */     top: 0;
/* 7071 */     left: 0px;
/* 7072 */     width: 100%;
/* 7073 */     height: 100%;
/* 7074 */     background: transparent;
/* 7075 */     color: #fff;
/* 7076 */     text-align: center;
/* 7077 */     -webkit-transition: all 0.5s ease;
/* 7078 */     transition: all 0.5s ease;
/* 7079 */ }
/* 7080 */
/* 7081 */ .thunk-team-post:hover .thunk-team-img-overlay {
/* 7082 */     background: rgba(0, 0, 0, 0.6);
/* 7083 */ }
/* 7084 */
/* 7085 */ .thunk-team-post:hover .thunk-team-name, .thunk-team-post:hover .thunk-team-position {
/* 7086 */     color: #fff;
/* 7087 */ }
/* 7088 */
/* 7089 */ .thunk-team-description {
/* 7090 */     margin-top: 50%;
/* 7091 */ }
/* 7092 */
/* 7093 */ .thunk-team-social {
/* 7094 */     width: 100%;
/* 7095 */     display: flex;
/* 7096 */     margin: 0 auto;
/* 7097 */     margin-bottom: 25px;
/* 7098 */     justify-content: center;
/* 7099 */     list-style-type: none;
/* 7100 */ }

/* style.css */

/* 7101 */
/* 7102 */ .thunk-team-social li {
/* 7103 */     cursor: pointer;
/* 7104 */     font-size: 20px;
/* 7105 */     margin: 0 5px;
/* 7106 */     width: 50px;
/* 7107 */     height: 50px;
/* 7108 */     line-height: 50px;
/* 7109 */     border: 1px solid #fff;
/* 7110 */     border-radius: 50%;
/* 7111 */ }
/* 7112 */
/* 7113 */ .thunk-team-description p {
/* 7114 */     color: #fff;
/* 7115 */ }
/* 7116 */
/* 7117 */ .thunk-team-heading {
/* 7118 */     background: #fff;
/* 7119 */     margin-top: 0;
/* 7120 */     padding: 15px 0;
/* 7121 */     margin: -27px 20px 0;
/* 7122 */     display: flex;
/* 7123 */     flex-direction: column;
/* 7124 */     position: relative;
/* 7125 */     text-align: center;
/* 7126 */     z-index: 1;
/* 7127 */     box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
/* 7128 */     -webkit-transition: all 0.5s ease;
/* 7129 */     transition: all 0.5s ease;
/* 7130 */ }
/* 7131 */
/* 7132 */ .thunk-team-post:hover .thunk-team-heading {
/* 7133 */     background: transparent;
/* 7134 */     box-shadow: none;
/* 7135 */ }
/* 7136 */
/* 7137 */ .thunk-team-name {
/* 7138 */     color: #242424;
/* 7139 */     font-weight: 500;
/* 7140 */     text-transform: uppercase;
/* 7141 */     font-size: 25px;
/* 7142 */     margin-bottom: 2px;
/* 7143 */ }
/* 7144 */
/* 7145 */ .thunk-team-position {
/* 7146 */     color: #242424;
/* 7147 */     font-size: 12px;
/* 7148 */     text-transform: capitalize;
/* 7149 */ }
/* 7150 */

/* style.css */

/* 7151 */ .thunk-team-social i, .thunk-team-social li {
/* 7152 */     color: #fff;
/* 7153 */     opacity: 0;
/* 7154 */     -webkit-transform: scale(0.5);
/* 7155 */     transform: scale(0.5);
/* 7156 */ }
/* 7157 */
/* 7158 */ .thunk-team-post:hover .thunk-team-social i, .thunk-team-post:hover .thunk-team-social li {
/* 7159 */     opacity: 1;
/* 7160 */     -webkit-transform: scale(1);
/* 7161 */     transform: scale(1);
/* 7162 */     -webkit-transition: all 0.5s ease;
/* 7163 */     transition: all 0.5s ease;
/* 7164 */ }
/* 7165 */
/* 7166 */ /* Counter CSS Starts*/
/* 7167 */ .thunk-counter-wrapper {
/* 7168 */     display: flex;
/* 7169 */     flex-wrap: wrap;
/* 7170 */     width: 100%;
/* 7171 */ }
/* 7172 */
/* 7173 */ .counter-content {
/* 7174 */     width: 23.5%;
/* 7175 */     text-align: center;
/* 7176 */     border: 1px dashed #cccccc;
/* 7177 */     margin-right: 2%;
/* 7178 */     padding: 20px;
/* 7179 */     margin-bottom: 30px;
/* 7180 */ }
/* 7181 */
/* 7182 */ .counter-content:nth-of-type(4n+4) {
/* 7183 */     margin-right: 0;
/* 7184 */ }
/* 7185 */
/* 7186 */ .thunk-scroller {
/* 7187 */     font-size: 35px;
/* 7188 */     font-weight: 300;
/* 7189 */     line-height: 2;
/* 7190 */     color: #676b67;
/* 7191 */ }
/* 7192 */
/* 7193 */ .thunk-counter-title {
/* 7194 */     font-size: 20px;
/* 7195 */     line-height: 31px;
/* 7196 */ }
/* 7197 */
/* 7198 */ /*sidebar widget font */
/* 7199 */ #sidebar-primary .open-shop-widget-content .wp-block-group .wp-block-group__inner-container h2 {
/* 7200 */     font-size: 16px;

/* style.css */

/* 7201 */ }
/* 7202 */
/* 7203 */ #sidebar-primary .widget.widget_block .open-shop-widget-content h2 {
/* 7204 */     font-size: 16px;
/* 7205 */ }
/* 7206 */
/* 7207 */ /*footer widget font*/
/* 7208 */ .top-footer .widget.widget_block h2, .widget-footer .widget.widget_block h2, .below-footer .widget.widget_block h2 {
/* 7209 */     font-size: 16px;
/* 7210 */ }
/* 7211 */
/* 7212 */ /* th advance product search */
/* 7213 */ .below-header-col2 a.plugin-active-msg{
/* 7214 */     background-color: #5662eb;
/* 7215 */     display: block;
/* 7216 */     font-size: 14px;
/* 7217 */     padding: 5px;
/* 7218 */     color: #fff;
/* 7219 */     border-radius: 5px;
/* 7220 */     width: 60%;
/* 7221 */     margin-left: 20%;
/* 7222 */     text-align: center;
/* 7223 */ }
/* 7224 */ .below-header-col2 a.plugin-active-msg:hover{
/* 7225 */ text-decoration: underline !important;
/* 7226 */ }
/* 7227 */
/* 7228 */ /*Th product compare plugin */
/* 7229 */ .woocommerce .entry-summary .th-product-compare-btn-wrap {
/* 7230 */     display: inline-block;
/* 7231 */ }
/* 7232 */   .th-product-compare-btn {
/* 7233 */     margin: 0;
/* 7234 */     display: inline-block;
/* 7235 */ }
/* 7236 */ /*.thunk-compare .th-product-compare-btn{
/* 7237 *|     margin: 0;
/* 7238 *| }*/
/* 7239 */ /* All in one woo cart */
/* 7240 */ .thunk-icon .taiowc-icon svg, .thunk-icon .taiowc-icon img {
/* 7241 */ /*    width: 1.4rem;*/
/* 7242 */ }
/* 7243 */
/* 7244 */ .thunk-icon .cart-icon .taiowc-cart-item,.thunk-icon .taiowc-content .taiowc-total {
/* 7245 */     background: transparent;
/* 7246 */     color: inherit;
/* 7247 */ }
/* 7248 */ .cart-plugin-active-msg{
/* 7249 */ display: table-cell;
/* 7250 */     padding-top: 10px;

/* style.css */

/* 7251 */ }
/* 7252 */
/* 7253 */ .thunk-icon .cart-icon {
/* 7254 */     padding:0.8rem;
/* 7255 */ }
/* 7256 */ header .thunk-icon .cart-icon{
/* 7257 */     padding: 0!important;
/* 7258 */     background: transparent!important;
/* 7259 */ }
/* 7260 */ .sticky-header .thunk-icon .cart-icon{
/* 7261 */     padding: 0;
/* 7262 */ }
/* 7263 */ header .cart-icon{
/* 7264 */     max-height: 49px;
/* 7265 */ }
/* 7266 */  .woocommerce .th-compare-output-product a.button.product_type_simple{
/* 7267 */ width:auto;
/* 7268 */ }
/* 7269 */
/* 7270 */ .wc-item-meta .wc-item-meta-label, .wc-item-meta dt, dl.variation .wc-item-meta-label, dl.variation dt {
/* 7271 */     float: left;
/* 7272 */     clear: both;
/* 7273 */     margin-right: 0.25rem;
/* 7274 */     margin-top: 0;
/* 7275 */     list-style: none outside;
/* 7276 */     font-weight: 400;
/* 7277 */ }
/* 7278 */
/* 7279 */ .taiowcp-cart-model dd,
/* 7280 */ .taiowc-cart-model dd,
/* 7281 */ .taiowcp-cart-model dd p,
/* 7282 */ .taiowc-cart-model dd p {
/* 7283 */     margin: 0;
/* 7284 */     display: flex;
/* 7285 */     padding: 0;
/* 7286 */     line-height: normal;
/* 7287 */ }
/* 7288 */ .sticky-header-col3 .cart-icon .taiowc-content .taiowc-total, .sticky-header-col3 .thunk-icon .cart-icon .taiowc-content .taiowcp-total, .sticky-header-col3 .thunk-icon .cart-icon .taiowc-icon .th-icon, .sticky-header-col3 .thunk-icon .cart-icon .taiowcp-content .taiowcp-total, .sticky-header-col3 .thunk-icon .cart-icon .taiowcp-icon .th-icon {
/* 7289 */     color: #111;
/* 7290 */ }
/* 7291 */
/* 7292 */
/* 7293 */ .sticky-header .header-icon a i, .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i {
/* 7294 */     font-size: 18px;
/* 7295 */ }
/* 7296 */ .sticky-header-col3 .tapsp-search-box .th-icon, .sticky-header-col3 .thaps-search-box .th-icon {
/* 7297 */     font-size: 18px;
/* 7298 */     height: 35px;
/* 7299 */     width: 35px;
/* 7300 */     line-height: 35px;

/* style.css */

/* 7301 */     text-align: center;
/* 7302 */     font-weight: 700;
/* 7303 */ }
/* 7304 */
/* 7305 */ .sticky-header-col3 .tapsp-search-box,.sticky-header-col3 .thaps-search-box  {
/* 7306 */     max-width: inherit;
/* 7307 */     min-width: auto;
/* 7308 */ }
/* 7309 */ .woocommerce .entry-summary a.th-product-compare-btn:before {
/* 7310 */     content: "\e917";
/* 7311 */     font-family: th-icon;
/* 7312 */     display: block;
/* 7313 */     color: #9c9c9c;
/* 7314 */     font-size: 13px;
/* 7315 */     padding: 0;
/* 7316 */     display: flex;
/* 7317 */     align-items: center;
/* 7318 */     justify-content: center;
/* 7319 */     width: 100%;
/* 7320 */ }
/* 7321 */ .woocommerce .entry-summary a.th-product-compare-btn.loading::after {
/* 7322 */     top: 5px;
/* 7323 */     right: 0;
/* 7324 */     left: 6px;
/* 7325 */ }
/* 7326 */ .woocommerce .entry-summary a.th-product-compare-btn .icon,
/* 7327 */ .woocommerce .entry-summary a.th-product-compare-btn .text{
/* 7328 */     display: none;
/* 7329 */ }
/* 7330 */ .wp-block-latest-comments__comment{
/* 7331 */   line-height: inherit;
/* 7332 */ }
/* 7333 */ .single-product .variations_form{
/* 7334 */     width: 100%;
/* 7335 */ }
/* 7336 */ /*    THWL WISHLIST          */
/* 7337 */ .thunk-product .th-product-compare-btn-wrap .th-product-compare-btn{
/* 7338 */   background: transparent!important;
/* 7339 */   padding: 0;
/* 7340 */   font-weight: initial;
/* 7341 */   margin: 0 0 0 5px!important;
/* 7342 */ }
/* 7343 */ .thunk-product-hover{
/* 7344 */   display: flex;
/* 7345 */   flex-wrap: wrap;
/* 7346 */   align-items: center;
/* 7347 */   justify-content: center;
/* 7348 */ }
/* 7349 */ .thunk-product .thunk-compare{
/* 7350 */   margin-left: 0;

/* style.css */

/* 7351 */   margin-right: 0;
/* 7352 */ }
/* 7353 */ .thunk-product .th-product-compare-btn .text{
/* 7354 */   margin-left: 0;
/* 7355 */ }
/* 7356 */ .thunk-product-wrap .th-product-compare-btn.icon_type .icon{
/* 7357 */     margin-right: 5px;
/* 7358 */ }
/* 7359 */ .th-product-compare-btn.icon_type:hover:after{
/* 7360 */     display: none;
/* 7361 */ }
/* 7362 */ .thunk-product-wrap .th-product-compare-btn.checkbox_type{
/* 7363 */     font-size: 12px;
/* 7364 */ }
/* 7365 */ .thunk-product-wrap .th-product-compare-btn.checkbox_type > span::before{
/* 7366 */     width: 16px;
/* 7367 */     height: 16px;
/* 7368 */ }
/* 7369 */  .th-product-compare-btn.checkbox_type > span{
/* 7370 */         padding-left: 21px!important;
/* 7371 */     }
/* 7372 */     .header-icon .tooltip{
/* 7373 */   position: absolute;
/* 7374 */   top: -27px;
/* 7375 */   left: 50%;
/* 7376 */   transform: translateX(-50%);
/* 7377 */   opacity: 0;
/* 7378 */   visibility: hidden;
/* 7379 */   background: #f7f8f9;
/* 7380 */     padding: 5px 9px;
/* 7381 */     border-radius: 4px;
/* 7382 */     line-height: initial;
/* 7383 */ }
/* 7384 */ .header-icon a:hover .tooltip{
/* 7385 */   opacity: 1;
/* 7386 */   visibility: visible;
/* 7387 */ }
/* 7388 */ .header-icon .tooltip{
/* 7389 */     display: none;
/* 7390 */ }
/* 7391 */ .cat-toggle svg{
/* 7392 */     font-size: 21px;
/* 7393 */ }
/* 7394 */    .woocommerce div.product form.cart.variations_form{
/* 7395 */   flex-direction: column;
/* 7396 */   align-items: anchor-center;
/* 7397 */ }
/* 7398 */ @media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2)  and (orientation:landscape) {
/* 7399 */     .thunk-product-hover {
/* 7400 */         position: relative;

/* style.css */

/* 7401 */         transform: translate(0);
/* 7402 */         -webkit-transform: translate(0);
/* 7403 */         -ms-transform: translate(0);
/* 7404 */         -o-transform: translate(0);
/* 7405 */         opacity: 1;
/* 7406 */         visibility: visible;
/* 7407 */         padding-bottom: 10px;
/* 7408 */         top: 0;
/* 7409 */         border: 0;
/* 7410 */     }
/* 7411 */
/* 7412 */     .thunk-product-hover::before {
/* 7413 */         height: 0px;
/* 7414 */     }
/* 7415 */
/* 7416 */     .thunk-product:hover .thunk-product-hover {
/* 7417 */         top: 0;
/* 7418 */     }
/* 7419 */
/* 7420 */     .thunk-product:hover .thunk-product-hover {
/* 7421 */         box-shadow: none;
/* 7422 */     }
/* 7423 */
/* 7424 */     .thunk-quickview {
/* 7425 */         display: none;
/* 7426 */     }
/* 7427 */
/* 7428 */     #thunk-feature-product-tab .tab-content .thunk-wishlist, #thunk-feature-product-tab .tab-content .thunk-compare {
/* 7429 */         float: none;
/* 7430 */     }
/* 7431 */
/* 7432 */     .cat-layout-3 .cat-content-3 .hover-area {
/* 7433 */         -webkit-transform: translateY(0%) translateZ(0);
/* 7434 */         transform: translateY(0%) translateZ(0);
/* 7435 */     }
/* 7436 */
/* 7437 */
/* 7438 */
/* 7439 */ }
/* 7440 */
/* 7441 */ @media screen and (max-width:1200px) {
/* 7442 */
/* 7443 */     /*hedaer*/
/* 7444 */     .below-header-col2 {
/* 7445 */         width: 52%;
/* 7446 */     }
/* 7447 */
/* 7448 */     .below-header-col3 {
/* 7449 */         width: auto;
/* 7450 */         float: right;

/* style.css */

/* 7451 */     }
/* 7452 */
/* 7453 */ }
/* 7454 */
/* 7455 */ @media screen and (max-width:1024px) {
/* 7456 */
/* 7457 */ .thunk-product-cat-list > li > ul.sub-menu li > a > .arrow:before{
/* 7458 */     content: "\f107";
/* 7459 */ }
/* 7460 */ .thunk-product-cat-list ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before{
/* 7461 */     content: "\f106";
/* 7462 */ }
/* 7463 */     .thunk-icon .taiowc-content .taiowc-total,
/* 7464 */     .thunk-icon .taiowcp-content .taiowcp-total {
/* 7465 */     margin-left: 0;
/* 7466 */ }
/* 7467 */     .main-header-col2 {
/* 7468 */         order: 3;
/* 7469 */         width: auto;
/* 7470 */         flex: 1;
/* 7471 */     }
/* 7472 */
/* 7473 */     .main-header-col3 {
/* 7474 */         order: 2;
/* 7475 */         width: auto;
/* 7476 */         flex: 12;
/* 7477 */     }
/* 7478 */
/* 7479 */     .main-header-col1 {
/* 7480 */         width: auto;
/* 7481 */     }
/* 7482 */
/* 7483 */     .sticky-header-col1, .sticky-header-col2, .sticky-header-col3 {
/* 7484 */         width: auto;
/* 7485 */     }
/* 7486 */
/* 7487 */     .sticky-header-col2 {
/* 7488 */         order: 3;
/* 7489 */         width: auto;
/* 7490 */     }
/* 7491 */
/* 7492 */     .sticky-header-col3 {
/* 7493 */         order: 2;
/* 7494 */         flex: 12;
/* 7495 */     }
/* 7496 */
/* 7497 */     .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents {
/* 7498 */         margin-right: 5px;
/* 7499 */     }
/* 7500 */

/* style.css */

/* 7501 */     .sticky-header {
/* 7502 */         visibility: inherit;
/* 7503 */         opacity: inherit;
/* 7504 */         display: none;
/* 7505 */     }
/* 7506 */
/* 7507 */     .sticky-header.stick {
/* 7508 */         visibility: inherit;
/* 7509 */         opacity: inherit;
/* 7510 */         display: block;
/* 7511 */     }
/* 7512 */
/* 7513 */     /*header icon*/
/* 7514 */     .thunk-icon .cart-icon a.cart-contents {
/* 7515 */         position: relative;
/* 7516 */         padding: 0;
/* 7517 */         width: auto;
/* 7518 */         text-align: center;
/* 7519 */         height: 49px;
/* 7520 */         width: 49px;
/* 7521 */         line-height: 49px;
/* 7522 */         background: #f7f8f9;
/* 7523 */         color: #1c1d1e;
/* 7524 */         padding: 0;
/* 7525 */         margin: 0;
/* 7526 */         -webkit-border-radius: 4px;
/* 7527 */         -moz-border-radius: 4px;
/* 7528 */         border-radius: 4px;
/* 7529 */         font-size: 15px;
/* 7530 */         font-weight: bold;
/* 7531 */     }
/* 7532 */
/* 7533 */     header .count-item {
/* 7534 */         position: absolute;
/* 7535 */         top: -9px;
/* 7536 */         right: 0;
/* 7537 */         background: #141415;
/* 7538 */         color: #fff;
/* 7539 */         width: 20px;
/* 7540 */         height: 20px;
/* 7541 */         line-height: 20px;
/* 7542 */         border-radius: 100%;
/* 7543 */         font-size: 10px;
/* 7544 */         text-align: center;
/* 7545 */     }
/* 7546 */
/* 7547 */     .woocommerce header .woocommerce-Price-amount.amount, .woocommerce header .item {
/* 7548 */         display: none;
/* 7549 */     }
/* 7550 */

/* style.css */

/* 7551 */     .thunk-icon .cart-icon a.cart-contents i {
/* 7552 */         position: relative;
/* 7553 */         left: auto;
/* 7554 */         top: auto;
/* 7555 */         z-index: 9;
/* 7556 */         padding-right: 0;
/* 7557 */         border-right: 0;
/* 7558 */         -webkit-transform: inherit;
/* 7559 */         -moz-transform: inherit;
/* 7560 */         transform: inherit;
/* 7561 */     }
/* 7562 */
/* 7563 */
/* 7564 */
/* 7565 */     .thunk-icon .cart-icon a.cart-contents i {
/* 7566 */         border-right: none !important;
/* 7567 */     }
/* 7568 */
/* 7569 */     .taiowc-content .taiowc-total {
/* 7570 */        margin-left: 0;
/* 7571 */     }
/* 7572 */     /*header-one*/
/* 7573 */     .mhdrone .main-header-col1 {
/* 7574 */         order: 3;
/* 7575 */         width: auto;
/* 7576 */     }
/* 7577 */
/* 7578 */     .mhdrone .main-header-col2 {
/* 7579 */         order: 1;
/* 7580 */         width: auto;
/* 7581 */     }
/* 7582 */
/* 7583 */     .mhdrone .menu-toggle .menu-btn {
/* 7584 */         float: left;
/* 7585 */     }
/* 7586 */
/* 7587 */     .mhdrthree.center .below-header-col2 {
/* 7588 */         width: auto;
/* 7589 */         float: right;
/* 7590 */     }
/* 7591 */
/* 7592 */     .mhdrthree .menu-toggle .menu-btn {
/* 7593 */         display: flex;
/* 7594 */         height: 45px;
/* 7595 */         width: 45px;
/* 7596 */         line-height: 45px;
/* 7597 */         background: #f7f8f9;
/* 7598 */         color: #1c1d1e;
/* 7599 */         padding: 0;
/* 7600 */         margin: 0;

/* style.css */

/* 7601 */         -webkit-border-radius: 4px;
/* 7602 */         -moz-border-radius: 4px;
/* 7603 */         border-radius: 4px;
/* 7604 */         font-size: 15px;
/* 7605 */         font-weight: bold;
/* 7606 */     }
/* 7607 */
/* 7608 */     .mhdrthree .menu-toggle .menu-btn .btn {
/* 7609 */         margin: 0 auto;
/* 7610 */     }
/* 7611 */
/* 7612 */     .mhdrthree .main-header-col1, .mhdrthree .main-header-col2, .mhdrthree .main-header-col3 {
/* 7613 */         order: inherit;
/* 7614 */     }
/* 7615 */
/* 7616 */     .mhdrthree .main-header-col3 {
/* 7617 */         width: 25%;
/* 7618 */     }
/* 7619 */
/* 7620 */     .mhdrthree .main-header-col2 {
/* 7621 */         width: 54%;
/* 7622 */         flex: auto;
/* 7623 */     }
/* 7624 */
/* 7625 */     /********************/
/* 7626 */
/* 7627 */     /*product style*/
/* 7628 */
/* 7629 */     /********************/
/* 7630 */     .thunk-slide .owl-stage-outer {
/* 7631 */         padding: 6px 6px 0px !important;
/* 7632 */         margin: -6px -6px 0px !important;
/* 7633 */     }
/* 7634 */
/* 7635 */     .thunk-product-hover {
/* 7636 */         position: relative;
/* 7637 */         transform: translate(0);
/* 7638 */         -webkit-transform: translate(0);
/* 7639 */         -ms-transform: translate(0);
/* 7640 */         -o-transform: translate(0);
/* 7641 */         opacity: 1;
/* 7642 */         visibility: visible;
/* 7643 */         padding-bottom: 10px;
/* 7644 */         top: 0;
/* 7645 */         border: 0;
/* 7646 */     }
/* 7647 */
/* 7648 */     .thunk-product-hover::before {
/* 7649 */         height: 0px;
/* 7650 */     }

/* style.css */

/* 7651 */
/* 7652 */     .thunk-product:hover .thunk-product-hover {
/* 7653 */         top: 0;
/* 7654 */     }
/* 7655 */
/* 7656 */     .thunk-product:hover .thunk-product-hover {
/* 7657 */         box-shadow: none;
/* 7658 */     }
/* 7659 */
/* 7660 */     .thunk-quickview {
/* 7661 */         display: none;
/* 7662 */     }
/* 7663 */
/* 7664 */     #thunk-feature-product-tab .tab-content .thunk-wishlist, #thunk-feature-product-tab .tab-content .thunk-compare {
/* 7665 */         float: none;
/* 7666 */     }
/* 7667 */
/* 7668 */     .cat-layout-3 .cat-content-3 .hover-area {
/* 7669 */         -webkit-transform: translateY(0%) translateZ(0);
/* 7670 */         transform: translateY(0%) translateZ(0);
/* 7671 */     }
/* 7672 */
/* 7673 */     .thunk-slide .owl-nav {
/* 7674 */         position: absolute;
/* 7675 */         top: -52px !important;
/* 7676 */     }
/* 7677 */
/* 7678 */     .thunk-cat-tab .thunk-heading-wrap .tab-head, .thunk-cat-tab .thunk-heading-wrap .thunk-heading {
/* 7679 */         width: 100%;
/* 7680 */         text-align: left;
/* 7681 */     }
/* 7682 */
/* 7683 */     .thunk-heading-wrap {
/* 7684 */         display: block;
/* 7685 */     }
/* 7686 */
/* 7687 */     .thunk-product-hover {
/* 7688 */         position: relative;
/* 7689 */         transform: translate(0);
/* 7690 */         -webkit-transform: translate(0);
/* 7691 */         -ms-transform: translate(0);
/* 7692 */         -o-transform: translate(0);
/* 7693 */         opacity: 1;
/* 7694 */         visibility: visible;
/* 7695 */         padding-bottom: 10px;
/* 7696 */         top: 0;
/* 7697 */         border: 0;
/* 7698 */     }
/* 7699 */
/* 7700 */     .thunk-product-hover::before {

/* style.css */

/* 7701 */         height: 0px;
/* 7702 */     }
/* 7703 */
/* 7704 */     .thunk-product:hover .thunk-product-hover {
/* 7705 */         top: 0;
/* 7706 */     }
/* 7707 */
/* 7708 */     .thunk-product:hover .thunk-product-hover {
/* 7709 */         box-shadow: none;
/* 7710 */     }
/* 7711 */
/* 7712 */     .thunk-quickview {
/* 7713 */         display: none;
/* 7714 */     }
/* 7715 */
/* 7716 */     #thunk-feature-product-tab .tab-content .thunk-wishlist, #thunk-feature-product-tab .tab-content .thunk-compare {
/* 7717 */         float: none;
/* 7718 */     }
/* 7719 */
/* 7720 */     .cat-layout-3 .cat-content-3 .hover-area {
/* 7721 */         -webkit-transform: translateY(0%) translateZ(0);
/* 7722 */         transform: translateY(0%) translateZ(0);
/* 7723 */     }
/* 7724 */     .summary .yith-add-to-wishlist-button-block--single{
/* 7725 */         clear: both;
/* 7726 */     }
/* 7727 */     .thunk-list-view .thunk-product .thunk-product-image{
/* 7728 */         max-width: 175px;
/* 7729 */     }
/* 7730 */ }
/* 7731 */
/* 7732 */ @media screen and (min-width:981px) and (max-width:1023px) {
/* 7733 */     .sidebar-content-area, .below-header-col1 {
/* 7734 */         width: 25%;
/* 7735 */     }
/* 7736 */
/* 7737 */     .primary-content-area {
/* 7738 */         width: 73.5%;
/* 7739 */     }
/* 7740 */
/* 7741 */ }
/* 7742 */
/* 7743 */ @media screen and (min-width:768px) and (max-width:980px) {
/* 7744 */     .sidebar-content-area, .below-header-col1 {
/* 7745 */         width: 27%;
/* 7746 */     }
/* 7747 */
/* 7748 */     .primary-content-area {
/* 7749 */         width: 70.5%;
/* 7750 */     }

/* style.css */

/* 7751 */
/* 7752 */     #search-button {
/* 7753 */         font-size: 0;
/* 7754 */         width: 45px;
/* 7755 */     }
/* 7756 */
/* 7757 */     .search-wrapper #search-button {
/* 7758 */         width: 65px;
/* 7759 */     }
/* 7760 */
/* 7761 */
/* 7762 */     .thunk-highlight-col {
/* 7763 */         width: 50%;
/* 7764 */     }
/* 7765 */
/* 7766 */     .thunk-highlight-col:nth-child(2) {
/* 7767 */         border: none
/* 7768 */     }
/* 7769 */
/* 7770 */
/* 7771 */ }
/* 7772 */
/* 7773 */ @media screen and (max-width:850px) {
/* 7774 */     .below-header-col1 {
/* 7775 */         width: auto;
/* 7776 */     }
/* 7777 */
/* 7778 */     .menu-category-list ul[data-menu-style="vertical"] {
/* 7779 */         position: absolute;
/* 7780 */         float: none;
/* 7781 */         width: 240px !important;
/* 7782 */         z-index: 999;
/* 7783 */         display: none;
/* 7784 */     }
/* 7785 */
/* 7786 */     .menu-category-list .toggle-title, .menu-category-list .toggle-icon {
/* 7787 */         display: none;
/* 7788 */     }
/* 7789 */
/* 7790 */     .toggle-cat-wrap {
/* 7791 */         padding: 0;
/* 7792 */         height: 45px;
/* 7793 */         line-height: 45px;
/* 7794 */         width: 45px;
/* 7795 */         text-align: center;
/* 7796 */         -webkit-border-radius: 4px;
/* 7797 */         -moz-border-radius: 4px;
/* 7798 */         border-radius: 4px;
/* 7799 */     }
/* 7800 */

/* style.css */

/* 7801 */     .cat-toggle {
/* 7802 */         display: inline-flex;
/* 7803 */     }
/* 7804 */
/* 7805 */     #search-button {
/* 7806 */         font-size: 0;
/* 7807 */         width: 45px;
/* 7808 */     }
/* 7809 */
/* 7810 */     .below-header-col2 {
/* 7811 */         width: 57%;
/* 7812 */         float: left;
/* 7813 */         margin-left: 10px;
/* 7814 */     }
/* 7815 */
/* 7816 */     #search-box form {
/* 7817 */         width: 100%;
/* 7818 */     }
/* 7819 */
/* 7820 */     .below-header-col3 {
/* 7821 */         float: right;
/* 7822 */     }
/* 7823 */
/* 7824 */     .mhdrthree .main-header-col3 {
/* 7825 */         display: none;
/* 7826 */     }
/* 7827 */
/* 7828 */     .mhdrthree .main-header-col2 {
/* 7829 */         width: auto;
/* 7830 */         flex: auto;
/* 7831 */     }
/* 7832 */
/* 7833 */     .mhdrthree #search-box form {
/* 7834 */         width: 88%;
/* 7835 */         margin: 0;
/* 7836 */         float: right;
/* 7837 */     }
/* 7838 */
/* 7839 */     /*wishlist and compare icon*/
/* 7840 */     .thunk-wishlist .yith-wcwl-add-button a.add_to_wishlist,
/* 7841 */      .thunk-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
/* 7842 */       .thunk-compare .compare-button a.compare.button{
/* 7843 */         font-size: 0;
/* 7844 */         letter-spacing: normal;
/* 7845 */     }
/* 7846 */
/* 7847 */     .thunk-wishlist .yith-wcwl-add-button > a i, .thunk-compare .compare-button a:before, .thunk-product .yith-wcwl-wishlistaddedbrowse.show:before {
/* 7848 */         font-size: 12px;
/* 7849 */         margin: 0;
/* 7850 */         padding: 0;

/* style.css */

/* 7851 */         line-height: 25px;
/* 7852 */     }
/* 7853 */
/* 7854 */     .thunk-wishlist a::after {
/* 7855 */         margin: 0;
/* 7856 */     }
/* 7857 */
/* 7858 */     .thunk-wishlist, .thunk-compare {
/* 7859 */         width: auto;
/* 7860 */         height: 25px;
/* 7861 */         line-height: 25px;
/* 7862 */         text-align: center;
/* 7863 */         margin-top: 10px;
/* 7864 */     }
/* 7865 */       .thunk-wishlist a .thw-icon {
/* 7866 */   font-size: 12px;
/* 7867 */ }
/* 7868 */     .thunk-product .yith-wcwl-wishlistexistsbrowse:before, .thunk-product .yith-wcwl-wishlistaddedbrowse:before {
/* 7869 */         margin: 0;
/* 7870 */     }
/* 7871 */
/* 7872 */     .thunk-wishlist a, .thunk-compare a,.thunk-compare .compare-button a {
/* 7873 */         font-size: 0;
/* 7874 */         margin: 0;
/* 7875 */         display: inline-flex;
/* 7876 */         gap: 2px;
/* 7877 */     }
/* 7878 */
/* 7879 */     .thunk-wishlist {
/* 7880 */         margin-left: 0px;
/* 7881 */         margin-right: 5px;
/* 7882 */     }
/* 7883 */
/* 7884 */     .thmk-woocommerce-search-wrap-submit #search-button i {
/* 7885 */         display: inline-block;
/* 7886 */         font-size: 15px;
/* 7887 */         line-height: 33px;
/* 7888 */     }
/* 7889 */
/* 7890 */     .thmk-woocommerce-search-wrap.loading .thmk-woocommerce-search-wrap-submit #search-button i {
/* 7891 */         display: none;
/* 7892 */     }
/* 7893 */
/* 7894 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-result {
/* 7895 */     width: 87%;
/* 7896 */ }
/* 7897 */     .summary .yith-add-to-wishlist-button-block--single{
/* 7898 */         clear: initial;
/* 7899 */     }
/* 7900 */ }

/* style.css */

/* 7901 */
/* 7902 */ @media screen and (max-width:768px) {
/* 7903 */
/* 7904 */     /*typography*/
/* 7905 */     h1 {
/* 7906 */         font-size: 22px;
/* 7907 */         line-height: 36px;
/* 7908 */     }
/* 7909 */
/* 7910 */     h2 {
/* 7911 */         font-size: 20px;
/* 7912 */         line-height: 33px;
/* 7913 */     }
/* 7914 */
/* 7915 */     h3 {
/* 7916 */         font-size: 18px;
/* 7917 */         line-height: 29px;
/* 7918 */     }
/* 7919 */
/* 7920 */     h4 {
/* 7921 */         font-size: 16px;
/* 7922 */         line-height: 27px;
/* 7923 */     }
/* 7924 */
/* 7925 */     h5 {
/* 7926 */         font-size: 16px;
/* 7927 */         line-height: 25px;
/* 7928 */     }
/* 7929 */
/* 7930 */     h6 {
/* 7931 */         font-size: 15px;
/* 7932 */         line-height: 23px;
/* 7933 */     }
/* 7934 */
/* 7935 */     .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
/* 7936 */         width: 48%;
/* 7937 */         float: left;
/* 7938 */         clear: both;
/* 7939 */         margin: 0 0 0.5em;
/* 7940 */     }
/* 7941 */
/* 7942 */     /*single page*/
/* 7943 */     .page-head .breadcrumb-trail.breadcrumbs {
/* 7944 */         flex: inherit;
/* 7945 */     }
/* 7946 */
/* 7947 */     .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
/* 7948 */         float: left;
/* 7949 */         width: 100%;
/* 7950 */         clear: none;

/* style.css */

/* 7951 */         text-align: start;
/* 7952 */         margin-bottom: 0;
/* 7953 */     }
/* 7954 */
/* 7955 */     .woocommerce div.product .flex-viewport {
/* 7956 */         width: 100%;
/* 7957 */         float: right;
/* 7958 */     }
/* 7959 */
/* 7960 */     .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
/* 7961 */         margin-right: 1em;
/* 7962 */         margin-bottom: 1em;
/* 7963 */         margin-top: 1em;
/* 7964 */     }
/* 7965 */
/* 7966 */     .woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
/* 7967 */         width: 100%;
/* 7968 */     }
/* 7969 */
/* 7970 */     .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
/* 7971 */         width: 25%;
/* 7972 */     }
/* 7973 */
/* 7974 */     /*checkout*/
/* 7975 */     .woocommerce-checkout>.col2-set {
/* 7976 */         float: left;
/* 7977 */         width: 100%;
/* 7978 */     }
/* 7979 */
/* 7980 */     .woocommerce-checkout #order_review {
/* 7981 */         float: left;
/* 7982 */         width: 100%;
/* 7983 */     }
/* 7984 */
/* 7985 */     .thunk-highlight-col {
/* 7986 */         width: 50%;
/* 7987 */     }
/* 7988 */
/* 7989 */     .cat-list a span {
/* 7990 */         font-size: 13px;
/* 7991 */     }
/* 7992 */
/* 7993 */     .cat-layout-3 .cat-content-3 .hover-area .cat-title {
/* 7994 */         font-size: 13px;
/* 7995 */     }
/* 7996 */
/* 7997 */     .prd-total-number {
/* 7998 */         font-size: 11PX;
/* 7999 */     }
/* 8000 */

/* style.css */

/* 8001 */     .thunk-related-links .nav-links a {
/* 8002 */         font-size: 12px;
/* 8003 */     }
/* 8004 */
/* 8005 */     .prd-total-number {
/* 8006 */         display: none;
/* 8007 */     }
/* 8008 */
/* 8009 */     .page-head h1 {
/* 8010 */         width: 100%;
/* 8011 */     }
/* 8012 */
/* 8013 */     .woocommerce #content table.cart td.actions .coupon .input-text+.button {
/* 8014 */         margin: 0;
/* 8015 */     }
/* 8016 */
/* 8017 */     /*top-slide*/
/* 8018 */     .slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
/* 8019 */         flex: 0 0 100%;
/* 8020 */         max-width: 100%;
/* 8021 */         padding-right: 0;
/* 8022 */     }
/* 8023 */
/* 8024 */     .slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
/* 8025 */         flex: 0 0 100%;
/* 8026 */         max-width: 100%;
/* 8027 */         padding-left: 0;
/* 8028 */     }
/* 8029 */
/* 8030 */     .thunk-3-add-content .thunk-row {
/* 8031 */         -ms-flex: 0 0 33.33%;
/* 8032 */         flex: 0 0 33.33%;
/* 8033 */         max-width: 100%;
/* 8034 */         margin-bottom: 0;
/* 8035 */         padding-top: 15px;
/* 8036 */         padding-left: 7.5px;
/* 8037 */         padding-right: 7.5px;
/* 8038 */     }
/* 8039 */
/* 8040 */     .slide-layout-3 .thunk-3-add-content {
/* 8041 */         flex-wrap: inherit;
/* 8042 */         margin-right: -7.5px;
/* 8043 */         margin-left: -7.5px;
/* 8044 */     }
/* 8045 */
/* 8046 */     .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
/* 8047 */         background-color: transparent;
/* 8048 */     }
/* 8049 */
/* 8050 */     .thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2, .thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4 {

/* style.css */

/* 8051 */         width: 50%;
/* 8052 */         margin: 7.5px 0px;
/* 8053 */     }
/* 8054 */
/* 8055 */     .thnk-col-3-1-2 .widget-footer-col1, .thnk-col-3-1-2 .widget-footer-col2, .thnk-col-3-1-2 .widget-footer-col3, .thnk-col-3-2-1-2 .widget-footer-col1, .thnk-col-3-2-1-2 .widget-footer-col2, .thnk-col-3-2-1-2 .widget-footer-col3 {
/* 8056 */         width: 33.33%;
/* 8057 */     }
/* 8058 */
/* 8059 */     .thnk-col-2-1-2 .widget-footer-col1, .thnk-col-2-1-2 .widget-footer-col2, .thnk-col-2-2-1 .widget-footer-col1, .thnk-col-2-2-1 .widget-footer-col2 {
/* 8060 */         width: 50%;
/* 8061 */     }
/* 8062 */
/* 8063 */     .product-slide-one-widget .slide-wrap {
/* 8064 */         width: calc(100% - 38%);
/* 8065 */         position: relative;
/* 8066 */     }
/* 8067 */
/* 8068 */     .product-slide-one-widget .widget-content-wrap {
/* 8069 */         width: 38%;
/* 8070 */     }
/* 8071 */
/* 8072 */
/* 8073 */ }
/* 8074 */
/* 8075 */ @media screen and (max-width:767px) {
/* 8076 */     .thunk-icon .cart-icon{
/* 8077 */         padding: 0;
/* 8078 */     }
/* 8079 */     .thunk-product-wrap .th-product-compare-btn.checkbox_type > span::before{
/* 8080 */         width: 12px;
/* 8081 */         height: 12px;
/* 8082 */         border-width: 1px;
/* 8083 */     }
/* 8084 */     .th-product-compare-btn.checkbox_type > span{
/* 8085 */         padding-left: 16px!important;
/* 8086 */     }
/* 8087 */     .thunk-product .yith-wcwl-add-to-wishlist-button:before{
/* 8088 */         font-size: 12px;
/* 8089 */     }
/* 8090 */     .thunk-product-content, .thunk-product-hover{
/* 8091 */         padding: 0 5px;
/* 8092 */     }
/* 8093 */     .menu-category-list ul[data-menu-style="accordion"] {
/* 8094 */         position: absolute;
/* 8095 */         float: none;
/* 8096 */         width: 150px !important;
/* 8097 */         z-index: 999;
/* 8098 */         display: none;
/* 8099 */     }
/* 8100 */

/* style.css */

/* 8101 */     .menu-category-list ul[data-menu-style="accordion"] {
/* 8102 */         width: 100%;
/* 8103 */         float: left;
/* 8104 */         border-top: 0;
/* 8105 */         background: #ffffff;
/* 8106 */         border-radius: 5px;
/* 8107 */         border: none;
/* 8108 */     }
/* 8109 */
/* 8110 */     .menu-category-list ul[data-menu-style="accordion"] > li {
/* 8111 */         border: none;
/* 8112 */         display: flow-root;
/* 8113 */     }
/* 8114 */
/* 8115 */     .theme-open-shop .menu-category-list ul[data-menu-style="accordion"] > li > a > .arrow:before {
/* 8116 */         float: initial;
/* 8117 */         content: "\f107";
/* 8118 */         font-family: th-icon;
/* 8119 */         display: flex;
/* 8120 */         justify-content: center;
/* 8121 */         align-items: center;
/* 8122 */         height: 100%;
/* 8123 */     }
/* 8124 */    .theme-open-shop ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
/* 8125 */     content: "\f106" !important;
/* 8126 */ }
/* 8127 */
/* 8128 */     .menu-category-list ul[data-menu-style="accordion"] span.arrow {
/* 8129 */         position: absolute;
/* 8130 */                 right: 10px;
/* 8131 */                 width: 25px;
/* 8132 */                 height: 20px;
/* 8133 */                 top: 50%;
/* 8134 */                 transform: translateY(-50%);
/* 8135 */     }
/* 8136 */
/* 8137 */     .menu-category-list ul[data-menu-style="vertical"] span.arrow {
/* 8138 */         position: absolute;
/* 8139 */         right: 10px;
/* 8140 */         width: 30px;
/* 8141 */     }
/* 8142 */
/* 8143 */     .menu-category-list ul[data-menu-style="accordion"] li:last-child a {
/* 8144 */         border-bottom: 1px solid #f1f1f1;
/* 8145 */     }
/* 8146 */
/* 8147 */     /*sidebar Toggle*/
/* 8148 */     .slide-toogle {
/* 8149 */         position: absolute;
/* 8150 */         top: 10px;

/* style.css */

/* 8151 */         right: 15px
/* 8152 */     }
/* 8153 */
/* 8154 */     .slide-toogle::before {
/* 8155 */         height: auto;
/* 8156 */         font-weight: 300;
/* 8157 */         text-shadow: none;
/* 8158 */         width: 10px;
/* 8159 */         font-family: FontAwesome;
/* 8160 */         content: "\f107";
/* 8161 */     }
/* 8162 */
/* 8163 */     .sidebar-widget-wrap {
/* 8164 */         display: none;
/* 8165 */         margin-top: 15px;
/* 8166 */     }
/* 8167 */
/* 8168 */     .open-shop-widget-content .post-slide-widget .owl-nav {
/* 8169 */         position: absolute;
/* 8170 */         top: -30px;
/* 8171 */     }
/* 8172 */
/* 8173 */     /*sidebar Toggle*/
/* 8174 */     .site-title span {
/* 8175 */         font-size: 20px;
/* 8176 */     }
/* 8177 */
/* 8178 */     .logo-content .thunk-logo {
/* 8179 */         width: 60%;
/* 8180 */     }
/* 8181 */
/* 8182 */     .mhdrthree .logo-content {
/* 8183 */         margin: auto;
/* 8184 */         text-align: center;
/* 8185 */     }
/* 8186 */
/* 8187 */     .container {
/* 8188 */         padding-left: 10px;
/* 8189 */         padding-right: 10px;
/* 8190 */     }
/* 8191 */
/* 8192 */     .container {
/* 8193 */         padding-left: 10px;
/* 8194 */         padding-right: 10px;
/* 8195 */     }
/* 8196 */
/* 8197 */     .openshop-site section .content-wrap {
/* 8198 */         padding: 7.5px;
/* 8199 */     }
/* 8200 */

/* style.css */

/* 8201 */     .open-shop-widget-content {
/* 8202 */         padding: 10px;
/* 8203 */         margin: 7.5px 0px;
/* 8204 */     }
/* 8205 */
/* 8206 */     .main-header-col1 {
/* 8207 */         padding: 10px 0px;
/* 8208 */     }
/* 8209 */
/* 8210 */     /*sticky header*/
/* 8211 */     .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents i, .sticky-header .header-icon a i {
/* 8212 */         font-size:18px;
/* 8213 */     }
/* 8214 */
/* 8215 */ .icon_style .tapsp-search-form,.icon_style .thaps-search-form {
/* 8216 */     min-width: 330px!important;
/* 8217 */ }
/* 8218 */     .sticky-header-col3 .thunk-icon .cart-icon a.cart-contents, .sticky-header-col3 .header-icon a, a.prd-search {
/* 8219 */         height: 30px;
/* 8220 */         width: 30px;
/* 8221 */         line-height: 30px;
/* 8222 */         margin: 0px 5px 0px 0px;
/* 8223 */     }
/* 8224 */
/* 8225 */     .sticky-header-bar .menu-toggle .icon-bar {
/* 8226 */         display: block !important;
/* 8227 */         width: 20px;
/* 8228 */         height: 2px;
/* 8229 */         background-color: #242424;
/* 8230 */         -webkit-border-radius: 1px;
/* 8231 */         -moz-border-radius: 1px;
/* 8232 */         border-radius: 1px;
/* 8233 */         margin: 5px;
/* 8234 */     }
/* 8235 */
/* 8236 */     .sticky-header-col1 {
/* 8237 */         width: 50%;
/* 8238 */     }
/* 8239 */
/* 8240 */     /*header mhdrtwo*/
/* 8241 */     .mhdrtwo .main-header-col1 {
/* 8242 */         order: 1;
/* 8243 */         width: auto;
/* 8244 */         text-align: left;
/* 8245 */     }
/* 8246 */
/* 8247 */     .mhdrtwo .main-header-col2 {
/* 8248 */         order: 3;
/* 8249 */         width: auto;
/* 8250 */         text-align: end;

/* style.css */

/* 8251 */         flex: 1;
/* 8252 */     }
/* 8253 */
/* 8254 */     .mhdrtwo .main-header-col3 {
/* 8255 */         order: 2;
/* 8256 */         width: auto;
/* 8257 */     }
/* 8258 */
/* 8259 */     /**************/
/* 8260 */
/* 8261 */     /*top-slider*/
/* 8262 */
/* 8263 */     /**************/
/* 8264 */
/* 8265 */     /*layout-1*/
/* 8266 */     .slide-content-wrap {
/* 8267 */         width: 340px;
/* 8268 */         padding: 0px 15px;
/* 8269 */     }
/* 8270 */
/* 8271 */     .slide-layout-1 .slide-content-wrap .logo img {
/* 8272 */         max-width: 120px;
/* 8273 */     }
/* 8274 */
/* 8275 */     .slide-layout-1 .slide-content h2 {
/* 8276 */         max-height: 40px;
/* 8277 */         font-size: 30px;
/* 8278 */         line-height: 40px;
/* 8279 */     }
/* 8280 */
/* 8281 */     .slide-layout-1 .slide-content-wrap p {
/* 8282 */         max-height: 34px;
/* 8283 */         font-size: 26px;
/* 8284 */         line-height: 34px;
/* 8285 */     }
/* 8286 */
/* 8287 */     .slide-layout-1 a.slide-btn {
/* 8288 */         font-size: 21px
/* 8289 */     }
/* 8290 */
/* 8291 */     /*layout-2*/
/* 8292 */     .slide-layout-2 .slider-content-caption h2 {
/* 8293 */         font-size: 20px;
/* 8294 */         line-height: 32px;
/* 8295 */     }
/* 8296 */
/* 8297 */     .slide-layout-2 .slider-content-caption p {
/* 8298 */         font-size: 14px;
/* 8299 */         margin-bottom: 5px;
/* 8300 */     }

/* style.css */

/* 8301 */
/* 8302 */     .slide-layout-2 .slider-content-caption a {
/* 8303 */         font-size: 11px;
/* 8304 */     }
/* 8305 */
/* 8306 */     /*layout-3*/
/* 8307 */     .slide-layout-3 .thunk-3col-slider-wrap .thunk-slider-content {
/* 8308 */         flex: 0 0 100%;
/* 8309 */         max-width: 100%;
/* 8310 */         padding-right: 0;
/* 8311 */     }
/* 8312 */
/* 8313 */     .slide-layout-3 .thunk-3col-slider-wrap .thunk-add-content {
/* 8314 */         flex: 0 0 100%;
/* 8315 */         max-width: 100%;
/* 8316 */         padding-left: 0;
/* 8317 */     }
/* 8318 */
/* 8319 */     .thunk-3-add-content .thunk-row {
/* 8320 */         -ms-flex: 0 0 33.33%;
/* 8321 */         flex: 0 0 33.33%;
/* 8322 */         max-width: 100%;
/* 8323 */         margin-bottom: 0;
/* 8324 */         padding-top: 7.5px;
/* 8325 */         padding-left: 3.25px;
/* 8326 */         padding-right: 3.25px;
/* 8327 */     }
/* 8328 */
/* 8329 */     .slide-layout-3 .thunk-3-add-content {
/* 8330 */         flex-wrap: inherit;
/* 8331 */         margin-right: -3.25px;
/* 8332 */         margin-left: -3.25px;
/* 8333 */     }
/* 8334 */
/* 8335 */     .slide-layout-3 .slider-content-caption h2, .slide-layout-4 .slider-content-caption h2 {
/* 8336 */         font-size: 22px;
/* 8337 */         line-height: 34px;
/* 8338 */     }
/* 8339 */
/* 8340 */     .slide-layout-3 .slider-content-caption p, .slide-layout-4 .slider-content-caption p {
/* 8341 */         font-size: 16px;
/* 8342 */         margin-bottom: 5px;
/* 8343 */     }
/* 8344 */
/* 8345 */     .slide-layout-3 a.slide-btn, .slide-layout-4 a.slide-btn {
/* 8346 */         font-size: 12px;
/* 8347 */     }
/* 8348 */
/* 8349 */     .slide-layout-4 .thunk-2col-slider-wrap .thunk-slider-content {
/* 8350 */         flex: 0 0 100%;

/* style.css */

/* 8351 */         max-width: 100%;
/* 8352 */         padding-right: 0;
/* 8353 */     }
/* 8354 */
/* 8355 */     .slide-layout-4 .thunk-2col-slider-wrap .thunk-add-content {
/* 8356 */         flex: 0 0 100%;
/* 8357 */         max-width: 100%;
/* 8358 */         padding-left: 0;
/* 8359 */     }
/* 8360 */
/* 8361 */     .thunk-2-add-content .thunk-row {
/* 8362 */         -ms-flex: 0 0 50%;
/* 8363 */         flex: 0 0 50%;
/* 8364 */         max-width: 100%;
/* 8365 */         margin-bottom: 0;
/* 8366 */         padding-top: 7.5px;
/* 8367 */         padding-left: 3.25px;
/* 8368 */         padding-right: 3.25px;
/* 8369 */     }
/* 8370 */
/* 8371 */     .slide-layout-3 .thunk-3-add-content {
/* 8372 */         flex-wrap: inherit;
/* 8373 */         margin-right: -3.25px;
/* 8374 */         margin-left: -3.25px;
/* 8375 */     }
/* 8376 */
/* 8377 */     .slide-layout-4 .thunk-2-add-content {
/* 8378 */         margin-left: -3.25px;
/* 8379 */         margin-right: -3.25px;
/* 8380 */     }
/* 8381 */
/* 8382 */     .slider-content-caption {
/* 8383 */         padding: 15px;
/* 8384 */     }
/* 8385 */
/* 8386 */     /**************/
/* 8387 */
/* 8388 */     /*top-slider*/
/* 8389 */
/* 8390 */     /**************/
/* 8391 */     .menu-category-list ul[data-menu-style="vertical"] {
/* 8392 */         position: absolute;
/* 8393 */         float: none;
/* 8394 */         width: 58%!important;
/* 8395 */     }
/* 8396 */
/* 8397 */     .thunk-product-cat-list li a {
/* 8398 */         line-height: 1.3;
/* 8399 */         padding: 8px;
/* 8400 */         font-size: 10px;

/* style.css */

/* 8401 */     }
/* 8402 */
/* 8403 */     .thunk-title .title:after {
/* 8404 */         width: 85px;
/* 8405 */     }
/* 8406 */
/* 8407 */     .thunk-slide .owl-nav {
/* 8408 */         top: -38px !important;
/* 8409 */     }
/* 8410 */
/* 8411 */     .product-slide-widget .owl-carousel .owl-nav {
/* 8412 */         top: 85px !important;
/* 8413 */     }
/* 8414 */
/* 8415 */     .product-slide-widget .owl-carousel .owl-nav button {
/* 8416 */         width: 25px;
/* 8417 */         height: 25px;
/* 8418 */         line-height: 25px !important;
/* 8419 */     }
/* 8420 */
/* 8421 */     .product-slide-widget.openshop-pro-showprd-four-widget-4 .owl-nav {
/* 8422 */         position: absolute;
/* 8423 */         top: -30px !important;
/* 8424 */     }
/* 8425 */
/* 8426 */     .cat-layout-3 .cat-content-3 .cat-col:nth-child(1) {
/* 8427 */         width: 100%;
/* 8428 */         margin: 0;
/* 8429 */     }
/* 8430 */
/* 8431 */     .cat-layout-3 .cat-content-3 .cat-col {
/* 8432 */         width: 50%;
/* 8433 */         float: left;
/* 8434 */         padding: 3.25px;
/* 8435 */         margin: 0;
/* 8436 */     }
/* 8437 */
/* 8438 */     .cat-layout-3 .cat-content-3 {
/* 8439 */         position: relative;
/* 8440 */         margin-right: -3.25px;
/* 8441 */         margin-left: -3.25px;
/* 8442 */         margin-bottom: -3.25px;
/* 8443 */         margin-top: -3.25px;
/* 8444 */     }
/* 8445 */
/* 8446 */     .thunk-category-slide-section .cat-content .cat-list {
/* 8447 */         flex: 0 0 25%;
/* 8448 */         max-width: 25%;
/* 8449 */         padding: 3.25px 3.25px;
/* 8450 */     }

/* style.css */

/* 8451 */
/* 8452 */     .thunk-category-slide-section .cat-content {
/* 8453 */         margin: -3.25px -3.25px;
/* 8454 */     }
/* 8455 */
/* 8456 */     .thunk-cat-tab ul.dropdown-link {
/* 8457 */         right: auto !important;
/* 8458 */     }
/* 8459 */
/* 8460 */     .woocommerce-product-search select#product_cat {
/* 8461 */         display: none;
/* 8462 */     }
/* 8463 */
/* 8464 */     #search-box input[type="text"] {
/* 8465 */         width: 100%;
/* 8466 */     }
/* 8467 */
/* 8468 */     .woocommerce-product-search .vert-brd:after {
/* 8469 */         height: 0;
/* 8470 */     }
/* 8471 */
/* 8472 */     .ui-widget.ui-widget-content {
/* 8473 */         max-width: 190px !important;
/* 8474 */     }
/* 8475 */
/* 8476 */     .sidebar-content-area {
/* 8477 */         width: 100%;
/* 8478 */         max-width: 100%;
/* 8479 */     }
/* 8480 */
/* 8481 */     .sidebar-content-area .sidebar-main {
/* 8482 */         width: 100%;
/* 8483 */         margin: auto;
/* 8484 */         margin-bottom: 20px;
/* 8485 */     }
/* 8486 */
/* 8487 */     #sidebar-primary h4.widget-title:hover, .slide-toogle:hover {
/* 8488 */         cursor: pointer;
/* 8489 */     }
/* 8490 */
/* 8491 */     .sidebar-content-area .sidebar-main .sidebar-widget-wrap {
/* 8492 */         padding: 7.5px
/* 8493 */     }
/* 8494 */
/* 8495 */     .primary-content-area {
/* 8496 */         width: 100%;
/* 8497 */         margin: 15px 0px 0px 0px;
/* 8498 */     }
/* 8499 */
/* 8500 */     .main-header-col3 {

/* style.css */

/* 8501 */         display: none !important;
/* 8502 */     }
/* 8503 */
/* 8504 */     /*header col */
/* 8505 */     .thnk-col-3 .top-header-col1, .thnk-col-3 .top-header-col2, .thnk-col-3 .top-header-col3, .thnk-col-2 .top-header-col1, .thnk-col-2 .top-header-col2 {
/* 8506 */         width: 100%;
/* 8507 */         flex: auto;
/* 8508 */         justify-content: center;
/* 8509 */         -webkit-box-pack: center;
/* 8510 */         text-align: center;
/* 8511 */     }
/* 8512 */
/* 8513 */     .mhdrthree .main-header-col1 {
/* 8514 */         width: 100%;
/* 8515 */         padding: 15px 0px;
/* 8516 */     }
/* 8517 */
/* 8518 */     .mhdrthree .main-header-col2 {
/* 8519 */         padding-top: 0;
/* 8520 */         padding-bottom: 15px;
/* 8521 */     }
/* 8522 */
/* 8523 */     .mhdrthree #search-box form {
/* 8524 */         width: 100%;
/* 8525 */         margin: 0 auto;
/* 8526 */         float: none;
/* 8527 */     }
/* 8528 */
/* 8529 */     .mhdrthree .menu-toggle .menu-btn {
/* 8530 */         height: 35px;
/* 8531 */         width: 35px;
/* 8532 */         line-height: 35px;
/* 8533 */     }
/* 8534 */
/* 8535 */     .mhdrthree .below-header-col2 {
/* 8536 */         margin-left: 0;
/* 8537 */         margin-right: 0;
/* 8538 */     }
/* 8539 */
/* 8540 */     .mhdrthree .menu-toggle .icon-bar {
/* 8541 */         margin: 4px;
/* 8542 */         width: 18px;
/* 8543 */     }
/* 8544 */
/* 8545 */     .mhdrthree.bfr-logo .main-header-col1 {
/* 8546 */         justify-content: center;
/* 8547 */     }
/* 8548 */     .header-icon a, .thunk-icon .cart-icon a.cart-contents{
/* 8549 */     height: 35px;
/* 8550 */     width: 35px;

/* style.css */

/* 8551 */     line-height: 35px;
/* 8552 */ }
/* 8553 */ .tapsp-search-form .tapsp-search-autocomplete{
/* 8554 */     height: 35px;
/* 8555 */ }
/* 8556 */ .header-icon a i, .thunk-icon .cart-icon a.cart-contents i {
/* 8557 */     font-size: 18px;
/* 8558 */ }
/* 8559 */
/* 8560 */
/* 8561 */     #search-box input[type="text"] {
/* 8562 */         height: 35px;
/* 8563 */     }
/* 8564 */
/* 8565 */     #search-button:before {
/* 8566 */         font-size: 12px;
/* 8567 */     }
/* 8568 */
/* 8569 */     .toggle-cat-wrap {
/* 8570 */         height: 34px;
/* 8571 */         width: 34px;
/* 8572 */         line-height: 34px;
/* 8573 */     }
/* 8574 */     .cat-icon i {
/* 8575 */         font-size: 12px;
/* 8576 */     }
/* 8577 */
/* 8578 */     .menu-toggle .icon-bar {
/* 8579 */         display: block !important;
/* 8580 */         width: 22px;
/* 8581 */         height: 2px;
/* 8582 */         background-color: #242424;
/* 8583 */         -webkit-border-radius: 1px;
/* 8584 */         -moz-border-radius: 1px;
/* 8585 */         border-radius: 1px;
/* 8586 */         margin: 6px;
/* 8587 */     }
/* 8588 */
/* 8589 */     .below-header-col2 {
/* 8590 */         width: 45%;
/* 8591 */         margin-left: 8px;
/* 8592 */         margin-right: 8px;
/* 8593 */     }
/* 8594 */
/* 8595 */     .thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2, .thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4 {
/* 8596 */         width: 50%;
/* 8597 */     }
/* 8598 */
/* 8599 */     .thnk-col-3 .widget-footer-col1, .thnk-col-3 .widget-footer-col2, .thnk-col-3 .widget-footer-col3 {
/* 8600 */         width: 50%;

/* style.css */

/* 8601 */     }
/* 8602 */
/* 8603 */     .thnk-col-2 .widget-footer-col1, .thnk-col-2 .widget-footer-col2 {
/* 8604 */         width: 50%;
/* 8605 */     }
/* 8606 */
/* 8607 */     .thnk-col-3 .below-footer-col1, .thnk-col-3 .below-footer-col2, .thnk-col-3 .below-footer-col3, .thnk-col-2 .below-footer-col1, .thnk-col-2 .below-footer-col2, .thnk-col-3 .top-footer-col1, .thnk-col-3 .top-footer-col2, .thnk-col-3 .top-footer-col3, .thnk-col-2 .top-footer-col1, .thnk-col-2 .top-footer-col2 {
/* 8608 */         width: 100%;
/* 8609 */         flex: auto;
/* 8610 */         justify-content: center;
/* 8611 */         -webkit-box-pack: center;
/* 8612 */         text-align: center;
/* 8613 */     }
/* 8614 */
/* 8615 */     #thunk-feature-product-tab .tab-content {
/* 8616 */         width: 100%;
/* 8617 */         overflow: hidden;
/* 8618 */     }
/* 8619 */
/* 8620 */     #thunk-feature-product-tab .content-featured-wrap {
/* 8621 */         display: none;
/* 8622 */     }
/* 8623 */
/* 8624 */     .nav-links .page-numbers {
/* 8625 */         display: inline-block;
/* 8626 */         width: 30px;
/* 8627 */         height: 30px;
/* 8628 */         line-height: 30px;
/* 8629 */     }
/* 8630 */
/* 8631 */     .thunk-highlight-col {
/* 8632 */         padding: 10px;
/* 8633 */     }
/* 8634 */
/* 8635 */     /*shop page*/
/* 8636 */     .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
/* 8637 */         float: left;
/* 8638 */     }
/* 8639 */
/* 8640 */     .woocommerce .woocommerce-result-count {
/* 8641 */         float: none;
/* 8642 */     }
/* 8643 */
/* 8644 */     .thunk-list-grid-switcher a {
/* 8645 */         margin-right: 0;
/* 8646 */         margin-left: 8px;
/* 8647 */     }
/* 8648 */
/* 8649 */     .total-number {
/* 8650 */         bottom: -5px;

/* style.css */

/* 8651 */     }
/* 8652 */
/* 8653 */     .thunk-highlight-col {
/* 8654 */         border-right-width: 0;
/* 8655 */     }
/* 8656 */
/* 8657 */     .thunk-product-hover .th-button.add_to_cart_button, .woocommerce ul.products .thunk-product-hover .add_to_cart_button, .woocommerce .thunk-product-hover a.th-butto, .woocommerce ul.products li.product .product_type_variable, .woocommerce ul.products li.product a.button.product_type_grouped, .woocommerce .thunk-product-hover a.th-button {
/* 8658 */         margin: 0 auto;
/* 8659 */         display: block;
/* 8660 */         font-size: 10px;
/* 8661 */     }
/* 8662 */
/* 8663 */     .woocommerce .thunk-list-view ul.products .thunk-product-hover .add_to_cart_button, .woocommerce .thunk-list-view ul.products li.product a.button.product_type_grouped, .woocommerce .thunk-list-view .thunk-product-hover a.th-button {
/* 8664 */         margin: inherit;
/* 8665 */         margin-top: 10px !important;
/* 8666 */         display: table;
/* 8667 */     }
/* 8668 */
/* 8669 */     .thunk-list-view .thunk-product .thunk-product-image {
/* 8670 */         width: 100% !important;
/* 8671 */         padding: 7.5px 7.5px 0px 7.5px;
/* 8672 */         text-align: left;
/* 8673 */     }
/* 8674 */
/* 8675 */     .product_meta > span {
/* 8676 */         text-align: initial;
/* 8677 */     }
/* 8678 */
/* 8679 */     .woocommerce .thunk-list-view ul.products[class*=columns-] li.product, .woocommerce-page .thunk-list-view ul.products[class*=columns-] li.product {
/* 8680 */         margin-bottom: 7.5px !important;
/* 8681 */     }
/* 8682 */
/* 8683 */     .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-content, .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
/* 8684 */         padding: 0px 15px;
/* 8685 */     }
/* 8686 */
/* 8687 */     .woocommerce .thunk-list-view ul.products li.product.thunk-woo-product-list .thunk-product-hover {
/* 8688 */         margin-bottom: 7.5px;
/* 8689 */     }
/* 8690 */
/* 8691 */     .thunk-list-view .thunk-wishlist, .thunk-list-view .thunk-compare {
/* 8692 */         margin: 0;
/* 8693 */     }
/* 8694 */
/* 8695 */     .woocommerce nav.woocommerce-pagination .page-numbers {
/* 8696 */         width: 30px;
/* 8697 */         height: 30px;
/* 8698 */         line-height: 30px;
/* 8699 */         font-size: 12px;
/* 8700 */     }

/* style.css */

/* 8701 */
/* 8702 */     .thunk-category-slide-section .cat-content .cat-list {
/* 8703 */         flex: 0 0 50%;
/* 8704 */         max-width: 50%;
/* 8705 */     }
/* 8706 */
/* 8707 */     .thunk-list-view .thunk-product .thunk-product-content, .thunk-list-view .thunk-product .thunk-product-hover {
/* 8708 */         width: 100% !important;
/* 8709 */     }
/* 8710 */
/* 8711 */     /*ribbon*/
/* 8712 */     .thunk-ribbon-content-col1, .thunk-ribbon-content-col2 {
/* 8713 */         width: 100%;
/* 8714 */         margin-right: 0;
/* 8715 */         text-align: center;
/* 8716 */         margin-top: 5px;
/* 8717 */         margin-bottom: 5px;
/* 8718 */     }
/* 8719 */
/* 8720 */     .ribbon-btn {
/* 8721 */         font-size: 10px;
/* 8722 */         margin-top: 7.5px;
/* 8723 */         padding: 5px 14px;
/* 8724 */         font-family: "Roboto-Bold", sans-serif;
/* 8725 */     }
/* 8726 */
/* 8727 */     .thunk-heading-wrap .tab-link-wrap {
/* 8728 */         margin-right: 52px;
/* 8729 */     }
/* 8730 */
/* 8731 */     .header__cat__item.dropdown a.more-cat {
/* 8732 */         width: 25px;
/* 8733 */         height: 25px;
/* 8734 */         line-height: 25px !important;
/* 8735 */     }
/* 8736 */
/* 8737 */     .thunk-list .thunk-product-content .woocommerce-LoopProduct-title {
/* 8738 */         overflow: hidden;
/* 8739 */         text-overflow: ellipsis;
/* 8740 */         display: -webkit-box;
/* 8741 */         -webkit-box-orient: vertical;
/* 8742 */         -webkit-line-clamp: 1;
/* 8743 */         line-height: 21px;
/* 8744 */         max-height: 21px;
/* 8745 */     }
/* 8746 */
/* 8747 */     .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col .thunk-banner-item {
/* 8748 */         padding: 0 3.25px 3.25px 3.25px;
/* 8749 */     }
/* 8750 */

/* style.css */

/* 8751 */     .thunk-banner-wrap.bnr-layout-4.thnk-col-5 {
/* 8752 */         margin-right: -3.25px;
/* 8753 */         margin-left: -3.25px;
/* 8754 */         margin-bottom: -7.5px;
/* 8755 */     }
/* 8756 */
/* 8757 */     .thunk-banner-wrap.bnr-layout-4 .thunk-banner-col:nth-child(2) .thunk-banner-item {
/* 8758 */         margin-bottom: 7.5px;
/* 8759 */     }
/* 8760 */
/* 8761 */     .bnr-layout-5 .thunk-banner-col .thunk-banner-item {
/* 8762 */         padding: 3.25px;
/* 8763 */     }
/* 8764 */
/* 8765 */     .thunk-banner-wrap.bnr-layout-5.thnk-col-4 {
/* 8766 */         margin-right: -3.25px;
/* 8767 */         margin-left: -3.25px;
/* 8768 */         margin-bottom: -7.5px;
/* 8769 */     }
/* 8770 */
/* 8771 */     .openshop-site section {
/* 8772 */         margin: 15px 0px;
/* 8773 */     }
/* 8774 */
/* 8775 */     .thunk-title .title {
/* 8776 */         line-height: 20px;
/* 8777 */         max-height: 20px;
/* 8778 */         font-size: 15px;
/* 8779 */     }
/* 8780 */
/* 8781 */     .thunk-cat-tab .tab-link li {
/* 8782 */         display: inline-block;
/* 8783 */         font-size: 12px;
/* 8784 */         line-height: 22px;
/* 8785 */     }
/* 8786 */
/* 8787 */     ul.dropdown-link > li >a {
/* 8788 */         line-height: 1.3;
/* 8789 */         padding: 8px;
/* 8790 */         font-size: 10px;
/* 8791 */     }
/* 8792 */
/* 8793 */     .thunk-cat-tab ul.dropdown-link {
/* 8794 */         min-width: 150px;
/* 8795 */     }
/* 8796 */
/* 8797 */     select {
/* 8798 */         font-size: 13px;
/* 8799 */     }
/* 8800 */

/* style.css */

/* 8801 */     /*blog page*/
/* 8802 */     h2 {
/* 8803 */         font-size: 15px;
/* 8804 */         line-height: 21px;
/* 8805 */     }
/* 8806 */
/* 8807 */     .entry-content p {
/* 8808 */         margin-bottom: 10px;
/* 8809 */         line-height: 1.8;
/* 8810 */         font-size: 12px;
/* 8811 */     }
/* 8812 */
/* 8813 */     p.read-more {
/* 8814 */         margin-bottom: 0;
/* 8815 */     }
/* 8816 */
/* 8817 */     .thunk-post-meta {
/* 8818 */         margin-bottom: 10px;
/* 8819 */         font-size: 12px;
/* 8820 */     }
/* 8821 */
/* 8822 */     article.thunk-article, article.thunk-post-article, .single article, .no-results.not-found, #error-404 {
/* 8823 */         padding: 7.5px;
/* 8824 */         margin-bottom: 7.5px;
/* 8825 */     }
/* 8826 */
/* 8827 */     .widget.woocommerce .widget-title, .open-widget-content .widget-title, .widget-title {
/* 8828 */         font-size: 15px;
/* 8829 */     }
/* 8830 */
/* 8831 */     .widget-title {
/* 8832 */         padding-bottom: 7.5px;
/* 8833 */     }
/* 8834 */
/* 8835 */     .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
/* 8836 */         margin-bottom: 7.5px;
/* 8837 */     }
/* 8838 */
/* 8839 */     .open-shop-menu li a, .open-shop-menu > li > a, .top-header-bar .open-shop-menu > li > a, .bottom-header-bar .open-shop-menu > li > a {
/* 8840 */         padding: 10px 20px 10px 0px !important;
/* 8841 */         font-size: 12px;
/* 8842 */     }
/* 8843 */
/* 8844 */     .thunk-slide .owl-nav {
/* 8845 */         right: -7.5px;
/* 8846 */     }
/* 8847 */
/* 8848 */     .thunk-slide .owl-nav button.owl-prev, .thunk-slide .owl-nav button.owl-next, .open-shop-slide-post .owl-nav button.owl-prev, .open-shop-slide-post .owl-nav button.owl-next {
/* 8849 */         width: 25px;
/* 8850 */         height: 25px;

/* style.css */

/* 8851 */         line-height: 25px !important;
/* 8852 */         font-size: 15px;
/* 8853 */     }
/* 8854 */
/* 8855 */     .header__cat__item.dropdown a.more-cat {
/* 8856 */         width: 25px;
/* 8857 */         height: 25px;
/* 8858 */         line-height: 25px !important;
/* 8859 */         font-size: 12px;
/* 8860 */     }
/* 8861 */
/* 8862 */     /*single page*/
/* 8863 */     .thunk-single-product-summary-wrap {
/* 8864 */         padding: 7.5px;
/* 8865 */     }
/* 8866 */
/* 8867 */     .woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
/* 8868 */         margin-right: 7.5px;
/* 8869 */         margin-bottom: 15px;
/* 8870 */         margin-top: 7.5px;
/* 8871 */     }
/* 8872 */
/* 8873 */     h1 {
/* 8874 */         font-size: 20px;
/* 8875 */         line-height: 26px;
/* 8876 */     }
/* 8877 */
/* 8878 */     body {
/* 8879 */         font-size: 12px;
/* 8880 */     }
/* 8881 */
/* 8882 */     .single-product div.product form.cart button.minus, .single-product div.product form.cart button.plus, .single-product div.product form.cart input[type="number"] {
/* 8883 */         height: 30px;
/* 8884 */         line-height: 30px;
/* 8885 */         width: 30px;
/* 8886 */         font-size: 13px
/* 8887 */     }
/* 8888 */
/* 8889 */     .single_add_to_cart_button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
/* 8890 */         line-height: 30px;
/* 8891 */         min-width: 70px;
/* 8892 */     }
/* 8893 */
/* 8894 */     .summary .yith-wcwl-add-button a,
/* 8895 */     .summary .yith-wcwl-wishlistaddedbrowse a,
/* 8896 */     .summary .yith-wcwl-wishlistexistsbrowse a,
/* 8897 */     .woocommerce .entry-summary a.compare.button,
/* 8898 */     .summary .woosw-btn, .summary .wooscp-btn,
/* 8899 */     .woocommerce .entry-summary a.th-product-compare-btn,
/* 8900 */      .entry-summary .thw-add-to-wishlist-button,

/* style.css */

/* 8901 */      .summary .yith-wcwl-add-to-wishlist-button {
/* 8902 */         height: 30px;
/* 8903 */         line-height: 30px;
/* 8904 */         width: 30px;
/* 8905 */     }
/* 8906 */     .summary .yith-add-to-wishlist-button-block--single{
/* 8907 */         clear: both;
/* 8908 */     }
/* 8909 */     .woocommerce div.product .woocommerce-tabs ul.tabs li {
/* 8910 */         padding: 0px 7.5px 0px 0px;
/* 8911 */     }
/* 8912 */
/* 8913 */     .woocommerce div.product .woocommerce-tabs .panel {
/* 8914 */         margin: 0 0 15px;
/* 8915 */     }
/* 8916 */
/* 8917 */     section.related.products h2, section.upsells.products h2 {
/* 8918 */         margin-bottom: 15px;
/* 8919 */     }
/* 8920 */
/* 8921 */     section.related.products ul.products {
/* 8922 */         padding: 7.5px 7.5px 0px 7.5px;
/* 8923 */     }
/* 8924 */
/* 8925 */     .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
/* 8926 */         width: 49%;
/* 8927 */     }
/* 8928 */
/* 8929 */     .thunk-list-grid-switcher a {
/* 8930 */         width: 30px;
/* 8931 */         height: 30px;
/* 8932 */         font-size: 15px;
/* 8933 */         line-height: 30px;
/* 8934 */     }
/* 8935 */
/* 8936 */     #shop-product-wrap select {
/* 8937 */         font-size: 12px;
/* 8938 */         line-height: 1.7em;
/* 8939 */     }
/* 8940 */
/* 8941 */     .thunk-ribbon-content-col1 h3 {
/* 8942 */         font-size: 14px;
/* 8943 */         line-height: 21px;
/* 8944 */     }
/* 8945 */
/* 8946 */     .cross-sells h2, .cart_totals h2 {
/* 8947 */         margin: 15px 0px;
/* 8948 */     }
/* 8949 */
/* 8950 */     .search-wrapper .container {

/* style.css */

/* 8951 */         padding-top: 20px;
/* 8952 */         padding-bottom: 20px;
/* 8953 */         width: 100%;
/* 8954 */     }
/* 8955 */
/* 8956 */     .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
/* 8957 */         width: 100%;
/* 8958 */     }
/* 8959 */
/* 8960 */     .woocommerce form .form-row input.input-text, .checkout .select2-container .select2-selection--single, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
/* 8961 */         height: 30px;
/* 8962 */         line-height: 30px;
/* 8963 */         font-size: 11px;
/* 8964 */     }
/* 8965 */
/* 8966 */     .woocommerce-checkout #place_order {
/* 8967 */         width: 100%;
/* 8968 */         font-size: 11px;
/* 8969 */         line-height: 1.6;
/* 8970 */         padding: 10px 10px;
/* 8971 */     }
/* 8972 */
/* 8973 */     .woocommerce-checkout h3#order_review_heading {
/* 8974 */         float: left;
/* 8975 */         width: 100%;
/* 8976 */     }
/* 8977 */
/* 8978 */     .woocommerce-billing-fields h3 {
/* 8979 */         margin: 0 0 10px;
/* 8980 */     }
/* 8981 */
/* 8982 */     .woocommerce #order_review table.shop_table thead th {
/* 8983 */         font-size: 13px;
/* 8984 */         letter-spacing: 1px;
/* 8985 */         padding: 10px;
/* 8986 */     }
/* 8987 */
/* 8988 */     .woocommerce #order_review table.shop_table td {
/* 8989 */         padding: 10px 10px;
/* 8990 */         font-size: 11px;
/* 8991 */     }
/* 8992 */
/* 8993 */     .woocommerce #order_review table.shop_table th {
/* 8994 */         border: none;
/* 8995 */         padding: 10px;
/* 8996 */     }
/* 8997 */
/* 8998 */     .woocommerce #order_review table.shop_table {
/* 8999 */         margin: 0 0 10px;
/* 9000 */     }

/* style.css */

/* 9001 */
/* 9002 */     .woocommerce-checkout #payment ul.payment_methods li {
/* 9003 */         padding: 10px;
/* 9004 */         font-size: 11px;
/* 9005 */     }
/* 9006 */
/* 9007 */     #search-box input[type="text"], select#product_cat {
/* 9008 */         padding: 0px 10px;
/* 9009 */         font-size: 11px;
/* 9010 */     }
/* 9011 */
/* 9012 */     .woocommerce ul.order_details {
/* 9013 */         margin: 0 0 0em;
/* 9014 */     }
/* 9015 */
/* 9016 */     .woocommerce ul.order_details li {
/* 9017 */         width: 100%;
/* 9018 */         margin-bottom: 10px;
/* 9019 */         border-right: 0;
/* 9020 */     }
/* 9021 */
/* 9022 */     .cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3 {
/* 9023 */         width: 100%;
/* 9024 */         padding: 0px 7.5px;
/* 9025 */     }
/* 9026 */
/* 9027 */     .cs-1-3 .widget-cs-col1, .cs-1-3 .widget-cs-col2, .cs-1-3 .widget-cs-col3, .cs-1-2 .widget-cs-col1, .cs-1-2 .widget-cs-col2, .cs-2-3 .widget-cs-col1, .cs-2-3 .widget-cs-col2, .cs-2-3 .widget-cs-col3, .cs-2-2 .widget-cs-col1, .cs-2-2 .widget-cs-col2, .cs-3-3 .widget-cs-col1, .cs-3-3 .widget-cs-col2, .cs-3-3 .widget-cs-col3, .cs-3-2 .widget-cs-col1, .cs-3-2 .widget-cs-col2, .cs-4-3 .widget-cs-col1, .cs-4-3 .widget-cs-col2, .cs-4-3 .widget-cs-col3, .cs-4-2 .widget-cs-col1, .cs-4-2 .widget-cs-col2 {
/* 9028 */         -webkit-box-flex: initial;
/* 9029 */         -webkit-flex: auto;
/* 9030 */         -moz-box-flex: auto;
/* 9031 */         -ms-flex: auto;
/* 9032 */         flex: auto;
/* 9033 */         width: 100%;
/* 9034 */         position: relative;
/* 9035 */     }
/* 9036 */
/* 9037 */     /*page templates*/
/* 9038 */     .thunk-service-post {
/* 9039 */         width: 100%;
/* 9040 */         margin-right: 0%;
/* 9041 */     }
/* 9042 */
/* 9043 */     .thunk-content-area {
/* 9044 */         padding: 30px 0;
/* 9045 */     }
/* 9046 */
/* 9047 */     .thunk-founder .thunk-founder-wrapper {
/* 9048 */         margin-right: auto;
/* 9049 */     }
/* 9050 */

/* style.css */

/* 9051 */     .thunk-page-top-title, .thunk-founder-title {
/* 9052 */         font-size: 21px;
/* 9053 */         line-height: 32px;
/* 9054 */     }
/* 9055 */
/* 9056 */     .counter-content {
/* 9057 */         width: 49%;
/* 9058 */         padding: 10px;
/* 9059 */     }
/* 9060 */
/* 9061 */     .counter-content:nth-of-type(2n+2) {
/* 9062 */         margin-right: 0;
/* 9063 */     }
/* 9064 */
/* 9065 */     .thunk-team.thunk-four .thunk-team-post {
/* 9066 */         width: 49%;
/* 9067 */     }
/* 9068 */
/* 9069 */     .thunk-team.thunk-four .thunk-team-post:nth-of-type(2n+2) {
/* 9070 */         margin-right: 0;
/* 9071 */     }
/* 9072 */
/* 9073 */     .thunk-team-heading {
/* 9074 */         padding: 8px 0;
/* 9075 */     }
/* 9076 */
/* 9077 */     .thunk-team-name {
/* 9078 */         font-size: 18px;
/* 9079 */     }
/* 9080 */
/* 9081 */     .thunk-team-social li {
/* 9082 */         width: 38px;
/* 9083 */         height: 38px;
/* 9084 */         line-height: 38px;
/* 9085 */     }
/* 9086 */
/* 9087 */     .wcfm-dashboard-page .media-frame-toolbar {
/* 9088 */         bottom: 125px;
/* 9089 */     }
/* 9090 */
/* 9091 */     .thaps-search-form {
/* 9092 */     width: 100% !important;
/* 9093 */ }
/* 9094 */
/* 9095 */ }
/* 9096 */
/* 9097 */
/* 9098 */
/* 9099 */ @media screen and (max-width:720px) {
/* 9100 */ .thaps-search-form {

/* style.css */

/* 9101 */     width: 100% !important;
/* 9102 */ }
/* 9103 */
/* 9104 */ }
/* 9105 */
/* 9106 */
/* 9107 */
/* 9108 */
/* 9109 */
/* 9110 */ @media screen and (max-width:550px) {
/* 9111 */     .sidebar-content-area {
/* 9112 */         width: 100%;
/* 9113 */         max-width: 100%;
/* 9114 */     }
/* 9115 */
/* 9116 */     .widget-footer-col1, .widget-footer-col2, .widget-footer-col3, .widget-footer-col4 {
/* 9117 */         margin: 7.5px 0px
/* 9118 */     }
/* 9119 */
/* 9120 */     .thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2, .thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4, .thnk-col-3 .widget-footer-col1, .thnk-col-3 .widget-footer-col2, .thnk-col-3 .widget-footer-col3, .thnk-col-2 .widget-footer-col1, .thnk-col-2 .widget-footer-col2, .thnk-col-3-1-2 .widget-footer-col1, .thnk-col-3-1-2 .widget-footer-col2, .thnk-col-3-1-2 .widget-footer-col3, .thnk-col-3-2-1-2 .widget-footer-col1, .thnk-col-3-2-1-2 .widget-footer-col2, .thnk-col-3-2-1-2 .widget-footer-col3, .thnk-col-2-1-2 .widget-footer-col1, .thnk-col-2-1-2 .widget-footer-col2, .thnk-col-2-2-1 .widget-footer-col1, .thnk-col-2-2-1 .widget-footer-col2 {
/* 9121 */         width: 100%;
/* 9122 */     }
/* 9123 */
/* 9124 */     /*product search */
/* 9125 */     .thmk-woocommerce-search-wrap {
/* 9126 */         width: 88%;
/* 9127 */     }
/* 9128 */
/* 9129 */     .thmk-woocommerce-search-wrap .search-container {
/* 9130 */         height: 35px;
/* 9131 */     }
/* 9132 */
/* 9133 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-input {
/* 9134 */         min-width: 80%;
/* 9135 */     }
/* 9136 */
/* 9137 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-input input {
/* 9138 */         font-size: 10px;
/* 9139 */     }
/* 9140 */
/* 9141 */     .thmk-woocommerce-search-wrap.has_category .thmk-woocommerce-search-wrap-input:after {
/* 9142 */         display: none;
/* 9143 */     }
/* 9144 */
/* 9145 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-select {
/* 9146 */         display: none;
/* 9147 */     }
/* 9148 */
/* 9149 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-wrap-submit button {
/* 9150 */         line-height: 30px;

/* style.css */

/* 9151 */     }
/* 9152 */
/* 9153 */     .thmk-woocommerce-search-wrap-submit #search-button i {
/* 9154 */         display: inline-block;
/* 9155 */         font-size: 15px;
/* 9156 */         line-height: 33px;
/* 9157 */     }
/* 9158 */
/* 9159 */     .thmk-woocommerce-search-wrap.loading .thmk-woocommerce-search-wrap-submit #search-button i {
/* 9160 */         display: none;
/* 9161 */     }
/* 9162 */
/* 9163 */     .thmk-woocommerce-search-wrap .thmk-woocommerce-search-result {
/* 9164 */     width: 100%;
/* 9165 */ }
/* 9166 */
/* 9167 */
/* 9168 */ .below-header .thaps-search-form {
/* 9169 */     width:100% !important;
/* 9170 */ }
/* 9171 */ .below-header .thaps-search-form .thaps-search-autocomplete {
/* 9172 */     min-height: 25px;
/* 9173 */     line-height: 25px;
/* 9174 */     border: none!important;
/* 9175 */     font-size: 14px;
/* 9176 */     width: 100%;
/* 9177 */     padding: 0.3rem 0.8rem;
/* 9178 */     margin: 0;
/* 9179 */     border-radius: 4px;
/* 9180 */ }
/* 9181 */
/* 9182 */ }
/* 9183 */
/* 9184 */ @media screen and (max-width:640px) {
/* 9185 */ .search-wrapper .thaps-search-form {
/* 9186 */     width: 100% !important;
/* 9187 */ }
/* 9188 */
/* 9189 */ }
/* 9190 */
/* 9191 */
/* 9192 */ @media screen and (max-width:320px) {
/* 9193 */ .thaps-search-form {
/* 9194 */     width: 55% !important;
/* 9195 */ }
/* 9196 */
/* 9197 */ }
/* 9198 */
/* 9199 */ @media screen and (max-width:350px) {
/* 9200 */     .below-header-col2 {

/* style.css */

/* 9201 */         width: 36%;
/* 9202 */     }
/* 9203 */
/* 9204 */ }
/* 9205 */
/* 9206 */
/* 9207 */ /* Scrollable category list */
/* 9208 */ .product-cat-list{
/* 9209 */     max-height:450px;
/* 9210 */     overflow-y:auto;
/* 9211 */     overflow-x:hidden;
/* 9212 */
/* 9213 */     scrollbar-width:none;
/* 9214 */     -ms-overflow-style:none;
/* 9215 */ }
/* 9216 */
/* 9217 */ .product-cat-list::-webkit-scrollbar{
/* 9218 */     display:none;
/* 9219 */ }
/* 9220 */
/* 9221 */ /* Flyout panel */
/* 9222 */ #category-flyout{
/* 9223 */     position:absolute;
/* 9224 */     display:none;
/* 9225 */     min-width:220px;
/* 9226 */     background:#fff;
/* 9227 */     border:1px solid #e5e5e5;
/* 9228 */     z-index:999999;
/* 9229 */ }
/* 9230 */
/* 9231 */ #category-flyout ul{
/* 9232 */     list-style:none;
/* 9233 */     margin:0;
/* 9234 */     padding:0;
/* 9235 */ }
/* 9236 */
/* 9237 */ #category-flyout li{
/* 9238 */     position:relative;
/* 9239 */ }
/* 9240 */
/* 9241 */ #category-flyout a{
/* 9242 */     display:block;
/* 9243 */     padding: 9px 15px;
/* 9244 */     text-decoration:none;
/* 9245 */ }
/* 9246 */
/* 9247 */ /* Nested levels */
/* 9248 */ #category-flyout .children{
/* 9249 */     display:none;
/* 9250 */     position:absolute;

/* style.css */

/* 9251 */     top:0;
/* 9252 */     left:100%;
/* 9253 */     min-width:220px;
/* 9254 */     background:#fff;
/* 9255 */     border:1px solid #e5e5e5;
/* 9256 */ }
/* 9257 */
/* 9258 */ #category-flyout li:hover > .children{
/* 9259 */     display:block;
/* 9260 */ }
/* 9261 */ #category-flyout .arrow{
/* 9262 */     position: absolute;
/* 9263 */     right: 10px;
/* 9264 */     width: 50px;
/* 9265 */     text-align: center;
/* 9266 */ }
/* 9267 */
/* 9268 */ #category-flyout ul li > a > .arrow:before {
/* 9269 */     float: initial;
/* 9270 */     margin-right: 0px;
/* 9271 */     display: inline;
/* 9272 */     content: "\f105";
/* 9273 */     font-family: th-icon;
/* 9274 */     height: auto;
/* 9275 */     text-shadow: none;
/* 9276 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1  */ /*
/* 2  *| Theme Name:           Open Shop
/* 3  *| Theme URI:            https://themehunk.com/product/open-shop-ecommerce-theme/
/* 4  *| Author:               ThemeHunk
/* 5  *| Author URI:           https://www.themehunk.com
/* 6  *| Description:          Open shop is a fast and responsive shopping WordPress theme with deeply integration of Woocommerce plugin. Best suited for furniture, grocery, clothing, electronic, food, home appliances site, gadget store, jewellery shop, fashion shop and decorative stores , you can create any type of ecommerce website by using it. It is also RTL ready. It contains multiple widgets options and layouts, Some highlighted features are Advance product search, Multiple Hero slider layouts, Product carousel , Product carousel with tabbed category filter, Woo Category slider, Product list layout, Top header with three layouts, Ribbon section, Call to Action section, About Us widget, Blog post widget slider, Footer bottom with three layouts. Open shop is best theme for your next website, check it demos: https://wpthemes.themehunk.com/open-shop
/* 7  *| Version:              1.7.5
/* 8  *| Tested up to:         7.0
/* 9  *| Requires at least:    5.3
/* 10 *| Requires PHP:         7.0
/* 11 *| License:              General Public License v3 or later
/* 12 *| License URI:          https://www.gnu.org/licenses/gpl-3.0.en.html
/* 13 *| Text Domain:          open-shop
/* 14 *| Tags:                 wide-blocks, block-patterns, block-styles, editor-style, e-commerce, blog, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-image-header, featured-images, custom-header, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
/* 15 *|
/* 16 *| This theme, like WordPress, is licensed under the GPL.
/* 17 *| Use it to make something cool, have fun, and share what you've learned with others.
/* 18 *| */
/* 19 */ @font-face{
/* 20 */   font-family: 'Roboto-Bold';
/* 21 */   src: url('third-party/fonts/site-font/Roboto-Bold.ttf') format('truetype');
/* 22 */   font-weight: normal;
/* 23 */   font-style: normal;
/* 24 */ }
/* 25 */ @font-face{
/* 26 */   font-family: 'Roboto-Medium';
/* 27 */   src: url('third-party/fonts/site-font/Roboto-Medium.ttf') format('truetype');
/* 28 */   font-weight: normal;
/* 29 */   font-style: normal;
/* 30 */ }
/* 31 */ @font-face{
/* 32 */   font-family: 'Roboto-Regular';
/* 33 */   src: url('third-party/fonts/site-font/Roboto-Regular.ttf') format('truetype');
/* 34 */   font-weight: normal;
/* 35 */   font-style: normal;
/* 36 */ }
/* 37 */
/* 38 */ /*.thunk-wishlist .thw-add-to-wishlist-button *{
/* 39 *|   font-size: inherit!important;
/* 40 *|   line-height: inherit!important;
/* 41 *| }*/
/* 42 */
